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

Contents of /MITgcm/verification/tutorial_global_oce_biogeo/code/GCHEM_OPTIONS.h

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


Revision 1.6 - (show annotations) (download)
Mon Apr 7 20:33:16 2008 UTC (16 years, 2 months ago) by dfer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
No longer need with Moving dic options to DIC_OPTIONS.h

1 C $Header: /u/gcmpack/MITgcm/verification/tutorial_global_oce_biogeo/code/GCHEM_OPTIONS.h,v 1.5 2007/08/27 19:47:51 dfer Exp $
2 C $Name: $
3
4 #ifndef GCHEM_OPTIONS_H
5 #define GCHEM_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #ifdef ALLOW_GCHEM
8
9 #include "CPP_OPTIONS.h"
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 #define GCHEM_SEPARATE_FORCING
20
21 c------------------------------------
22 c specifics for dic pkg
23 #define DIC_BIOTIC
24 #undef ALLOW_FE
25 #define ALLOW_O2
26 #undef READ_PAR
27 #undef MINFE
28 c these all need to be defined for coupling to
29 c atmospheric model
30 #undef USE_QSW
31 #undef USE_ATMOSCO2
32 #undef USE_PLOAD
33
34 #define ALLOW_OLD_VIRTUALFLUX
35 c -------------------------------------
36
37 #undef ALLOW_CFC
38
39 #endif /* ALLOW_GCHEM */
40 #endif /* GCHEM_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22