1 |
C |
2 |
C $Header: /u/u3/gcmpack/MITgcm/verification/hs94.1x64x5/code_ad/CPP_OPTIONS.h,v 1.4 2003/11/04 21:04:52 edhill Exp $ |
3 |
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 phi_hyd calculation code |
19 |
#define INCLUDE_PHIHYD_CALCULATION_CODE |
20 |
|
21 |
C o Include/exclude call to S/R CONVECT |
22 |
#define INCLUDE_CONVECT_CALL |
23 |
|
24 |
C o Include/exclude call to S/R CALC_DIFFUSIVITY |
25 |
#define INCLUDE_CALC_DIFFUSIVITY_CALL |
26 |
|
27 |
C o Allow nonHydrostatic code |
28 |
#undef ALLOW_NONHYDROSTATIC |
29 |
|
30 |
C o Use "Exact Convervation" of fluid in Free-Surface formulation |
31 |
C so that d/dt(eta) is exactly equal to - Div.Transport |
32 |
#define EXACT_CONSERV |
33 |
|
34 |
C o Allow the use of Non-Linear Free-Surface formulation |
35 |
C this implies that surface thickness (hFactors) vary with time |
36 |
#undef NONLIN_FRSURF |
37 |
|
38 |
C o Read/write of checkpoint files for restarting. |
39 |
#undef OLD_STYLE_WITH_MANY_FILES |
40 |
|
41 |
C o Execution environment support options |
42 |
#include "CPP_EEOPTIONS.h" |
43 |
|
44 |
#ifdef ALLOW_AUTODIFF |
45 |
# include "ECCO_CPPOPTIONS.h" |
46 |
#endif |
47 |
|
48 |
#endif /* CPP_OPTIONS_H */ |