/[MITgcm]/MITgcm/pkg/gchem/GCHEM_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/gchem/GCHEM_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (hide annotations) (download)
Fri Dec 29 19:27:51 2017 UTC (6 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, HEAD
Changes since 1.9: +13 -1 lines
File MIME type: text/plain
- new CPP option GCHEM_ADD2TR_TENDENCY around definition of gchemTendency
  array (replacing #ifndef GCHEM_SEPARATE_FORCING) ;

1 jmc 1.10 C $Header: /u/gcmpack/MITgcm/pkg/gchem/GCHEM_OPTIONS.h,v 1.9 2011/12/24 01:04:47 jmc Exp $
2 stephd 1.4 C $Name: $
3 edhill 1.3
4     #ifndef GCHEM_OPTIONS_H
5     #define GCHEM_OPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7 jmc 1.9 #include "CPP_OPTIONS.h"
8    
9 edhill 1.3 #ifdef ALLOW_GCHEM
10    
11 stephd 1.1 CBOP
12 edhill 1.3 C !ROUTINE: GCHEM_OPTIONS.h
13 stephd 1.1 C !INTERFACE:
14    
15     C !DESCRIPTION:
16 dfer 1.8 C options for biogeochemistry package
17 stephd 1.4 CEOP
18 edhill 1.3
19 jmc 1.10 C o Allow separated update of Geo-Chemistry and Advect-Diff
20     C (fractional time-stepping type) for some gchem tracers
21 mlosch 1.6 #define GCHEM_SEPARATE_FORCING
22 stephd 1.1
23 jmc 1.10 C o Allow single update of some gchem tracers, adding Geo-Chemistry
24     C tendency to Advect-Diff tendency
25     #undef GCHEM_ADD2TR_TENDENCY
26     #ifdef ALLOW_CFC
27     # define GCHEM_ADD2TR_TENDENCY
28     #endif
29     #ifdef ALLOW_SPOIL
30     # define GCHEM_ADD2TR_TENDENCY
31     #endif
32    
33 edhill 1.3 #endif /* ALLOW_GCHEM */
34     #endif /* GCHEM_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22