/[MITgcm]/MITgcm/verification/front_relax/code_ad/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/front_relax/code_ad/CPP_OPTIONS.h

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

revision 1.2 by edhill, Thu Oct 23 04:41:41 2003 UTC revision 1.3 by edhill, Fri Oct 24 05:52:05 2003 UTC
# Line 7  C $Name$ Line 7  C $Name$
7  C  C
8  C CPP flags controlling which code in included in the files that  C CPP flags controlling which code in included in the files that
9  C will be compiled.  C will be compiled.
 C  
   
 C o Include/exclude code for AIM package  
 #undef  ALLOW_AIM  
10    
11  C o Include/exclude code for GM/Redi parameterization  #include "PACKAGES_CONFIG.h"
 #define ALLOW_GMREDI  
   
 C o Include/exclude code for KPP mixing scheme  
 #undef  ALLOW_KPP  
12    
13  C o Shortwave heating as extra term in external_forcing.F  C o Shortwave heating as extra term in external_forcing.F
14  #ifdef ALLOW_KPP  #ifdef ALLOW_KPP
15  #define  SHORTWAVE_HEATING  #define  SHORTWAVE_HEATING
16  #endif  #endif
17    
 C o Include/exclude code for Shapiro filters  
 #define ALLOW_SHAP_FILT  
   
18  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
19  C   coriolis terms  C   coriolis terms
20  #undef  INCLUDE_CD_CODE  #undef  INCLUDE_CD_CODE
21    
 C o Include/exclude code for open-boundary conditions  
 #undef   ALLOW_OBCS  
   
 C o Include/exclude diagnostics package interface code  
 #undef  ALLOW_TIMEAVE  
   
 C o Include/exclude zonal FFT filter code  
 #undef  ALLOW_ZONAL_FILT  
   
22  C o Include/exclude temperature advection code  C o Include/exclude temperature advection code
23  #define  INCLUDE_TR1_ADVECTION_CODE  #define  INCLUDE_TR1_ADVECTION_CODE
24  #define  INCLUDE_T_ADVECTION_CODE  #define  INCLUDE_T_ADVECTION_CODE

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

  ViewVC Help
Powered by ViewVC 1.1.22