1 |
heimbach |
1.1 |
C |
2 |
edhill |
1.3 |
C $Header: /u/u3/gcmpack/MITgcm/verification/hs94.1x64x5/code_ad/CPP_OPTIONS.h,v 1.2 2003/10/27 22:44:08 heimbach Exp $ |
3 |
heimbach |
1.1 |
C $Name: $ |
4 |
|
|
|
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 |
|
|
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 Use "Exact Convervation" of fluid in Free-Surface formulation |
38 |
|
|
C so that d/dt(eta) is exactly equal to - Div.Transport |
39 |
|
|
#define EXACT_CONSERV |
40 |
|
|
|
41 |
|
|
C o Allow the use of Non-Linear Free-Surface formulation |
42 |
|
|
C this implies that surface thickness (hFactors) vary with time |
43 |
|
|
#undef NONLIN_FRSURF |
44 |
|
|
|
45 |
|
|
C o Read/write of checkpoint files for restarting. |
46 |
|
|
#undef OLD_STYLE_WITH_MANY_FILES |
47 |
|
|
|
48 |
|
|
C o Execution environment support options |
49 |
|
|
#include "CPP_EEOPTIONS.h" |
50 |
|
|
|
51 |
heimbach |
1.2 |
#ifdef ALLOW_AUTODIFF |
52 |
|
|
# include "ECCO_CPPOPTIONS.h" |
53 |
heimbach |
1.1 |
#endif |
54 |
|
|
|
55 |
|
|
#endif /* CPP_OPTIONS_H */ |