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

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

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

revision 1.2 by stephd, Mon Oct 6 20:04:29 2003 UTC revision 1.10 by jmc, Fri Dec 29 19:27:51 2017 UTC
# Line 1  Line 1 
1  #ifdef ALLOW_PTRACERS  C $Header$
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  CBOP
12  C    !ROUTINE: GCHEM.h  C    !ROUTINE: GCHEM_OPTIONS.h
13  C    !INTERFACE:  C    !INTERFACE:
14    
15  C    !DESCRIPTION:  C    !DESCRIPTION:
16  c coptions for biogeochemistry package  C options for biogeochemistry package
17  #define PTRACERS_SEPARATE_FORCING  CEOP
18  #define DIC_BIOTIC  
19  #undef  ALLOW_CFC  C o Allow separated update of Geo-Chemistry and Advect-Diff
20  #undef  ALLOW_FE  C    (fractional time-stepping type) for some gchem tracers
21    #define 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  #endif
29    #ifdef ALLOW_SPOIL
30    # define GCHEM_ADD2TR_TENDENCY
31    #endif
32    
33    #endif /* ALLOW_GCHEM */
34    #endif /* GCHEM_OPTIONS_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22