/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_ad_vecinv/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.90x40x15/code_ad_vecinv/CPP_OPTIONS.h

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

revision 1.3 by edhill, Thu Oct 23 04:41:41 2003 UTC revision 1.4 by edhill, Fri Oct 24 05:52:05 2003 UTC
# Line 8  C Line 8  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.
10    
11  C o Include/exclude code for AIM package  #include "PACKAGES_CONFIG.h"
 #undef  ALLOW_AIM  
   
 C o Include/exclude code for GM/Redi parameterization  
 #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  
 #undef  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  
 #define  ALLOW_TIMEAVE  
   
 C o Include/exclude latitude circle FFT filter  
 #undef  ALLOW_ZONAL_FILT  
   
22  C o Include/exclude temperature advection code  C o Include/exclude temperature advection code
23  cph  cph
24  #undef  INCLUDE_TR1_ADVECTION_CODE  #undef  INCLUDE_TR1_ADVECTION_CODE

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

  ViewVC Help
Powered by ViewVC 1.1.22