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

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

  ViewVC Help
Powered by ViewVC 1.1.22