/[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.1 by heimbach, Wed Jun 7 02:00:01 2006 UTC revision 1.4 by heimbach, Mon Jun 25 18:06:44 2012 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3    
4  C  C
5  C CPP flags controlling which code in included in the files that  C CPP flags controlling which code in included in the files that
6  C will be compiled.  C will be compiled.
# Line 33  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
44    
45  c o Allow atmospheric loading  c o Allow atmospheric loading
46  #define ATMOSPHERIC_LOADING  #define ATMOSPHERIC_LOADING
47    
48  C o Execution environment support options  C o Execution environment support options
49  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
# Line 48  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.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22