/[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.12 by adcroft, Wed Jun 21 19:22:24 2000 UTC revision 1.13 by heimbach, Mon Nov 13 16:32:57 2000 UTC
# Line 10  C o Include/exclude code for GM/Redi par Line 10  C o Include/exclude code for GM/Redi par
10  #undef  ALLOW_GMREDI  #undef  ALLOW_GMREDI
11    
12  C o Include/exclude code for KPP mixing scheme  C o Include/exclude code for KPP mixing scheme
13  #undef  ALLOW_KPP  #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  #undef  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
# Line 140  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.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22