/[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.4 by stephd, Wed Jan 28 18:49:05 2004 UTC revision 1.10 by jmc, Fri Dec 29 19:27:51 2017 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #ifndef GCHEM_OPTIONS_H  #ifndef GCHEM_OPTIONS_H
5  #define GCHEM_OPTIONS_H  #define GCHEM_OPTIONS_H
6  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
 #ifdef ALLOW_GCHEM  
   
7  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
8    
9    #ifdef ALLOW_GCHEM
10    
11  CBOP  CBOP
12  C    !ROUTINE: GCHEM_OPTIONS.h  C    !ROUTINE: GCHEM_OPTIONS.h
13  C    !INTERFACE:  C    !INTERFACE:
14    
15  C    !DESCRIPTION:  C    !DESCRIPTION:
16  c options for biogeochemistry package  C options for biogeochemistry package
17  CEOP  CEOP
18    
19  #ifdef ALLOW_PTRACERS  C o Allow separated update of Geo-Chemistry and Advect-Diff
20  #define PTRACERS_SEPARATE_FORCING  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
29    #ifdef ALLOW_SPOIL
30    # define GCHEM_ADD2TR_TENDENCY
31  #endif  #endif
 #define DIC_BIOTIC  
 #undef  ALLOW_CFC  
 #undef  ALLOW_FE  
32    
33  #endif /* ALLOW_GCHEM */  #endif /* ALLOW_GCHEM */
34  #endif /* GCHEM_OPTIONS_H */  #endif /* GCHEM_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22