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

Annotation 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


Revision 1.8 - (hide annotations) (download)
Mon Nov 3 22:40:22 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
Changes since 1.7: +1 -4 lines
File MIME type: text/plain
 o convert all the '#ifndef "EXCLUDE_MONITOR"'-isms to the now-standard
   '#ifdef "ALLOW_MONITOR"' format as is done with all the other packages
   - note that this also means removal of the monitor package from the
     packages.conf list for the AD examples

1 edhill 1.3 C
2 edhill 1.8 C $Header: /u/u3/gcmpack/MITgcm/verification/global_ocean.90x40x15/code_ad_vecinv/CPP_OPTIONS.h,v 1.7 2003/10/28 22:58:00 edhill Exp $
3 edhill 1.4 C $Name: $
4 edhill 1.3
5 heimbach 1.1 C CPP flags controlling which code in included in the files that
6     C will be compiled.
7    
8 heimbach 1.5 #ifndef CPP_OPTIONS_H
9     #define CPP_OPTIONS_H
10    
11 edhill 1.4 #include "PACKAGES_CONFIG.h"
12 heimbach 1.1
13     C o Shortwave heating as extra term in external_forcing.F
14     #ifdef ALLOW_KPP
15     #define SHORTWAVE_HEATING
16     #endif
17    
18     C o Include/exclude momentum eqn metric terms code
19     #define INCLUDE_MOMENTUM_METRIC_TERM_CODE
20    
21     C o Include/exclude phi_hyd calculation code
22     #define INCLUDE_PHIHYD_CALCULATION_CODE
23    
24     C o Include/exclude call to S/R CONVECT
25     #define INCLUDE_CONVECT_CALL
26    
27     C o Include/exclude call to S/R CALC_DIFFUSIVITY
28     #define INCLUDE_CALC_DIFFUSIVITY_CALL
29    
30     C o Allow nonHydrostatic code
31     #undef ALLOW_NONHYDROSTATIC
32    
33     C o Use "natural" boundary conditions for salinity
34     C instead of the "virtual salt flux"
35     #undef USE_NATURAL_BCS
36    
37     C o Read/write of checkpoint files for restarting.
38     #undef OLD_STYLE_WITH_MANY_FILES
39    
40     C o Exact volume conservation
41 heimbach 1.2 #define EXACT_CONSERV
42 heimbach 1.1
43     C o Execution environment support options
44     #include "CPP_EEOPTIONS.h"
45    
46 heimbach 1.6 #ifdef ALLOW_AUTODIFF
47     # include "ECCO_CPPOPTIONS.h"
48 heimbach 1.1 #endif
49    
50 heimbach 1.5 #endif /* CPP_OPTIONS_H */
51 heimbach 1.1

  ViewVC Help
Powered by ViewVC 1.1.22