/[MITgcm]/MITgcm/verification/aim.5l_cs/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_cs/code/CPP_OPTIONS.h

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

revision 1.2 by jmc, Thu Jun 12 21:07:56 2003 UTC revision 1.2.2.1 by adcroft, Wed Oct 1 20:43:32 2003 UTC
# Line 7  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    
 C o Include/exclude code for AIM package  
 #define ALLOW_AIM  
   
 C o Include/exclude code for Land package (use only with AIM)  
 #define ALLOW_LAND  
   
 C o Include/exclude code for GM/Redi parameterization  
 #undef  ALLOW_GMREDI  
   
 C o Include/exclude code for KPP mixing scheme  
 #undef  ALLOW_KPP  
   
 C o Shortwave heating as extra term in external_forcing.F  
 #ifdef ALLOW_KPP  
 #define  SHORTWAVE_HEATING  
 #endif  
   
 C o Include/exclude code for Shapiro filters  
 #define ALLOW_SHAP_FILT  
   
 C o Include/exclude code for C-D grid method of integrating the  
 C   coriolis terms  
 #undef  INCLUDE_CD_CODE  
   
 C o Include/exclude code for open-boundary conditions  
 #undef  ALLOW_OBCS  
   
 C o Include/exclude diagnostics package interface code  
 #define ALLOW_TIMEAVE  
   
 C o Include/exclude zonal FFT filter code  
 #undef  ALLOW_ZONAL_FILT  
   
 C o Include/exclude temperature advection code  
 #define  INCLUDE_T_ADVECTION_CODE  
 #ifdef   INCLUDE_T_ADVECTION_CODE  
 #define  _ADT(a)a  
 #endif  
 #ifndef  INCLUDE_T_ADVECTION_CODE  
 #define  _ADT(a)  
 #endif  
   
 C o Include/exclude temperature diffusion code  
 #define  INCLUDE_T_DIFFUSION_CODE  
 #ifdef   INCLUDE_T_DIFFUSION_CODE  
 #define  _LPT(a)a  
 #define  _BHT(a)a  
 #endif  
 #ifndef  INCLUDE_T_DIFFUSION_CODE  
 #define  _LPT(a)  
 #define  _BHT(a)  
 #endif  
   
10  C o Include/exclude temperature forcing code  C o Include/exclude temperature forcing code
11  #define  INCLUDE_T_FORCING_CODE  #define  INCLUDE_T_FORCING_CODE
12    

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

  ViewVC Help
Powered by ViewVC 1.1.22