1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO Configuration namelist : overwrite default values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !! ICE_ADV1D configuration !! |
---|
5 | !!====================================================================== |
---|
6 | !! *** Domain & Run management namelists *** !! |
---|
7 | !! !! |
---|
8 | !! namrun parameters of the run |
---|
9 | !! namdom space and time domain |
---|
10 | !! namcfg parameters of the configuration (default: user defined GYRE) |
---|
11 | !! namwad Wetting and drying (default: OFF) |
---|
12 | !! namtsd data: temperature & salinity (default: OFF) |
---|
13 | !! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
14 | !! namc1d 1D configuration options ("key_c1d") |
---|
15 | !! namc1d_dyndmp 1D newtonian damping applied on currents ("key_c1d") |
---|
16 | !! namc1d_uvd 1D data (currents) ("key_c1d") |
---|
17 | !!====================================================================== |
---|
18 | ! |
---|
19 | !----------------------------------------------------------------------- |
---|
20 | &namusr_def ! ICE_ADV1D user defined namelist |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | rn_dx = 4. ! horizontal resolution in meters |
---|
23 | rn_dy = 4. ! horizontal resolution in meters |
---|
24 | ln_corio = .false. ! set coriolis=0 (false) or not (true) |
---|
25 | rn_ppgphi0 = 70. ! Reference latitude [degrees] |
---|
26 | / |
---|
27 | !----------------------------------------------------------------------- |
---|
28 | &namrun ! parameters of the run |
---|
29 | !----------------------------------------------------------------------- |
---|
30 | nn_no = 0 ! job number (no more used...) |
---|
31 | cn_exp = "ICE_ADV1D" ! experience name |
---|
32 | nn_it000 = 1 ! first time step |
---|
33 | nn_itend = 160 ! last time step (std 5475) |
---|
34 | nn_istate = 1 ! output the initial state (1) or not (0) |
---|
35 | / |
---|
36 | !----------------------------------------------------------------------- |
---|
37 | &namdom ! time and space domain |
---|
38 | !----------------------------------------------------------------------- |
---|
39 | ln_linssh = .true. ! =T linear free surface ==>> model level are fixed in time |
---|
40 | ! |
---|
41 | rn_rdt = 2. ! time step for the dynamics (and tracer if nn_acc=0) |
---|
42 | ! |
---|
43 | ln_meshmask = .true. ! =T create a mesh file |
---|
44 | / |
---|
45 | !----------------------------------------------------------------------- |
---|
46 | &namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg) |
---|
47 | !----------------------------------------------------------------------- |
---|
48 | ln_read_cfg = .false. ! (=T) read the domain configuration file |
---|
49 | ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules |
---|
50 | cn_domcfg = "ICE_ADV1D_domcfg" ! domain configuration filename |
---|
51 | / |
---|
52 | !!====================================================================== |
---|
53 | !! *** Surface Boundary Condition namelists *** !! |
---|
54 | !! !! |
---|
55 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
56 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
57 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
58 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
59 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
60 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
61 | !! namtra_qsr penetrative solar radiation (ln_traqsr =T) |
---|
62 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
63 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
64 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
65 | !! namsbc_isf ice shelf melting/freezing (ln_isfcav =T : read (ln_read_cfg=T) or set or usr_def_zgr ) |
---|
66 | !! namsbc_iscpl coupling option between land ice model and ocean (ln_isfcav =T) |
---|
67 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
68 | !! namberg iceberg floats (ln_icebergs=T) |
---|
69 | !!====================================================================== |
---|
70 | ! |
---|
71 | !----------------------------------------------------------------------- |
---|
72 | &namsbc ! Surface Boundary Condition manager (default: NO selection) |
---|
73 | !----------------------------------------------------------------------- |
---|
74 | ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) |
---|
75 | ln_blk = .false. ! Bulk formulation (T => fill namsbc_blk ) |
---|
76 | nn_fsbc = 1 ! frequency of surface boundary condition computation |
---|
77 | nn_ice = 2 ! sea-ice model |
---|
78 | / |
---|
79 | !----------------------------------------------------------------------- |
---|
80 | &namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only) |
---|
81 | !----------------------------------------------------------------------- |
---|
82 | l_sasread = .false. ! =T Read in file ; =F set all to 0. (see sbcssm.F90) |
---|
83 | / |
---|
84 | !!====================================================================== |
---|
85 | !! *** Lateral boundary condition *** !! |
---|
86 | !! !! |
---|
87 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
88 | !! namagrif agrif nested grid (read by child model only) ("key_agrif") |
---|
89 | !! nam_tide Tidal forcing (default: OFF) |
---|
90 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
91 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
92 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
93 | !!====================================================================== |
---|
94 | ! |
---|
95 | !----------------------------------------------------------------------- |
---|
96 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
97 | !----------------------------------------------------------------------- |
---|
98 | rn_shlat = 0. ! free slip |
---|
99 | / |
---|
100 | !----------------------------------------------------------------------- |
---|
101 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
102 | !----------------------------------------------------------------------- |
---|
103 | / |
---|
104 | !!====================================================================== |
---|
105 | !! *** Top/Bottom boundary condition *** !! |
---|
106 | !! !! |
---|
107 | !! namdrg top/bottom drag coefficient (default: NO selection) |
---|
108 | !! namdrg_top top friction (ln_OFF=F & ln_isfcav=T) |
---|
109 | !! namdrg_bot bottom friction (ln_OFF=F) |
---|
110 | !! nambbc bottom temperature boundary condition (default: OFF) |
---|
111 | !! nambbl bottom boundary layer scheme (default: OFF) |
---|
112 | !!====================================================================== |
---|
113 | ! |
---|
114 | !----------------------------------------------------------------------- |
---|
115 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
116 | !----------------------------------------------------------------------- |
---|
117 | ln_OFF = .true. ! free-slip : Cd = 0 |
---|
118 | / |
---|
119 | !!====================================================================== |
---|
120 | !! Tracer (T-S) namelists !! |
---|
121 | !! !! |
---|
122 | !! nameos equation of state (default: NO selection) |
---|
123 | !! namtra_adv advection scheme (default: NO selection) |
---|
124 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
125 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
126 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
127 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
128 | !!====================================================================== |
---|
129 | ! |
---|
130 | !----------------------------------------------------------------------- |
---|
131 | &nameos ! ocean Equation Of Seawater (default: OFF) |
---|
132 | !----------------------------------------------------------------------- |
---|
133 | ln_teos10 = .true. ! = Use TEOS-10 equation of state |
---|
134 | / |
---|
135 | !----------------------------------------------------------------------- |
---|
136 | &namtra_adv ! advection scheme for tracer (default: NO selection) |
---|
137 | !----------------------------------------------------------------------- |
---|
138 | ln_traadv_fct = .true. ! FCT scheme |
---|
139 | nn_fct_h = 4 ! =2/4, horizontal 2nd / 4th order |
---|
140 | nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order |
---|
141 | / |
---|
142 | !---------------------------------------------------------------------------------- |
---|
143 | &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection) |
---|
144 | !---------------------------------------------------------------------------------- |
---|
145 | ln_traldf_OFF = .true. ! laplacian operator |
---|
146 | / |
---|
147 | !!====================================================================== |
---|
148 | !! *** Dynamics namelists *** !! |
---|
149 | !! !! |
---|
150 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
151 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
152 | !! namdyn_vor advection scheme (default: NO selection) |
---|
153 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
154 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
155 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
156 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
157 | !!====================================================================== |
---|
158 | ! |
---|
159 | !----------------------------------------------------------------------- |
---|
160 | &namdyn_adv ! formulation of the momentum advection (default: NO selection) |
---|
161 | !----------------------------------------------------------------------- |
---|
162 | ln_dynadv_OFF = .true. ! linear dynamics (no momentum advection) |
---|
163 | / |
---|
164 | !----------------------------------------------------------------------- |
---|
165 | &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection) |
---|
166 | !----------------------------------------------------------------------- |
---|
167 | ln_hpg_zco = .true. ! z-coordinate - full steps |
---|
168 | / |
---|
169 | !----------------------------------------------------------------------- |
---|
170 | &namdyn_spg ! surface pressure gradient (default: NO selection) |
---|
171 | !----------------------------------------------------------------------- |
---|
172 | ln_dynspg_ts = .true. ! split-explicit free surface |
---|
173 | / |
---|
174 | !----------------------------------------------------------------------- |
---|
175 | &namdyn_ldf ! lateral diffusion on momentum (default: NO selection) |
---|
176 | !----------------------------------------------------------------------- |
---|
177 | ln_dynldf_OFF = .true. ! No operator (i.e. no explicit diffusion) |
---|
178 | / |
---|
179 | !!====================================================================== |
---|
180 | !! vertical physics namelists !! |
---|
181 | !! !! |
---|
182 | !! namzdf vertical physics manager (default: NO selection) |
---|
183 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
184 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
185 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
186 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
187 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
188 | !!====================================================================== |
---|
189 | ! |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | &namzdf ! vertical physics manager (default: NO selection) |
---|
192 | !----------------------------------------------------------------------- |
---|
193 | ln_zdfcst = .true. ! constant mixing |
---|
194 | / |
---|
195 | !!====================================================================== |
---|
196 | !! *** Diagnostics namelists *** !! |
---|
197 | !! !! |
---|
198 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
199 | !! namptr Poleward Transport Diagnostics (default: OFF) |
---|
200 | !! namhsb Heat and salt budgets (default: OFF) |
---|
201 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
202 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
203 | !! namflo float parameters ("key_float") |
---|
204 | !! nam_diaharm Harmonic analysis of tidal constituents ("key_diaharm") |
---|
205 | !! namdct transports through some sections ("key_diadct") |
---|
206 | !! nam_diatmb Top Middle Bottom Output (default: OFF) |
---|
207 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
208 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
209 | !!====================================================================== |
---|
210 | ! |
---|
211 | !!====================================================================== |
---|
212 | !! *** Observation & Assimilation *** !! |
---|
213 | !! !! |
---|
214 | !! namobs observation and model comparison (default: OFF) |
---|
215 | !! nam_asminc assimilation increments ('key_asminc') |
---|
216 | !!====================================================================== |
---|
217 | ! |
---|
218 | !!====================================================================== |
---|
219 | !! *** Miscellaneous namelists *** !! |
---|
220 | !! !! |
---|
221 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
222 | !! namctl Control prints (default: OFF) |
---|
223 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
224 | !!====================================================================== |
---|
225 | ! |
---|
226 | !----------------------------------------------------------------------- |
---|
227 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
228 | !----------------------------------------------------------------------- |
---|
229 | / |
---|
230 | !----------------------------------------------------------------------- |
---|
231 | &namctl ! Control prints (default: OFF) |
---|
232 | !----------------------------------------------------------------------- |
---|
233 | / |
---|
234 | !----------------------------------------------------------------------- |
---|
235 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
236 | !----------------------------------------------------------------------- |
---|
237 | / |
---|