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

Annotation of /MITgcm/verification/bottom_ctrl_5x5/code_ad/CPP_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Tue Oct 9 02:36:41 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint61b, checkpoint61a
Changes since 1.1: +4 -2 lines
File MIME type: text/plain
add missing cvs $Header:$ or $Name:$

1 jmc 1.2 C $Header: $
2     C $Name: $
3    
4 heimbach 1.1 C
5     C CPP flags controlling which code in included in the files that
6     C will be compiled.
7    
8     #ifndef CPP_OPTIONS_H
9     #define CPP_OPTIONS_H
10    
11     #include "PACKAGES_CONFIG.h"
12    
13     CmlC not sure of this
14     Cmlcph(
15     Cml#define DISABLE_MOM_VECINV
16     Cml#define MOMVISCOSITY
17     Cml#define MOMADVECTION
18     Cmlcph)
19    
20     C o Shortwave heating as extra term in external_forcing.F
21     #ifdef ALLOW_KPP
22     #define SHORTWAVE_HEATING
23     #endif
24    
25     C o Include/exclude phi_hyd calculation code
26     #define INCLUDE_PHIHYD_CALCULATION_CODE
27    
28     C o Include/exclude call to S/R CONVECT
29     #define INCLUDE_CONVECT_CALL
30    
31     C o Include/exclude call to S/R CALC_DIFFUSIVITY
32     #define INCLUDE_CALC_DIFFUSIVITY_CALL
33    
34     C o Allow nonHydrostatic code
35     #undef ALLOW_NONHYDROSTATIC
36    
37     C o NEW OPTION to disable rStar (z*) code
38     #define DISABLE_RSTAR_CODE
39    
40     C o Exact volume conservation
41     #define EXACT_CONSERV
42    
43     c o Allow atmospheric loading
44 jmc 1.2 #define ATMOSPHERIC_LOADING
45 heimbach 1.1
46     C o Execution environment support options
47     #include "CPP_EEOPTIONS.h"
48    
49     #ifdef ALLOW_AUTODIFF
50     # include "ECCO_CPPOPTIONS.h"
51     #endif
52    
53     #endif /* CPP_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22