/[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.11 by adcroft, Wed Jul 28 16:21:38 1999 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  C o Include/exclude code for KPP mixing scheme
14  #undef  ALLOW_KPP  #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  #undef  INCLUDE_CD_CODE  #define  INCLUDE_CD_CODE
24    
25  C o Include/exclude code for open-boundary conditions  C o Include/exclude code for open-boundary conditions
26  #undef  ALLOW_OBCS  #undef  ALLOW_OBCS
# Line 137  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.11  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22