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

Diff of /MITgcm/verification/bottom_ctrl_5x5/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 jmc, Tue Oct 9 02:36:41 2007 UTC revision 1.4 by heimbach, Mon Jun 25 18:06:44 2012 UTC
# Line 35  C o Allow nonHydrostatic code Line 35  C o Allow nonHydrostatic code
35  #undef  ALLOW_NONHYDROSTATIC  #undef  ALLOW_NONHYDROSTATIC
36    
37  C o NEW OPTION to disable rStar (z*) code  C o NEW OPTION to disable rStar (z*) code
38    #undef NONLIN_FRSURF
39  #define DISABLE_RSTAR_CODE  #define DISABLE_RSTAR_CODE
40    #define DISABLE_SIGMA_CODE
41    
42  C o Exact volume conservation  C o Exact volume conservation
43  #define EXACT_CONSERV  #define EXACT_CONSERV
# Line 50  C o Execution environment support option Line 52  C o Execution environment support option
52  # include "ECCO_CPPOPTIONS.h"  # include "ECCO_CPPOPTIONS.h"
53  #endif  #endif
54    
55    C o Allow full 3D specification of vertical diffusivity
56    #ifdef ALLOW_DIFFKR_CONTROL
57    C - Need to be defined if using DIFFKR_CONTROL
58    C   (alternatively, could have put this in ECCO_CPPOPTIONS)
59    #define ALLOW_3D_DIFFKR
60    #else
61    C - otherwise, can be turned on or off hereafter:
62    #undef  ALLOW_3D_DIFFKR
63    #endif /* ALLOW_DIFFKR_CONTROL */
64    
65  #endif /* CPP_OPTIONS_H */  #endif /* CPP_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22