/[MITgcm]/MITgcm/verification/lab_sea/code_ad_seaice_only/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/code_ad_seaice_only/ECCO_CPPOPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Sat Sep 10 14:17:07 2005 UTC (18 years, 8 months ago) by heimbach
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, 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
File MIME type: text/plain
Adding lab_sea adjoint experiments for
o seaice-only setup
o seaice-ocean setup

1 C $Header: /u/gcmpack/MITgcm/verification/lab_sea/code/ECCO_CPPOPTIONS.h,v 1.6 2004/03/17 23:30:51 dimitri Exp $
2 C $Name: $
3
4 C CPP flags controlling which code is included in the files that
5 C will be compiled.
6 C
7 C ********************************************************************
8 C *** ECCO Package ***
9 C ********************************************************************
10 C
11 #undef ALLOW_ECCO_FORWARD_RUN
12 #undef ALLOW_ECCO_DIAGNOSTICS_RUN
13 #define ALLOW_ECCO_OPTIMIZATION
14
15 C ********************************************************************
16 C *** Adjoint Support Package ***
17 C ********************************************************************
18
19 C o Include/exclude code in order to be able to automatically
20 C differentiate the MITgcmUV by using the Tangent Linear and
21 C Adjoint Model Compiler (TAMC).
22 #define INCLUDE_AUTODIFF_PACKAGE
23 C
24 #define ALLOW_AUTODIFF_TAMC
25 C
26 C >>> Checkpointing as handled by TAMC
27 #define ALLOW_TAMC_CHECKPOINTING
28 c
29 c >>> Reduce to 2-level checkpointing
30 #define AUTODIFF_2_LEVEL_CHECKPOINT
31 C
32 C >>> Extract adjoint state
33 #define ALLOW_AUTODIFF_MONITOR
34 C
35 C o use divided adjoint to split adjoint computations
36 #undef ALLOW_DIVIDED_ADJOINT
37
38 C ********************************************************************
39 C *** Cost function Package ***
40 C ********************************************************************
41 C
42 #define ALLOW_COST
43 #ifdef ALLOW_COST
44 C >>> Use the EGM-96 geoid error covariance.
45 # undef ALLOW_EGM96_ERROR_COV
46 # undef ALLOW_READ_EGM_DATA
47 C >>> Use NSCAT data.
48 # undef ALLOW_NSCAT_DATA
49 C >>> Cost function contributions
50
51 # undef ALLOW_HFLUX_COST_CONTRIBUTION
52 # undef ALLOW_SFLUX_COST_CONTRIBUTION
53 # undef ALLOW_USTRESS_COST_CONTRIBUTION
54 # undef ALLOW_VSTRESS_COST_CONTRIBUTION
55
56 # define ALLOW_ATEMP_COST_CONTRIBUTION
57 # define ALLOW_AQH_COST_CONTRIBUTION
58 # define ALLOW_UWIND_COST_CONTRIBUTION
59 # define ALLOW_VWIND_COST_CONTRIBUTION
60 # define ALLOW_PRECIP_COST_CONTRIBUTION
61 # define ALLOW_SWDOWN_COST_CONTRIBUTION
62
63 cph-test # define ALLOW_SST_COST_CONTRIBUTION
64
65 c >>> Sea-ice volume
66 # define ALLOW_COST_ICE
67
68 c >>> Sea-ice fractional coverage misfit to SMR obs
69 # define ALLOW_SEAICE_COST_SMR_AREA
70
71 #endif /* ALLOW_COST */
72
73 C ********************************************************************
74 C *** Control vector Package ***
75 C ********************************************************************
76 C
77 #undef EXCLUDE_CTRL_PACK
78 #define ALLOW_NONDIMENSIONAL_CONTROL_IO
79
80 C >>> Initial values.
81 #undef ALLOW_THETA0_CONTROL
82 #undef ALLOW_SALT0_CONTROL
83
84 C >>> Surface fluxes.
85 #undef ALLOW_HFLUX_CONTROL
86 #undef ALLOW_SFLUX_CONTROL
87 #undef ALLOW_USTRESS_CONTROL
88 #undef ALLOW_VSTRESS_CONTROL
89
90 C >>> Atmospheric state.
91 #define ALLOW_ATEMP_CONTROL
92 #define ALLOW_AQH_CONTROL
93 #define ALLOW_UWIND_CONTROL
94 #define ALLOW_VWIND_CONTROL
95 #define ALLOW_PRECIP_CONTROL
96 #define ALLOW_SWDOWN_CONTROL
97
98 cph-test #define ALLOW_SST_CONTROL
99 #undef ALLOW_SSS_CONTROL
100
101 C ********************************************************************
102 C *** External forcing Package ***
103 C ********************************************************************
104 C
105
106 C Do more printout for the protocol file than usual.
107 #undef EXF_VERBOSE
108
109 C Options that are required to use pkg/exf with pkg/seaice.
110 #define ALLOW_ATM_TEMP
111 #define ALLOW_ATM_WIND
112 #define ALLOW_DOWNWARD_RADIATION
113 #define ALLOW_BULKFORMULAE
114 #define ALLOW_RUNOFF
115 #undef USE_EXF_INTERPOLATION
116
117 C Options that control relaxation terms.
118 #undef ALLOW_CLIMTEMP_RELAXATION
119 #undef ALLOW_CLIMSALT_RELAXATION
120 #define ALLOW_CLIMSST_RELAXATION
121 #define ALLOW_CLIMSSS_RELAXATION

  ViewVC Help
Powered by ViewVC 1.1.22