/[MITgcm]/MITgcm/verification/exp4/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/exp4/code/CPP_OPTIONS.h

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

revision 1.2 by adcroft, Mon Mar 22 16:25:13 1999 UTC revision 1.3 by adcroft, Tue May 18 18:30:37 1999 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 KPP mixing scheme
10    #undef  ALLOW_KPP
11    
12  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
13  C   coriolis terms  C   coriolis terms
14  #undef   INCLUDE_CD_CODE  #undef   INCLUDE_CD_CODE
15    
 C o Allow nonHydrostatic code  
 #define ALLOW_NONHYDROSTATIC  
   
 C o Use natural boundary conditions for surface fresh water flux  
 #undef USE_NATURAL_BCS  
   
16  C o Include/exclude diagnostics package interface code  C o Include/exclude diagnostics package interface code
17  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE
18    
# Line 118  C o Include/exclude call to S/R CALC_ISO Line 115  C o Include/exclude call to S/R CALC_ISO
115  C o Include/exclude call to S/R CALC_DIFFUSIVITY  C o Include/exclude call to S/R CALC_DIFFUSIVITY
116  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
117    
118    C o Allow nonHydrostatic code
119    #define ALLOW_NONHYDROSTATIC
120    
121    C o Use "natural" boundary conditions for salinity
122    C   instead of the "virtual salt flux"
123    #undef  USE_NATURAL_BCS
124    
125  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
126  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
127  C          because the old code did not have no-slip BCs  C          because the old code did not have no-slip BCs

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22