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

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

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

revision 1.3 by heimbach, Fri Jan 10 17:21:26 2003 UTC revision 1.4 by edhill, Tue Oct 21 15:29:20 2003 UTC
# Line 3  C Line 3  C
3  C CPP flags controlling which code in included in the files that  C CPP flags controlling which code in included in the files that
4  C will be compiled.  C will be compiled.
5    
6  C o Include/exclude code for AIM package  #include "PACKAGES_CONFIG.h"
 #undef  ALLOW_AIM  
7    
 C o Include/exclude code for GM/Redi parameterization  
 #define  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  
8  #ifdef ALLOW_KPP  #ifdef ALLOW_KPP
9  #define  SHORTWAVE_HEATING  #define  SHORTWAVE_HEATING
10  #endif  #endif
11    
 C o Include/exclude code for Shapiro filters  
 #undef  ALLOW_SHAP_FILT  
   
 C o Include/exclude code for C-D grid method of integrating the  
12  C   coriolis terms  C   coriolis terms
13  #define  INCLUDE_CD_CODE  #define  INCLUDE_CD_CODE
14    
 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  
   
15  C o Include/exclude temperature advection code  C o Include/exclude temperature advection code
16  cph  cph
17  #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