/[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.12 by adcroft, Wed Jun 21 19:22:24 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    #undef  ALLOW_KPP
14    
15  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
16  C   coriolis terms  C   coriolis terms
17  #define  INCLUDE_CD_CODE  #undef  INCLUDE_CD_CODE
18    
19    C o Include/exclude code for open-boundary conditions
20    #undef  ALLOW_OBCS
21    
22  C o Include/exclude diagnostics package interface code  C o Include/exclude diagnostics package interface code
23  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE
# Line 112  C o Include/exclude call to S/R CALC_ISO Line 121  C o Include/exclude call to S/R CALC_ISO
121  C o Include/exclude call to S/R CALC_DIFFUSIVITY  C o Include/exclude call to S/R CALC_DIFFUSIVITY
122  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
123    
124    C o Allow nonHydrostatic code
125    #undef  ALLOW_NONHYDROSTATIC
126    
127  C o Use "natural" boundary conditions for salinity  C o Use "natural" boundary conditions for salinity
128  C   instead of the "virtual salt flux"  C   instead of the "virtual salt flux"
129  #undef USE_NATURAL_BCS  #undef  USE_NATURAL_BCS
130    
131  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
132  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

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

  ViewVC Help
Powered by ViewVC 1.1.22