/[MITgcm]/MITgcm/verification/global2x2_tot/code_forw/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global2x2_tot/code_forw/CPP_OPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Sat Feb 4 02:59:22 2012 UTC (12 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
move global2x2_tot un-tested set-up to MITgcm_contrib/verification_other/global2x2_tot/

1 C $Header: /u/gcmpack/MITgcm/verification/global2x2_tot/code_forw/CPP_OPTIONS.h,v 1.1 2006/11/21 21:44:42 heimbach Exp $
2
3 C CPP flags controlling which code in included in the files that
4 C will be compiled.
5
6 #ifndef CPP_OPTIONS_H
7 #define CPP_OPTIONS_H
8
9 #include "PACKAGES_CONFIG.h"
10
11 C o Shortwave heating as extra term in external_forcing.F
12 #ifdef ALLOW_KPP
13 #define SHORTWAVE_HEATING
14 #endif
15
16 C o Include/exclude phi_hyd calculation code
17 #define INCLUDE_PHIHYD_CALCULATION_CODE
18
19 C o Include/exclude call to S/R FIND_RHO
20 #define INCLUDE_FIND_RHO_CALL
21
22 C o Include/exclude call to S/R CONVECT
23 #define INCLUDE_CONVECT_CALL
24
25 C o Include/exclude call to S/R CALC_ISOSLOPES
26 #define INCLUDE_CALC_ISOSLOPES_CALL
27
28 C o Include/exclude call to S/R CALC_DIFFUSIVITY
29 #define INCLUDE_CALC_DIFFUSIVITY_CALL
30
31 C o Allow nonHydrostatic code
32 #undef ALLOW_NONHYDROSTATIC
33
34 C o Use "natural" boundary conditions for salinity
35 C instead of the "virtual salt flux"
36 #undef USE_NATURAL_BCS
37
38 C o Include/exclude exact volume conservaion
39 #undef EXACT_CONSERV
40
41 C o Execution environment support options
42 #include "CPP_EEOPTIONS.h"
43
44 C o Include/exclude code specific to the ECCO/SEALION version.
45 #ifdef ALLOW_EXF
46 # include "EXF_OPTIONS.h"
47 #endif
48
49 #endif /* CPP_OPTIONS_H */
50
51

  ViewVC Help
Powered by ViewVC 1.1.22