/[MITgcm]/MITgcm/verification/internal_wave/code/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/internal_wave/code/CPP_OPTIONS.h

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


Revision 1.11 - (show annotations) (download)
Tue Oct 28 22:58:01 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51q_post, checkpoint51p_post
Changes since 1.10: +1 -5 lines
File MIME type: text/plain
 o add a "cd_code" package and update all the verification tests
   so that they use the new package instead of "INCLUDE_CD_CODE"

1 C $Header: /u/u3/gcmpack/MITgcm/verification/internal_wave/code/CPP_OPTIONS.h,v 1.10 2003/10/09 22:50:26 edhill Exp $
2 C $Name: $
3
4 #include "PACKAGES_CONFIG.h"
5
6 C CPP flags controlling particular source code features
7
8 C o Include/exclude temperature forcing code
9 C#define INCLUDE_T_FORCING_CODE
10
11 C o Shortwave heating as extra term in external_forcing.F
12 C Note: this should be a run-time option and not necessarily dependent on KPP
13 #ifdef ALLOW_KPP
14 #define SHORTWAVE_HEATING
15 #endif
16
17 C o Include/exclude momentum forcing code
18 #define INCLUDE_MOMENTUM_FORCING_CODE
19
20 C o Include/exclude momentum eqn metric terms code
21 #define INCLUDE_MOMENTUM_METRIC_TERM_CODE
22
23 C o Include/exclude phi_hyd calculation code
24 #define INCLUDE_PHIHYD_CALCULATION_CODE
25
26 C o Include/exclude call to S/R CONVECT
27 #define INCLUDE_CONVECT_CALL
28
29 C o Include/exclude call to S/R CALC_DIFFUSIVITY
30 #define INCLUDE_CALC_DIFFUSIVITY_CALL
31
32 C o Include/exclude nonHydrostatic code
33 #define ALLOW_NONHYDROSTATIC
34
35 C o Include pressure loading code
36 #define ATMOSPHERIC_LOADING
37
38 C o Use "Exact Convervation" of fluid in Free-Surface formulation
39 C so that d/dt(eta) is exactly equal to - Div.Transport
40 #define EXACT_CONSERV
41
42 C o Allow the use of Non-Linear Free-Surface formulation
43 C this implies that surface thickness (hFactors) vary with time
44 #define NONLIN_FRSURF
45
46 C o Use "OLD" UV discretisation near boundaries (*not* recommended)
47 C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
48 C because the old code did not have no-slip BCs
49 #undef OLD_ADV_BCS
50
51 C o Use "OLD" UV geometry on sphere (definately *NOT* recommended)
52 C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
53 C because the old code did not have no-slip BCs
54 #undef OLD_UV_GEOMETRY
55
56 C o Execution environment support options
57 #include "CPP_EEOPTIONS.h"
58
59 C o Include/exclude code specific to the ECCO/SEALION version.
60 #undef INCLUDE_ECCO_PACKAGE
61 #ifdef INCLUDE_ECCO_PACKAGE
62 #include "ECCO_CPPOPTIONS.h"
63 #endif

  ViewVC Help
Powered by ViewVC 1.1.22