/[MITgcm]/MITgcm_contrib/atnguyen/llc_90/aste_90x150x60/code/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/atnguyen/llc_90/aste_90x150x60/code/CPP_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Tue Jan 14 06:32:18 2014 UTC (11 years, 6 months ago) by atn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
add forward code for llc90 aste setup, tested for checkpoint c64f; 1 successful 20-yr run

1 C $Header: /u/gcmpack/MITgcm_contrib/eh3/llc/ecco-godae/code_15_lev/CPP_OPTIONS.h,v 1.1 2006/08/26 17:29:29 edhill Exp $
2 C $Name: $
3
4 #ifndef CPP_OPTIONS_H
5 #define CPP_OPTIONS_H
6
7 C CPP flags controlling particular source code features
8
9 C********* RELEVANT CHANGES *********
10
11 C o Allow the use of Non-Linear Free-Surface formulation
12 C this implies that surface thickness (hFactors) vary with time
13 #define NONLIN_FRSURF
14
15 C o NEW OPTION to disable rStar (z*) code
16 #undef DISABLE_RSTAR_CODE
17 #define DISABLE_SIGMA_CODE
18
19 C********* RELEVANT CHANGES *********
20
21 C o Shortwave heating as extra term in external_forcing.F
22 C Note: this should be a run-time option
23 #define SHORTWAVE_HEATING
24
25 C o Include/exclude phi_hyd calculation code
26 #define INCLUDE_PHIHYD_CALCULATION_CODE
27
28 C o Include/exclude call to S/R CONVECT
29 #define INCLUDE_CONVECT_CALL
30
31 C o Include/exclude call to S/R CALC_DIFFUSIVITY
32 #define INCLUDE_CALC_DIFFUSIVITY_CALL
33
34 C o Include/exclude Implicit vertical advection code
35 #define INCLUDE_IMPLVERTADV_CODE
36
37 C o Include/exclude AdamsBashforth-3rd-Order code
38 #define ALLOW_ADAMSBASHFORTH_3
39
40 C o Include/exclude nonHydrostatic code
41 #undef ALLOW_NONHYDROSTATIC
42
43 C o Include pressure loading code
44 #define ATMOSPHERIC_LOADING
45
46 C o Include/exclude balancing surface forcing fluxes code
47 #define ALLOW_BALANCE_FLUXES
48
49 C o Include/exclude balancing surface forcing relaxation code
50 #define ALLOW_BALANCE_RELAX
51
52 C o Allow full 3D specification of vertical diffusivity
53 #define ALLOW_3D_DIFFKR
54
55 C o Use "Exact Convervation" of fluid in Free-Surface formulation
56 C so that d/dt(eta) is exactly equal to - Div.Transport
57 #define EXACT_CONSERV
58
59 C o Use "OLD" UV discretisation near boundaries (*not* recommended)
60 C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
61 C because the old code did not have no-slip BCs
62 #undef OLD_ADV_BCS
63
64 C o Execution environment support options
65 #include "CPP_EEOPTIONS.h"
66
67 C o Include/exclude code specific to the ECCO/SEALION version.
68 cph# include "ECCO_CPPOPTIONS.h"
69
70 #endif /* CPP_OPTIONS_H */
71

  ViewVC Help
Powered by ViewVC 1.1.22