Parent Directory
|
Revision Log
|
Revision Graph
remove unnecessary GCHEM_OPTIONS.h from verification
| 1 | C $Header: /u/gcmpack/MITgcm_contrib/darwin/verification/darwin_1d_wavebands/code/GCHEM_OPTIONS.h,v 1.1 2008/08/01 21:46:42 stephd 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 | #undef DIC_BIOTIC |
| 21 | #undef ALLOW_FE |
| 22 | #undef CAR_DISS |
| 23 | #define READ_PAR |
| 24 | #define MINFE |
| 25 | #undef NUT_SUPPLY |
| 26 | #undef CONS_SUPP |
| 27 | #undef OLD_GRAZE |
| 28 | #undef ALLOW_DIAZ |
| 29 | #undef OLD_NSCHEME |
| 30 | #undef ALLOW_MUTANTS |
| 31 | #define PORT_RAND |
| 32 | #undef OLDSEED |
| 33 | #define GEIDER |
| 34 | |
| 35 | c ANNA turn wavebands on/off |
| 36 | #define WAVEBANDS |
| 37 | c#define WAVEBANDS |
| 38 | |
| 39 | #undef CHECK_CONS |
| 40 | #undef DAR_DIAG_RSTAR |
| 41 | #undef DAR_DIAG_DIVER |
| 42 | |
| 43 | |
| 44 | #endif /* ALLOW_GCHEM */ |
| 45 | #endif /* GCHEM_OPTIONS_H */ |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |