/[MITgcm]/MITgcm/verification/hs94.1x64x5/adcode/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/hs94.1x64x5/adcode/CPP_OPTIONS.h

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

revision 1.1 by heimbach, Thu Nov 8 20:47:17 2001 UTC revision 1.2 by heimbach, Tue Nov 20 20:44:24 2001 UTC
# Line 18  C o Shortwave heating as extra term in e Line 18  C o Shortwave heating as extra term in e
18  #endif  #endif
19    
20  C o Include/exclude code for Shapiro filters  C o Include/exclude code for Shapiro filters
21  #define  ALLOW_SHAP_FILT  #undef  ALLOW_SHAP_FILT
22    
23  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
24  C   coriolis terms  C   coriolis terms
# Line 35  C o Include/exclude latitude circle FFT Line 35  C o Include/exclude latitude circle FFT
35    
36  C o Include/exclude temperature advection code  C o Include/exclude temperature advection code
37  cph  cph
38  #define  INCLUDE_TR1_ADVECTION_CODE  #undef  INCLUDE_TR1_ADVECTION_CODE
39  #define  INCLUDE_T_ADVECTION_CODE  #define  INCLUDE_T_ADVECTION_CODE
40  #ifdef   INCLUDE_T_ADVECTION_CODE  #ifdef   INCLUDE_T_ADVECTION_CODE
41  #define  _ADT(a)a  #define  _ADT(a)a
# Line 45  cph Line 45  cph
45  #endif  #endif
46    
47  C o Include/exclude temperature diffusion code  C o Include/exclude temperature diffusion code
48  #define  INCLUDE_TR1_DIFFUSION_CODE  #undef  INCLUDE_TR1_DIFFUSION_CODE
49  #define  INCLUDE_T_DIFFUSION_CODE  #define  INCLUDE_T_DIFFUSION_CODE
50  #ifdef   INCLUDE_T_DIFFUSION_CODE  #ifdef   INCLUDE_T_DIFFUSION_CODE
51  #define  _LPT(a)a  #define  _LPT(a)a
# Line 142  C o Read/write of checkpoint files for r Line 142  C o Read/write of checkpoint files for r
142  #undef OLD_STYLE_WITH_MANY_FILES  #undef OLD_STYLE_WITH_MANY_FILES
143    
144  C o Add passive tracer advection routines  C o Add passive tracer advection routines
145  #define ALLOW_PASSIVE_TRACER  #undef ALLOW_PASSIVE_TRACER
146    
147  C o Execution environment support options  C o Execution environment support options
148  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"

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

  ViewVC Help
Powered by ViewVC 1.1.22