/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/code/CPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.cs32x15/code/CPP_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Fri Oct 3 15:54:45 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51j_post, checkpoint51h_pre, checkpoint51i_pre
File MIME type: text/plain
new experiment: cubed-sphere ocean (cs32 x 15 levels).

1 jmc 1.1 C $Header: $
2     C $Name: $
3    
4     C
5     C CPP flags controlling which code in included in the files that
6     C will be compiled.
7     C
8    
9     C o Include/exclude code for AIM package
10     #undef ALLOW_AIM
11    
12     C o Include/exclude code for GM/Redi parameterization
13     #define ALLOW_GMREDI
14    
15     C o Include/exclude code for KPP mixing scheme
16     #undef ALLOW_KPP
17    
18     C o Shortwave heating as extra term in external_forcing.F
19     #ifdef ALLOW_KPP
20     #define SHORTWAVE_HEATING
21     #endif
22    
23     C o Include/exclude code for bulk formula
24     #define ALLOW_BULK_FORCE
25     #ifdef ALLOW_BULK_FORCE
26     C o allow thermo-seaice
27     #define ALLOW_THERM_SEAICE
28     #endif
29    
30     C o Include/exclude code for Shapiro filters
31     #undef ALLOW_SHAP_FILT
32    
33     C o Include/exclude code for C-D grid method of integrating the
34     C coriolis terms
35     #undef INCLUDE_CD_CODE
36    
37     C o Include/exclude code for open-boundary conditions
38     #undef ALLOW_OBCS
39    
40     C o Include/exclude diagnostics package interface code
41     #define ALLOW_TIMEAVE
42    
43     C o Include/exclude zonal FFT filter code
44     #undef ALLOW_ZONAL_FILT
45    
46     C o Include/exclude temperature advection code
47     #define INCLUDE_T_ADVECTION_CODE
48     #ifdef INCLUDE_T_ADVECTION_CODE
49     #define _ADT(a)a
50     #endif
51     #ifndef INCLUDE_T_ADVECTION_CODE
52     #define _ADT(a)
53     #endif
54    
55     C o Include/exclude temperature diffusion code
56     #define INCLUDE_T_DIFFUSION_CODE
57     #ifdef INCLUDE_T_DIFFUSION_CODE
58     #define _LPT(a)a
59     #define _BHT(a)a
60     #endif
61     #ifndef INCLUDE_T_DIFFUSION_CODE
62     #define _LPT(a)
63     #define _BHT(a)
64     #endif
65    
66     C o Include/exclude temperature forcing code
67     #define INCLUDE_T_FORCING_CODE
68    
69     C o Include/exclude momentum advection code
70     #define INCLUDE_MOMENTUM_ADVECTION_CODE
71     #ifdef INCLUDE_MOMENTUM_ADVECTION_CODE
72     #define _ADM(a)a
73     #endif
74     #ifndef INCLUDE_MOMENTUM_ADVECTION_CODE
75     #define _ADM(a)
76     #endif
77    
78     C o Include/exclude laplacian viscosity code
79     #define INCLUDE_LP_MOMENTUM_DIFFUSION_CODE
80     #ifdef INCLUDE_LP_MOMENTUM_DIFFUSION_CODE
81     #define _LPM(a)a
82     #endif
83     #ifndef INCLUDE_LP_MOMENTUM_DIFFUSION_CODE
84     #define _LPM(a)
85     #endif
86    
87     C o Include/exclude biharmonic viscosity code
88     #define INCLUDE_BH_MOMENTUM_DIFFUSION_CODE
89     #ifdef INCLUDE_BH_MOMENTUM_DIFFUSION_CODE
90     #define _BHM(a)a
91     #endif
92     #ifndef INCLUDE_BH_MOMENTUM_DIFFUSION_CODE
93     #define _BHM(a)
94     #endif
95    
96     C o Include/exclude gradient of phy_hyd code
97     #define INCLUDE_GRADPH_CODE
98     #ifdef INCLUDE_GRADPH_CODE
99     #define _PHM(a)a
100     #endif
101     #ifndef INCLUDE_GRADPH_CODE
102     #define _PHM(a)
103     #endif
104    
105     C o Include/exclude momentum forcing code
106     #define INCLUDE_MOMENTUM_FORCING_CODE
107    
108     C o Include/exclude momentum eqn metric terms code
109     #define INCLUDE_MOMENTUM_METRIC_TERM_CODE
110    
111     C o Include/exclude phi_hyd calculation code
112     #define INCLUDE_PHIHYD_CALCULATION_CODE
113    
114     C o Include/exclude call to S/R CONVECT
115     #undef INCLUDE_CONVECT_CALL
116    
117     C o Include/exclude call to S/R CALC_DIFFUSIVITY
118     #define INCLUDE_CALC_DIFFUSIVITY_CALL
119    
120     C o Allow nonHydrostatic code
121     #undef ALLOW_NONHYDROSTATIC
122    
123     C o Use "Exact Convervation" of fluid in Free-Surface formulation
124     C so that d/dt(eta) is exactly equal to - Div.Transport
125     #define EXACT_CONSERV
126    
127     C o Allow the use of Non-Linear Free-Surface formulation
128     C this implies that surface thickness (hFactors) vary with time
129     #define NONLIN_FRSURF
130    
131     C o Use "OLD" UV discretisation near boundaries (*not* recommended)
132     C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
133     C because the old code did not have no-slip BCs
134     #undef OLD_ADV_BCS
135    
136     C o Use "OLD" UV geometry on sphere (definately *NOT* recommended)
137     C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
138     C because the old code did not have no-slip BCs
139     #undef OLD_UV_GEOMETRY
140    
141     C o Execution environment support options
142     #include "CPP_EEOPTIONS.h"
143    
144     C o Include/exclude code specific to the ECCO/SEALION version.
145     #undef INCLUDE_ECCO_PACKAGE
146     #ifdef INCLUDE_ECCO_PACKAGE
147     #include "ECCO_CPPOPTIONS.h"
148     #endif
149    

  ViewVC Help
Powered by ViewVC 1.1.22