1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OCE : Reference namelist_ref !! |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !! NEMO/OPA : 1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd) |
---|
5 | !! namelists 2 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_cpl, |
---|
6 | !! namsbc_sas, namtra_qsr, namsbc_rnf, |
---|
7 | !! namsbc_isf, namsbc_iscpl, namsbc_apr, |
---|
8 | !! namsbc_ssr, namsbc_wave, namberg) |
---|
9 | !! 3 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) |
---|
10 | !! 4 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl) |
---|
11 | !! 5 - Tracer (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp) |
---|
12 | !! 6 - dynamics (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) |
---|
13 | !! 7 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm) |
---|
14 | !! 8 - diagnostics (namnc4, namtrd, namspr, namflo, namhsb) |
---|
15 | !! 9 - Obs & Assim (namobs, nam_asminc) |
---|
16 | !! 10 - miscellaneous (nammpp, namctl, namsto) |
---|
17 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
18 | |
---|
19 | !!====================================================================== |
---|
20 | !! *** Domain & Run management namelists *** !! |
---|
21 | !! !! |
---|
22 | !! namrun parameters of the run |
---|
23 | !! namdom space and time domain |
---|
24 | !! namcfg parameters of the configuration (default: user defined GYRE) |
---|
25 | !! namwad Wetting and drying (default: OFF) |
---|
26 | !! namtsd data: temperature & salinity (default: OFF) |
---|
27 | !! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
28 | !! namc1d 1D configuration options ("key_c1d") |
---|
29 | !! namc1d_dyndmp 1D newtonian damping applied on currents ("key_c1d") |
---|
30 | !! namc1d_uvd 1D data (currents) ("key_c1d") |
---|
31 | !!====================================================================== |
---|
32 | ! |
---|
33 | !----------------------------------------------------------------------- |
---|
34 | &namrun ! parameters of the run |
---|
35 | !----------------------------------------------------------------------- |
---|
36 | cn_exp = "PISCES" ! experience name |
---|
37 | nn_it000 = 1 ! first time step |
---|
38 | nn_itend = 1460 ! last time step (std 5475) |
---|
39 | nn_date0 = 010101 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) |
---|
40 | nn_stock = 1460 ! frequency of creation of a restart file (modulo referenced to 1) |
---|
41 | ln_mskland = .true. ! mask land points in NetCDF outputs (costly: + ~15%) |
---|
42 | ln_cfmeta = .true. ! output additional data to netCDF files required for compliance with the CF metadata standard |
---|
43 | ln_clobber = .true. ! clobber (overwrite) an existing file |
---|
44 | / |
---|
45 | !----------------------------------------------------------------------- |
---|
46 | &namdom ! time and space domain |
---|
47 | !----------------------------------------------------------------------- |
---|
48 | ln_linssh = .true. ! =T linear free surface ==>> model level are fixed in time |
---|
49 | ! |
---|
50 | rn_rdt = 21600. ! time step for the dynamics and tracer |
---|
51 | / |
---|
52 | !----------------------------------------------------------------------- |
---|
53 | &namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg) |
---|
54 | !----------------------------------------------------------------------- |
---|
55 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
56 | ! ! (=F) user defined configuration (F => create/check namusr_def) |
---|
57 | cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename |
---|
58 | ! |
---|
59 | / |
---|
60 | !----------------------------------------------------------------------- |
---|
61 | &namtsd ! Temperature & Salinity Data (init/dmp) (default: OFF) |
---|
62 | !----------------------------------------------------------------------- |
---|
63 | / |
---|
64 | !----------------------------------------------------------------------- |
---|
65 | &namwad ! Wetting and Drying (WaD) (default: OFF) |
---|
66 | !----------------------------------------------------------------------- |
---|
67 | / |
---|
68 | !----------------------------------------------------------------------- |
---|
69 | &namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
70 | !----------------------------------------------------------------------- |
---|
71 | / |
---|
72 | !----------------------------------------------------------------------- |
---|
73 | &namc1d ! 1D configuration options ("key_c1d" default: PAPA station) |
---|
74 | !----------------------------------------------------------------------- |
---|
75 | / |
---|
76 | !----------------------------------------------------------------------- |
---|
77 | &namc1d_dyndmp ! U & V newtonian damping ("key_c1d" default: OFF) |
---|
78 | !----------------------------------------------------------------------- |
---|
79 | / |
---|
80 | !----------------------------------------------------------------------- |
---|
81 | &namc1d_uvd ! data: U & V currents ("key_c1d" default: OFF) |
---|
82 | !----------------------------------------------------------------------- |
---|
83 | / |
---|
84 | |
---|
85 | !!====================================================================== |
---|
86 | !! *** Surface Boundary Condition namelists *** !! |
---|
87 | !! !! |
---|
88 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
89 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
90 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
91 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
92 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
93 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
94 | !! namtra_qsr penetrative solar radiation (ln_traqsr =T) |
---|
95 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
96 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
97 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
98 | !! namsbc_isf ice shelf melting/freezing (ln_isfcav =T : read (ln_read_cfg=T) or set or usr_def_zgr ) |
---|
99 | !! namsbc_iscpl coupling option between land ice model and ocean (ln_isfcav =T) |
---|
100 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
101 | !! namberg iceberg floats (ln_icebergs=T) |
---|
102 | !!====================================================================== |
---|
103 | ! |
---|
104 | !----------------------------------------------------------------------- |
---|
105 | &namsbc ! Surface Boundary Condition manager (default: NO selection) |
---|
106 | !----------------------------------------------------------------------- |
---|
107 | nn_fsbc = 1 ! frequency of SBC module call |
---|
108 | ! ! (control sea-ice & iceberg model call) |
---|
109 | ! Type of air-sea fluxes |
---|
110 | ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) |
---|
111 | / |
---|
112 | !----------------------------------------------------------------------- |
---|
113 | &namsbc_flx ! surface boundary condition : flux formulation (ln_flx =T) |
---|
114 | !----------------------------------------------------------------------- |
---|
115 | / |
---|
116 | !----------------------------------------------------------------------- |
---|
117 | &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) |
---|
118 | !----------------------------------------------------------------------- |
---|
119 | / |
---|
120 | !----------------------------------------------------------------------- |
---|
121 | &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") |
---|
122 | !----------------------------------------------------------------------- |
---|
123 | / |
---|
124 | !----------------------------------------------------------------------- |
---|
125 | &namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only) |
---|
126 | !----------------------------------------------------------------------- |
---|
127 | / |
---|
128 | !----------------------------------------------------------------------- |
---|
129 | &namsbc_iif ! Ice-IF : use observed ice cover (nn_ice = 1) |
---|
130 | !----------------------------------------------------------------------- |
---|
131 | / |
---|
132 | !----------------------------------------------------------------------- |
---|
133 | &namtra_qsr ! penetrative solar radiation (ln_traqsr =T) |
---|
134 | !----------------------------------------------------------------------- |
---|
135 | / |
---|
136 | !----------------------------------------------------------------------- |
---|
137 | &namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T) |
---|
138 | !----------------------------------------------------------------------- |
---|
139 | / |
---|
140 | !----------------------------------------------------------------------- |
---|
141 | &namsbc_rnf ! runoffs (ln_rnf =T) |
---|
142 | !----------------------------------------------------------------------- |
---|
143 | / |
---|
144 | !----------------------------------------------------------------------- |
---|
145 | &namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T) |
---|
146 | !----------------------------------------------------------------------- |
---|
147 | / |
---|
148 | !----------------------------------------------------------------------- |
---|
149 | &namsbc_isf ! Top boundary layer (ISF) (ln_isfcav =T : read (ln_read_cfg=T) |
---|
150 | !----------------------------------------------------------------------- or set or usr_def_zgr ) |
---|
151 | / |
---|
152 | !----------------------------------------------------------------------- |
---|
153 | &namsbc_iscpl ! land ice / ocean coupling option (ln_isfcav =T : read (ln_read_cfg=T) |
---|
154 | !----------------------------------------------------------------------- or set or usr_def_zgr ) |
---|
155 | / |
---|
156 | !----------------------------------------------------------------------- |
---|
157 | &namsbc_wave ! External fields from wave model (ln_wave=T) |
---|
158 | !----------------------------------------------------------------------- |
---|
159 | / |
---|
160 | !----------------------------------------------------------------------- |
---|
161 | &namberg ! iceberg parameters (default: OFF) |
---|
162 | !----------------------------------------------------------------------- |
---|
163 | / |
---|
164 | |
---|
165 | !!====================================================================== |
---|
166 | !! *** Lateral boundary condition *** !! |
---|
167 | !! !! |
---|
168 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
169 | !! namagrif agrif nested grid (read by child model only) ("key_agrif") |
---|
170 | !! nam_tide Tidal forcing (default: OFF) |
---|
171 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
172 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
173 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
174 | !!====================================================================== |
---|
175 | ! |
---|
176 | !----------------------------------------------------------------------- |
---|
177 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
178 | !----------------------------------------------------------------------- |
---|
179 | ! ! free slip ! partial slip ! no slip ! strong slip |
---|
180 | rn_shlat = 2 ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat |
---|
181 | / |
---|
182 | !----------------------------------------------------------------------- |
---|
183 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
184 | !----------------------------------------------------------------------- |
---|
185 | / |
---|
186 | !----------------------------------------------------------------------- |
---|
187 | &nam_tide ! tide parameters (default: OFF) |
---|
188 | !----------------------------------------------------------------------- |
---|
189 | / |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | &nambdy ! unstructured open boundaries (default: OFF) |
---|
192 | !----------------------------------------------------------------------- |
---|
193 | / |
---|
194 | !----------------------------------------------------------------------- |
---|
195 | &nambdy_dta ! open boundaries - external data (see nam_bdy) |
---|
196 | !----------------------------------------------------------------------- |
---|
197 | / |
---|
198 | !----------------------------------------------------------------------- |
---|
199 | &nambdy_tide ! tidal forcing at open boundaries (default: OFF) |
---|
200 | !----------------------------------------------------------------------- |
---|
201 | / |
---|
202 | |
---|
203 | !!====================================================================== |
---|
204 | !! *** Top/Bottom boundary condition *** !! |
---|
205 | !! !! |
---|
206 | !! namdrg top/bottom drag coefficient (default: NO selection) |
---|
207 | !! namdrg_top top friction (ln_OFF=F & ln_isfcav=T) |
---|
208 | !! namdrg_bot bottom friction (ln_OFF=F) |
---|
209 | !! nambbc bottom temperature boundary condition (default: OFF) |
---|
210 | !! nambbl bottom boundary layer scheme (default: OFF) |
---|
211 | !!====================================================================== |
---|
212 | ! |
---|
213 | !----------------------------------------------------------------------- |
---|
214 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
215 | !----------------------------------------------------------------------- |
---|
216 | / |
---|
217 | !----------------------------------------------------------------------- |
---|
218 | &namdrg_top ! TOP friction (ln_OFF =F & ln_isfcav=T) |
---|
219 | !----------------------------------------------------------------------- |
---|
220 | / |
---|
221 | !----------------------------------------------------------------------- |
---|
222 | &namdrg_bot ! BOTTOM friction (ln_OFF =F) |
---|
223 | !----------------------------------------------------------------------- |
---|
224 | / |
---|
225 | !----------------------------------------------------------------------- |
---|
226 | &nambbc ! bottom temperature boundary condition (default: OFF) |
---|
227 | !----------------------------------------------------------------------- |
---|
228 | / |
---|
229 | !----------------------------------------------------------------------- |
---|
230 | &nambbl ! bottom boundary layer scheme (default: OFF) |
---|
231 | !----------------------------------------------------------------------- |
---|
232 | / |
---|
233 | |
---|
234 | !!====================================================================== |
---|
235 | !! Tracer (T-S) namelists !! |
---|
236 | !! !! |
---|
237 | !! nameos equation of state (default: NO selection) |
---|
238 | !! namtra_adv advection scheme (default: NO selection) |
---|
239 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
240 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
241 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
242 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
243 | !!====================================================================== |
---|
244 | ! |
---|
245 | !----------------------------------------------------------------------- |
---|
246 | &nameos ! ocean Equation Of Seawater (default: NO selection) |
---|
247 | !----------------------------------------------------------------------- |
---|
248 | ln_teos10 = .true. ! = Use TEOS-10 |
---|
249 | / |
---|
250 | !----------------------------------------------------------------------- |
---|
251 | &namtra_adv ! advection scheme for tracer (default: NO selection) |
---|
252 | !----------------------------------------------------------------------- |
---|
253 | / |
---|
254 | !----------------------------------------------------------------------- |
---|
255 | &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection) |
---|
256 | !----------------------------------------------------------------------- |
---|
257 | ! ! Operator type: |
---|
258 | ln_traldf_lap = .true. ! laplacian operator |
---|
259 | ! |
---|
260 | ! ! Direction of action: |
---|
261 | ln_traldf_iso = .true. ! iso-neutral (standard operator) |
---|
262 | ! |
---|
263 | ! ! Coefficients: |
---|
264 | nn_aht_ijk_t = 20 ! space/time variation of eddy coefficient: |
---|
265 | ! ! =-20 (=-30) read in eddy_diffusivity_2D.nc (..._3D.nc) file |
---|
266 | ! ! = 0 constant |
---|
267 | ! ! = 10 F(k) =ldf_c1d |
---|
268 | ! ! = 20 F(i,j) =ldf_c2d |
---|
269 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
270 | ! ! = 30 F(i,j,k) =ldf_c2d * ldf_c1d |
---|
271 | ! ! = 31 F(i,j,k,t)=F(local velocity and grid-spacing) |
---|
272 | ! ! time invariant coefficients: aht0 = 1/2 Ud*Ld (lap case) |
---|
273 | ! ! or = 1/12 Ud*Ld^3 (blp case) |
---|
274 | rn_Ud = 0.018 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) |
---|
275 | rn_Ld = 200.e+3 ! lateral diffusive length [m] (nn_aht_ijk_t= 0, 10) |
---|
276 | / |
---|
277 | !----------------------------------------------------------------------- |
---|
278 | &namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF) |
---|
279 | !----------------------------------------------------------------------- |
---|
280 | / |
---|
281 | !----------------------------------------------------------------------- |
---|
282 | &namtra_eiv ! eddy induced velocity param. (default: OFF) |
---|
283 | !----------------------------------------------------------------------- |
---|
284 | / |
---|
285 | !----------------------------------------------------------------------- |
---|
286 | &namtra_dmp ! tracer: T & S newtonian damping (default: OFF) |
---|
287 | !----------------------------------------------------------------------- |
---|
288 | / |
---|
289 | |
---|
290 | !!====================================================================== |
---|
291 | !! *** Dynamics namelists *** !! |
---|
292 | !! !! |
---|
293 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
294 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
295 | !! namdyn_vor advection scheme (default: NO selection) |
---|
296 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
297 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
298 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
299 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
300 | !!====================================================================== |
---|
301 | ! |
---|
302 | !----------------------------------------------------------------------- |
---|
303 | &nam_vvl ! vertical coordinate options (default: z-star) |
---|
304 | !----------------------------------------------------------------------- |
---|
305 | / |
---|
306 | !----------------------------------------------------------------------- |
---|
307 | &namdyn_adv ! formulation of the momentum advection (default: NO selection) |
---|
308 | !----------------------------------------------------------------------- |
---|
309 | / |
---|
310 | !----------------------------------------------------------------------- |
---|
311 | &namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection) |
---|
312 | !----------------------------------------------------------------------- |
---|
313 | / |
---|
314 | !----------------------------------------------------------------------- |
---|
315 | &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection) |
---|
316 | !----------------------------------------------------------------------- |
---|
317 | / |
---|
318 | !----------------------------------------------------------------------- |
---|
319 | &namdyn_spg ! surface pressure gradient (default: NO selection) |
---|
320 | !----------------------------------------------------------------------- |
---|
321 | / |
---|
322 | !----------------------------------------------------------------------- |
---|
323 | &namdyn_ldf ! lateral diffusion on momentum (default: NO selection) |
---|
324 | !----------------------------------------------------------------------- |
---|
325 | / |
---|
326 | !----------------------------------------------------------------------- |
---|
327 | &namdta_dyn ! offline ocean input files (OFF_SRC only) |
---|
328 | !----------------------------------------------------------------------- |
---|
329 | ln_dynrnf = .false. ! runoffs option enabled (T) or not (F) |
---|
330 | ln_dynrnf_depth = .false. ! runoffs is spread in vertical (T) or not (F) |
---|
331 | ! fwbcorr = 3.786e-06 ! annual global mean of empmr for ssh correction |
---|
332 | |
---|
333 | cn_dir = './' ! root directory for the ocean data location |
---|
334 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
335 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
336 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
337 | sn_tem = 'dyna_grid_T' , 120 , 'votemper' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
338 | sn_sal = 'dyna_grid_T' , 120 , 'vosaline' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
339 | sn_mld = 'dyna_grid_T' , 120 , 'somixhgt' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
340 | sn_emp = 'dyna_grid_T' , 120 , 'sowaflup' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
341 | sn_fmf = 'dyna_grid_T' , 120 , 'iowaflup' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
342 | sn_ice = 'dyna_grid_T' , 120 , 'soicecov' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
343 | sn_qsr = 'dyna_grid_T' , 120 , 'soshfldo' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
344 | sn_wnd = 'dyna_grid_T' , 120 , 'sowindsp' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
345 | sn_uwd = 'dyna_grid_U' , 120 , 'uocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' |
---|
346 | sn_vwd = 'dyna_grid_V' , 120 , 'vocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' |
---|
347 | sn_wwd = 'dyna_grid_W' , 120 , 'wocetr_eff', .true. , .true. , 'yearly' , '' , '' , '' |
---|
348 | sn_avt = 'dyna_grid_W' , 120 , 'voddmavs' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
349 | sn_ubl = 'dyna_grid_U' , 120 , 'sobblcox' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
350 | sn_vbl = 'dyna_grid_V' , 120 , 'sobblcoy' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
351 | / |
---|
352 | |
---|
353 | !!====================================================================== |
---|
354 | !! vertical physics namelists !! |
---|
355 | !! !! |
---|
356 | !! namzdf vertical physics manager (default: NO selection) |
---|
357 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
358 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
359 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
360 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
361 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
362 | !!====================================================================== |
---|
363 | ! |
---|
364 | !----------------------------------------------------------------------- |
---|
365 | &namzdf ! vertical physics manager (default: NO selection) |
---|
366 | !----------------------------------------------------------------------- |
---|
367 | / |
---|
368 | !----------------------------------------------------------------------- |
---|
369 | &namzdf_ric ! richardson number dependent vertical diffusion (ln_zdfric =T) |
---|
370 | !----------------------------------------------------------------------- |
---|
371 | / |
---|
372 | !----------------------------------------------------------------------- |
---|
373 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T) |
---|
374 | !----------------------------------------------------------------------- |
---|
375 | / |
---|
376 | !----------------------------------------------------------------------- |
---|
377 | &namzdf_gls ! GLS vertical diffusion (ln_zdfgls =T) |
---|
378 | !----------------------------------------------------------------------- |
---|
379 | / |
---|
380 | !----------------------------------------------------------------------- |
---|
381 | &namzdf_osm ! OSM vertical diffusion (ln_zdfosm =T) |
---|
382 | !----------------------------------------------------------------------- |
---|
383 | / |
---|
384 | !----------------------------------------------------------------------- |
---|
385 | &namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T) |
---|
386 | !----------------------------------------------------------------------- |
---|
387 | / |
---|
388 | |
---|
389 | !!====================================================================== |
---|
390 | !! *** Diagnostics namelists *** !! |
---|
391 | !! !! |
---|
392 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
393 | !! namptr Poleward Transport Diagnostics (default: OFF) |
---|
394 | !! namhsb Heat and salt budgets (default: OFF) |
---|
395 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
396 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
397 | !! namflo float parameters ("key_float") |
---|
398 | !! nam_diaharm Harmonic analysis of tidal constituents ("key_diaharm") |
---|
399 | !! namdct transports through some sections ("key_diadct") |
---|
400 | !! nam_diatmb Top Middle Bottom Output (default: OFF) |
---|
401 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
402 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
403 | !!====================================================================== |
---|
404 | ! |
---|
405 | !----------------------------------------------------------------------- |
---|
406 | &namtrd ! trend diagnostics (default: OFF) |
---|
407 | !----------------------------------------------------------------------- |
---|
408 | / |
---|
409 | !----------------------------------------------------------------------- |
---|
410 | &namptr ! Poleward Transport Diagnostic (default: OFF) |
---|
411 | !----------------------------------------------------------------------- |
---|
412 | / |
---|
413 | !----------------------------------------------------------------------- |
---|
414 | &namhsb ! Heat and salt budgets (default: OFF) |
---|
415 | !----------------------------------------------------------------------- |
---|
416 | / |
---|
417 | !----------------------------------------------------------------------- |
---|
418 | &namdiu ! Cool skin and warm layer models (default: OFF) |
---|
419 | !----------------------------------------------------------------------- |
---|
420 | / |
---|
421 | !----------------------------------------------------------------------- |
---|
422 | &namflo ! float parameters ("key_float") |
---|
423 | !----------------------------------------------------------------------- |
---|
424 | / |
---|
425 | !----------------------------------------------------------------------- |
---|
426 | &nam_diaharm ! Harmonic analysis of tidal constituents ("key_diaharm") |
---|
427 | !----------------------------------------------------------------------- |
---|
428 | / |
---|
429 | !----------------------------------------------------------------------- |
---|
430 | &namdct ! transports through some sections ("key_diadct") |
---|
431 | !----------------------------------------------------------------------- |
---|
432 | / |
---|
433 | !----------------------------------------------------------------------- |
---|
434 | &nam_diatmb ! Top Middle Bottom Output (default: OFF) |
---|
435 | !----------------------------------------------------------------------- |
---|
436 | / |
---|
437 | !----------------------------------------------------------------------- |
---|
438 | &nam_dia25h ! 25h Mean Output (default: OFF) |
---|
439 | !----------------------------------------------------------------------- |
---|
440 | / |
---|
441 | !----------------------------------------------------------------------- |
---|
442 | &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4") |
---|
443 | !----------------------------------------------------------------------- |
---|
444 | / |
---|
445 | |
---|
446 | !!====================================================================== |
---|
447 | !! *** Observation & Assimilation *** !! |
---|
448 | !! !! |
---|
449 | !! namobs observation and model comparison (default: OFF) |
---|
450 | !! nam_asminc assimilation increments ('key_asminc') |
---|
451 | !!====================================================================== |
---|
452 | ! |
---|
453 | !----------------------------------------------------------------------- |
---|
454 | &namobs ! observation usage switch (default: OFF) |
---|
455 | !----------------------------------------------------------------------- |
---|
456 | / |
---|
457 | !----------------------------------------------------------------------- |
---|
458 | &nam_asminc ! assimilation increments ('key_asminc') |
---|
459 | !----------------------------------------------------------------------- |
---|
460 | / |
---|
461 | |
---|
462 | !!====================================================================== |
---|
463 | !! *** Miscellaneous namelists *** !! |
---|
464 | !! !! |
---|
465 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
466 | !! namctl Control prints (default: OFF) |
---|
467 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
468 | !!====================================================================== |
---|
469 | ! |
---|
470 | !----------------------------------------------------------------------- |
---|
471 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
472 | !----------------------------------------------------------------------- |
---|
473 | / |
---|
474 | !----------------------------------------------------------------------- |
---|
475 | &namctl ! Control prints (default: OFF) |
---|
476 | !----------------------------------------------------------------------- |
---|
477 | / |
---|
478 | !----------------------------------------------------------------------- |
---|
479 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
480 | !----------------------------------------------------------------------- |
---|
481 | / |
---|