/[MITgcm]/MITgcm/verification/cfc_example/code/GCHEM_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/cfc_example/code/GCHEM_OPTIONS.h

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


Revision 1.6 - (hide annotations) (download)
Fri Dec 29 19:46:43 2017 UTC (6 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, HEAD
Changes since 1.5: +13 -1 lines
File MIME type: text/plain
updated after adding new CPP option: GCHEM_ADD2TR_TENDENCY

1 jmc 1.6 C $Header: /u/gcmpack/MITgcm/pkg/gchem/GCHEM_OPTIONS.h,v 1.9 2011/12/24 01:04:47 jmc Exp $
2 jmc 1.2 C $Name: $
3    
4     #ifndef GCHEM_OPTIONS_H
5     #define GCHEM_OPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7 jmc 1.5 #include "CPP_OPTIONS.h"
8    
9 jmc 1.2 #ifdef ALLOW_GCHEM
10 mlosch 1.1
11 jmc 1.2 CBOP
12 mlosch 1.1 C !ROUTINE: GCHEM_OPTIONS.h
13     C !INTERFACE:
14    
15     C !DESCRIPTION:
16 jmc 1.4 C options for biogeochemistry package
17 jmc 1.2 CEOP
18    
19 jmc 1.6 C o Allow separated update of Geo-Chemistry and Advect-Diff
20     C (fractional time-stepping type) for some gchem tracers
21 jmc 1.5 #undef GCHEM_SEPARATE_FORCING
22 stephd 1.3
23 jmc 1.6 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 jmc 1.2 #endif /* ALLOW_GCHEM */
34     #endif /* GCHEM_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22