/[MITgcm]/MITgcm/model/inc/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/model/inc/CPP_OPTIONS.h

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

revision 1.9 by adcroft, Tue Dec 15 21:01:31 1998 UTC revision 1.14 by cnh, Sun Feb 4 14:38:44 2001 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3  C  C
4    
5  C  C
# Line 6  C CPP flags controlling which code in in Line 7  C CPP flags controlling which code in in
7  C will be compiled.  C will be compiled.
8  C  C
9    
10    C o Include/exclude code for GM/Redi parameterization
11    #undef  ALLOW_GMREDI
12    
13    C o Include/exclude code for KPP mixing scheme
14    #define  ALLOW_KPP
15    
16    C o Shortwave heating as extra term in external_forcing.F
17    #ifdef ALLOW_KPP
18    #define  SHORTWAVE_HEATING
19    #endif
20    
21  C o Include/exclude code for C-D grid method of integrating the  C o Include/exclude code for C-D grid method of integrating the
22  C   coriolis terms  C   coriolis terms
23  #define  INCLUDE_CD_CODE  #define  INCLUDE_CD_CODE
24    
25    C o Include/exclude code for open-boundary conditions
26    #undef  ALLOW_OBCS
27    
28  C o Include/exclude diagnostics package interface code  C o Include/exclude diagnostics package interface code
29  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE
30    
# Line 112  C o Include/exclude call to S/R CALC_ISO Line 127  C o Include/exclude call to S/R CALC_ISO
127  C o Include/exclude call to S/R CALC_DIFFUSIVITY  C o Include/exclude call to S/R CALC_DIFFUSIVITY
128  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
129    
130    C o Allow nonHydrostatic code
131    #undef  ALLOW_NONHYDROSTATIC
132    
133  C o Use "natural" boundary conditions for salinity  C o Use "natural" boundary conditions for salinity
134  C   instead of the "virtual salt flux"  C   instead of the "virtual salt flux"
135  #undef USE_NATURAL_BCS  #undef  USE_NATURAL_BCS
136    
137  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
138  C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F  C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F
# Line 128  C          because the old code did not Line 146  C          because the old code did not
146    
147  C o Execution environment support options  C o Execution environment support options
148  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
149    
150    C o Include/exclude code specific to the ECCO/SEALION version.
151    #undef INCLUDE_ECCO_PACKAGE
152    #ifdef INCLUDE_ECCO_PACKAGE
153    #include "ECCO_CPPOPTIONS.h"
154    #endif
155    
156    
157    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22