/[MITgcm]/MITgcm_contrib/dgoldberg/depth_control_no_nsa/code/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/dgoldberg/depth_control_no_nsa/code/CPP_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Thu Dec 7 23:21:12 2017 UTC (7 years, 7 months ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
test case for depth control w/out cg2d_nsa

1 C $Header: /u/gcmpack/MITgcm/verification/exp4/code/CPP_OPTIONS.h,v 1.15 2004/04/06 01:22:15 jmc Exp $
2 C $Name: $
3
4 #ifndef CPP_OPTIONS_H
5 #define CPP_OPTIONS_H
6
7 #include "PACKAGES_CONFIG.h"
8
9 C CPP flags controlling particular source code features
10
11 C o Shortwave heating as extra term in external_forcing.F
12 C Note: this should be a run-time option
13 #define SHORTWAVE_HEATING
14
15 C o Include/exclude phi_hyd calculation code
16 #define INCLUDE_PHIHYD_CALCULATION_CODE
17
18 C o Include/exclude call to S/R CONVECT
19 #define INCLUDE_CONVECT_CALL
20
21 C o Include/exclude call to S/R CALC_DIFFUSIVITY
22 #define INCLUDE_CALC_DIFFUSIVITY_CALL
23
24 C o Include/exclude Implicit vertical advection code
25 #define INCLUDE_IMPLVERTADV_CODE
26
27 C o Include/exclude nonHydrostatic code
28 cph#define ALLOW_NONHYDROSTATIC
29
30 C o Include pressure loading code
31 #define ATMOSPHERIC_LOADING
32
33 C o Use "Exact Convervation" of fluid in Free-Surface formulation
34 C so that d/dt(eta) is exactly equal to - Div.Transport
35 #define EXACT_CONSERV
36
37 C o Allow the use of Non-Linear Free-Surface formulation
38 C this implies that surface thickness (hFactors) vary with time
39 #define NONLIN_FRSURF
40 C - defining these to match btm_ctrl5x5
41 #define DISABLE_RSTAR_CODE
42 #define DISABLE_SIGMA_CODE
43
44 C o Use "OLD" UV discretisation near boundaries (*not* recommended)
45 C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
46 C because the old code did not have no-slip BCs
47 #undef OLD_ADV_BCS
48
49 C o Execution environment support options
50 #include "CPP_EEOPTIONS.h"
51
52 C o Include/exclude code specific to the ECCO/SEALION version.
53 C AUTODIFF or EXF package.
54 # include "ECCO_CPPOPTIONS.h"
55
56 C o Allow full 3D specification of vertical diffusivity
57 #ifdef ALLOW_DIFFKR_CONTROL
58 C - Need to be defined if using DIFFKR_CONTROL
59 C (alternatively, could have put this in ECCO_CPPOPTIONS)
60 #define ALLOW_3D_DIFFKR
61 #else
62 C - otherwise, can be turned on or off hereafter:
63 #undef ALLOW_3D_DIFFKR
64 #endif /* ALLOW_DIFFKR_CONTROL */
65
66 #endif /* CPP_OPTIONS_H */
67

  ViewVC Help
Powered by ViewVC 1.1.22