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

Diff of /MITgcm/verification/cfc_example/code/GCHEM_OPTIONS.h

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

revision 1.5 by jmc, Sat Dec 24 01:17:51 2011 UTC revision 1.6 by jmc, Fri Dec 29 19:46:43 2017 UTC
# Line 16  C    !DESCRIPTION: Line 16  C    !DESCRIPTION:
16  C options for biogeochemistry package  C options for biogeochemistry package
17  CEOP  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  #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 */  #endif /* ALLOW_GCHEM */
34  #endif /* GCHEM_OPTIONS_H */  #endif /* GCHEM_OPTIONS_H */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22