/[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.10 by adcroft, Mon May 24 15:42:22 1999 UTC revision 1.13 by heimbach, Mon Nov 13 16:32:57 2000 UTC
# Line 6  C CPP flags controlling which code in in Line 6  C CPP flags controlling which code in in
6  C will be compiled.  C will be compiled.
7  C  C
8    
9    C o Include/exclude code for GM/Redi parameterization
10    #undef  ALLOW_GMREDI
11    
12    C o Include/exclude code for KPP mixing scheme
13    #define  ALLOW_KPP
14    
15    C o Shortwave heating as extra term in external_forcing.F
16    #ifdef ALLOW_KPP
17    #define  SHORTWAVE_HEATING
18    #endif
19    
20  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
21  C   coriolis terms  C   coriolis terms
22  #define  INCLUDE_CD_CODE  #define  INCLUDE_CD_CODE
23    
24  C o Include/exclude code for open-boundary conditions  C o Include/exclude code for open-boundary conditions
25  #undef   ALLOW_OBCS  #undef  ALLOW_OBCS
26    
27  C o Include/exclude diagnostics package interface code  C o Include/exclude diagnostics package interface code
28  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE
# Line 115  C o Include/exclude call to S/R CALC_ISO Line 126  C o Include/exclude call to S/R CALC_ISO
126  C o Include/exclude call to S/R CALC_DIFFUSIVITY  C o Include/exclude call to S/R CALC_DIFFUSIVITY
127  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
128    
129    C o Allow nonHydrostatic code
130    #undef  ALLOW_NONHYDROSTATIC
131    
132  C o Use "natural" boundary conditions for salinity  C o Use "natural" boundary conditions for salinity
133  C   instead of the "virtual salt flux"  C   instead of the "virtual salt flux"
134  #undef USE_NATURAL_BCS  #undef  USE_NATURAL_BCS
135    
136  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
137  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 131  C          because the old code did not Line 145  C          because the old code did not
145    
146  C o Execution environment support options  C o Execution environment support options
147  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
148    
149    C o Include/exclude code specific to the ECCO/SEALION version.
150    #undef INCLUDE_ECCO_PACKAGE
151    #ifdef INCLUDE_ECCO_PACKAGE
152    #include "ECCO_CPPOPTIONS.h"
153    #endif
154    
155    
156    

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

  ViewVC Help
Powered by ViewVC 1.1.22