/[MITgcm]/MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h

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

revision 1.1 by heimbach, Fri Oct 16 16:49:48 2009 UTC revision 1.5 by jmc, Mon Jan 11 22:43:00 2016 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #ifndef DIC_OPTIONS_H  #ifndef DIC_OPTIONS_H
5  #define DIC_OPTIONS_H  #define DIC_OPTIONS_H
6  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
 #ifdef ALLOW_DIC  
   
7  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
8    
9    #ifdef ALLOW_DIC
10    C     Package-specific Options & Macros go here
11    
12  #define DIC_BIOTIC  #define DIC_BIOTIC
 #define ALLOW_FE  
13  #define ALLOW_O2  #define ALLOW_O2
14    #define ALLOW_FE
15  #undef READ_PAR  #undef READ_PAR
16  #undef MINFE  #undef MINFE
17  c these all need to be defined for coupling to  #undef DIC_NO_NEG
18  c atmospheric model  #undef DIC_BOUNDS
19    C these all need to be defined for coupling to atmospheric model:
20  #undef USE_QSW  #undef USE_QSW
21  #undef USE_ATMOSCO2  #undef USE_QSW_UNDERICE
22  #undef USE_PLOAD  #undef USE_PLOAD
23    
24    C use surface salinity forcing (scaled by mean surf value) for DIC & ALK forcing
25  #undef ALLOW_OLD_VIRTUALFLUX  #undef ALLOW_OLD_VIRTUALFLUX
26    
27    C put back bugs related to Water-Vapour in carbonate chemistry & air-sea fluxes
28    #undef WATERVAP_BUG
29    
30    C dissolution only below saturation horizon following method by Karsten Friis
31    #undef CAR_DISS
32    
33    C Include self-shading effect by phytoplankton
34    #undef LIGHT_CHL
35    C Include iron sediment source using DOP flux
36    #undef SEDFE
37    
38    C For Adjoint built
39  #define AD_SAFE  #define AD_SAFE
40    
41  #endif /* ALLOW_DIC */  #endif /* ALLOW_DIC */

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

  ViewVC Help
Powered by ViewVC 1.1.22