/[MITgcm]/MITgcm/verification/natl_box_adjoint/code_bulk/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/natl_box_adjoint/code_bulk/ECCO_CPPOPTIONS.h

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


Revision 1.6 - (show annotations) (download)
Fri Sep 2 21:35:42 2005 UTC (18 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint58e_post, checkpoint57v_post, checkpoint57s_post, checkpoint58b_post, checkpoint58m_post, checkpoint63h, checkpoint63i, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint58u_post, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint58r_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +1 -1 lines
File MIME type: text/plain
updating verification/natl_box_adjoint

1
2 C
3 C CPP flags controlling which code is included in the files that
4 C will be compiled.
5 C
6 C ********************************************************************
7 C *** ECCO Package ***
8 C ********************************************************************
9 C
10 C o include dump of snap shots for checks
11 #define ALLOW_SNAPSHOTS
12
13 #undef ALLOW_ECCO_FORWARD_RUN
14 #undef ALLOW_ECCO_DIAGNOSTICS_RUN
15 #define ALLOW_ECCO_OPTIMIZATION
16
17 C >>> Do a long protocol.
18 #undef ECCO_VERBOSE
19
20 C >>> Just do a "dry" run ( useful for testing ).
21 #undef ALLOW_NO_DYNAMICS
22 C >>> Use the Yearly-Monthly-Daily-Stepping call tree.
23 #undef ALLOW_YMDS_TREE
24 C >>> Do not call stepping
25 #define ALLOW_STEPPING_CALL
26
27 C ********************************************************************
28 C *** Adjoint Support Package ***
29 C ********************************************************************
30
31 C o Include/exclude code in order to be able to automatically
32 C differentiate the MITgcmUV by using the Tangent Linear and
33 C Adjoint Model Compiler (TAMC).
34 #define INCLUDE_AUTODIFF_PACKAGE
35 C
36 #define ALLOW_AUTODIFF_TAMC
37 C
38 C >>> Checkpointing as handled by TAMC
39 #define ALLOW_TAMC_CHECKPOINTING
40 C
41 C extend to 4-level checkpointing
42 #define AUTODIFF_4_LEVEL_CHECKPOINT
43 C
44 C >>> Extract adjoint state
45 #define ALLOW_AUTODIFF_MONITOR
46 C
47 C o use divided adjoint to split adjoint computations
48 #undef ALLOW_DIVIDED_ADJOINT
49
50 C ********************************************************************
51 C *** Calendar Package ***
52 C ********************************************************************
53 C
54 C CPP flags controlling which code is included in the files that
55 C will be compiled.
56
57 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
58
59 C ********************************************************************
60 C *** Cost function Package ***
61 C ********************************************************************
62 C
63 #define ALLOW_COST
64 #ifdef ALLOW_COST
65 C >>> Use the EGM-96 geoid error covariance.
66 # undef ALLOW_EGM96_ERROR_COV
67 # undef ALLOW_READ_EGM_DATA
68 C >>> Use NSCAT data.
69 # undef ALLOW_NSCAT_DATA
70 C >>> Cost function contributions
71
72 # undef ALLOW_HFLUX_COST_CONTRIBUTION
73 # undef ALLOW_SFLUX_COST_CONTRIBUTION
74 # undef ALLOW_USTRESS_COST_CONTRIBUTION
75 # undef ALLOW_VSTRESS_COST_CONTRIBUTION
76
77 # define ALLOW_ATEMP_COST_CONTRIBUTION
78 # define ALLOW_AQH_COST_CONTRIBUTION
79 # define ALLOW_PRECIP_COST_CONTRIBUTION
80 # define ALLOW_SWFLUX_COST_CONTRIBUTION
81 # define ALLOW_UWIND_COST_CONTRIBUTION
82 # define ALLOW_VWIND_COST_CONTRIBUTION
83
84 # define ALLOW_THETA_COST_CONTRIBUTION
85 # define ALLOW_SALT_COST_CONTRIBUTION
86 # define ALLOW_SST_COST_CONTRIBUTION
87 # undef ALLOW_SSS_COST_CONTRIBUTION
88
89 # define ALLOW_SSH_MEAN_COST_CONTRIBUTION
90 # define ALLOW_SSH_TPANOM_COST_CONTRIBUTION
91 # define ALLOW_SSH_ERSANOM_COST_CONTRIBUTION
92 # undef ALLOW_SPH_PROJECTION
93 # if (defined (ALLOW_SSH_MEAN_COST_CONTRIBUTION) || \
94 defined (ALLOW_SSH_TPANOM_COST_CONTRIBUTION) || \
95 defined (ALLOW_SSH_ERSANOM_COST_CONTRIBUTION))
96 # define ALLOW_SSH_COST_CONTRIBUTION
97 # endif
98
99 # undef ALLOW_CTDT_COST_CONTRIBUTION
100 # undef ALLOW_CTDS_COST_CONTRIBUTION
101 # undef ALLOW_XBT_COST_CONTRIBUTION
102 # undef ALLOW_COST_ATLANTIC
103
104 c >>> Open boundaries
105 c >>> Make sure that ALLOW_OBCS is defined
106 # undef ALLOW_OBCSN_COST_CONTRIBUTION
107 # undef ALLOW_OBCSS_COST_CONTRIBUTION
108 # undef ALLOW_OBCSW_COST_CONTRIBUTION
109 # undef ALLOW_OBCSE_COST_CONTRIBUTION
110 # if (defined (ALLOW_OBCSN_COST_CONTRIBUTION) || \
111 defined (ALLOW_OBCSS_COST_CONTRIBUTION) || \
112 defined (ALLOW_OBCSW_COST_CONTRIBUTION) || \
113 defined (ALLOW_OBCSE_COST_CONTRIBUTION))
114 # define ALLOW_OBCS_COST_CONTRIBUTION
115 # endif
116
117 #endif /* ALLOW_COST */
118
119 C ********************************************************************
120 C *** Control vector Package ***
121 C ********************************************************************
122 C
123 #define ALLOW_NONDIMENSIONAL_CONTROL_IO
124
125 C >>> Initial values.
126 #define ALLOW_THETA0_CONTROL
127 #define ALLOW_SALT0_CONTROL
128
129 C >>> Surface fluxes.
130 #undef ALLOW_HFLUX_CONTROL
131 #undef ALLOW_SFLUX_CONTROL
132 #undef ALLOW_USTRESS_CONTROL
133 #undef ALLOW_VSTRESS_CONTROL
134
135 C >>> Atmospheric state.
136 #define ALLOW_ATEMP_CONTROL
137 #define ALLOW_AQH_CONTROL
138 #define ALLOW_PRECIP_CONTROL
139 #define ALLOW_SWFLUX_CONTROL
140 #define ALLOW_UWIND_CONTROL
141 #define ALLOW_VWIND_CONTROL
142
143 C >>> Radiation
144 #undef ALLOW_SWFLUX_CONTROL
145 #undef ALLOW_LWFLUX_CONTROL
146
147 C >>> Open boundaries
148 c >>> Make sure that ALLOW_OBCS is defined
149 #undef ALLOW_OBCSN_CONTROL
150 #undef ALLOW_OBCSS_CONTROL
151 #undef ALLOW_OBCSW_CONTROL
152 #undef ALLOW_OBCSE_CONTROL
153 #if (defined (ALLOW_OBCSN_CONTROL) || \
154 defined (ALLOW_OBCSS_CONTROL) || \
155 defined (ALLOW_OBCSW_CONTROL) || \
156 defined (ALLOW_OBCSE_CONTROL))
157 # define ALLOW_OBCS_CONTROL
158 #endif
159
160 C ********************************************************************
161 C *** External forcing Package ***
162 C ********************************************************************
163 C
164 C o Include/exclude the external forcing package. To use this package,
165 C you have to include the calendar tool as well. KPP can be switched
166 C on or off. The implementation automatically takes care of this.
167 #define INCLUDE_EXTERNAL_FORCING_PACKAGE
168
169 C Do more printout for the protocol file than usual.
170 #undef EXF_VERBOSE
171
172 C Bulk formulae related flags.
173 #define ALLOW_ATM_TEMP
174 #define ALLOW_ATM_WIND
175 #define ALLOW_BULKFORMULAE
176
177 C Relaxation to monthly climatologies.
178 #define ALLOW_CLIM_CYCLIC
179 #undef ALLOW_CLIMTEMP_RELAXATION
180 #undef ALLOW_CLIMSALT_RELAXATION
181 #undef ALLOW_CLIMSST_RELAXATION
182 #undef ALLOW_CLIMSSS_RELAXATION

  ViewVC Help
Powered by ViewVC 1.1.22