1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OCE : Reference namelist_ref !! |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !! NEMO/OCE : 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 | &namusr_def ! C1D user defined namelist |
---|
35 | !----------------------------------------------------------------------- |
---|
36 | rn_bathy = 4198. ! depth in meters |
---|
37 | / |
---|
38 | !----------------------------------------------------------------------- |
---|
39 | &namrun ! parameters of the run |
---|
40 | !----------------------------------------------------------------------- |
---|
41 | cn_exp = "C1D_PAPA"! experience name |
---|
42 | nn_it000 = 1 ! first time step |
---|
43 | nn_itend = 87600 ! last time step (std 5475) |
---|
44 | nn_date0 = 20100615 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) |
---|
45 | nn_stock = 87600 ! frequency of creation of a restart file (modulo referenced to 1) |
---|
46 | nn_write = 240 ! frequency of write in the output file (modulo referenced to nn_it000) |
---|
47 | / |
---|
48 | !----------------------------------------------------------------------- |
---|
49 | &namdom ! time and space domain |
---|
50 | !----------------------------------------------------------------------- |
---|
51 | ln_linssh = .true. ! =T linear free surface ==>> model level are fixed in time |
---|
52 | ! |
---|
53 | rn_Dt = 360. ! time step for the dynamics and tracer |
---|
54 | / |
---|
55 | !----------------------------------------------------------------------- |
---|
56 | &namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg) |
---|
57 | !----------------------------------------------------------------------- |
---|
58 | / |
---|
59 | !----------------------------------------------------------------------- |
---|
60 | &namtsd ! Temperature & Salinity Data (init/dmp) (default: OFF) |
---|
61 | !----------------------------------------------------------------------- |
---|
62 | ! ! =T read T-S fields for: |
---|
63 | ln_tsd_init = .true. ! ocean initialisation |
---|
64 | |
---|
65 | cn_dir = './' ! root directory for the T-S data location |
---|
66 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
67 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
68 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
69 | sn_tem = 'init_PAPASTATION' , 24. ,'votemper', .false. , .true., 'daily' , '' , '' , '' |
---|
70 | sn_sal = 'init_PAPASTATION' , 24. ,'vosaline', .false. , .true., 'daily' , '' , '' , '' |
---|
71 | / |
---|
72 | !----------------------------------------------------------------------- |
---|
73 | &namwad ! Wetting and Drying (WaD) (default: OFF) |
---|
74 | !----------------------------------------------------------------------- |
---|
75 | / |
---|
76 | !----------------------------------------------------------------------- |
---|
77 | &namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
78 | !----------------------------------------------------------------------- |
---|
79 | / |
---|
80 | !----------------------------------------------------------------------- |
---|
81 | &namc1d ! 1D configuration options ("key_c1d" default: PAPA station) |
---|
82 | !----------------------------------------------------------------------- |
---|
83 | rn_lat1d = 50 ! Column latitude |
---|
84 | rn_lon1d = -145 ! Column longitude |
---|
85 | ln_c1d_locpt = .true. ! Localization of 1D config in a grid (T) or independant point (F) |
---|
86 | / |
---|
87 | !----------------------------------------------------------------------- |
---|
88 | &namc1d_dyndmp ! U & V newtonian damping ("key_c1d" default: OFF) |
---|
89 | !----------------------------------------------------------------------- |
---|
90 | ln_dyndmp = .false. ! add a damping term (T) or not (F) |
---|
91 | / |
---|
92 | !----------------------------------------------------------------------- |
---|
93 | &namc1d_uvd ! data: U & V currents ("key_c1d" default: OFF) |
---|
94 | !----------------------------------------------------------------------- |
---|
95 | ! ! =T read U-V fields for: |
---|
96 | ln_uvd_init = .false. ! ocean initialisation |
---|
97 | ln_uvd_dyndmp = .false. ! U-V restoring |
---|
98 | |
---|
99 | cn_dir = './' ! root directory for the U-V data location |
---|
100 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
101 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
102 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
103 | sn_ucur = 'ucurrent' , -1. ,'u_current', .false. , .true. , 'monthly' , '' , 'Ume' , '' |
---|
104 | sn_vcur = 'vcurrent' , -1. ,'v_current', .false. , .true. , 'monthly' , '' , 'Vme' , '' |
---|
105 | / |
---|
106 | |
---|
107 | !!====================================================================== |
---|
108 | !! *** Surface Boundary Condition namelists *** !! |
---|
109 | !! !! |
---|
110 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
111 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
112 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
113 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
114 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
115 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
116 | !! namtra_qsr penetrative solar radiation (ln_traqsr =T) |
---|
117 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
118 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
119 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
120 | !! namsbc_isf ice shelf melting/freezing (ln_isfcav =T : read (ln_read_cfg=T) or set or usr_def_zgr ) |
---|
121 | !! namsbc_iscpl coupling option between land ice model and ocean (ln_isfcav =T) |
---|
122 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
123 | !! namberg iceberg floats (ln_icebergs=T) |
---|
124 | !!====================================================================== |
---|
125 | ! |
---|
126 | !----------------------------------------------------------------------- |
---|
127 | &namsbc ! Surface Boundary Condition manager (default: NO selection) |
---|
128 | !----------------------------------------------------------------------- |
---|
129 | nn_fsbc = 1 ! frequency of SBC module call |
---|
130 | ! ! (control sea-ice & iceberg model call) |
---|
131 | ! Type of air-sea fluxes |
---|
132 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
133 | ! ! Type of coupling (Ocean/Ice/Atmosphere) : |
---|
134 | ! Misc. options of sbc : |
---|
135 | ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr) |
---|
136 | / |
---|
137 | !----------------------------------------------------------------------- |
---|
138 | &namsbc_flx ! surface boundary condition : flux formulation (ln_flx =T) |
---|
139 | !----------------------------------------------------------------------- |
---|
140 | / |
---|
141 | !----------------------------------------------------------------------- |
---|
142 | &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) |
---|
143 | !----------------------------------------------------------------------- |
---|
144 | ! ! bulk algorithm : |
---|
145 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
146 | ! |
---|
147 | rn_zqt = 2. ! Air temperature & humidity reference height (m) |
---|
148 | rn_zu = 10. ! Wind vector reference height (m) |
---|
149 | |
---|
150 | cn_dir = './' ! root directory for the bulk data location |
---|
151 | !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! |
---|
152 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
153 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
154 | sn_wndi = 'forcing_C1D_PAPA' , 3. , 'sowinu10', .true. , .false. , 'yearly' , '' ,'' , '' |
---|
155 | sn_wndj = 'forcing_C1D_PAPA' , 3. , 'sowinv10', .true. , .false. , 'yearly' , '' ,'' , '' |
---|
156 | sn_qsr = 'forcing_C1D_PAPA' , 3. , 'sosudosw', .false. , .false. , 'yearly' , '' , '' , '' |
---|
157 | sn_qlw = 'forcing_C1D_PAPA' , 3. , 'sosudolw', .false. , .false. , 'yearly' , '' , '' , '' |
---|
158 | sn_tair = 'forcing_C1D_PAPA' , 3. , 'sotemair', .true. , .false. , 'yearly' , '' , '' , '' |
---|
159 | sn_humi = 'forcing_C1D_PAPA' , 3. , 'sohumspe', .true. , .false. , 'yearly' , '' , '' , '' |
---|
160 | sn_prec = 'forcing_C1D_PAPA' , 3. , 'sowaprec', .false. , .false. , 'yearly' , '' , '' , '' |
---|
161 | sn_snow = 'forcing_C1D_PAPA' , 3. , 'sososnow', .false. , .false. , 'yearly' , '' , '' , '' |
---|
162 | sn_slp = 'forcing_C1D_PAPA' , 3. , 'somslpre', .true. , .false. , 'yearly' , '' , '' , '' |
---|
163 | |
---|
164 | / |
---|
165 | !----------------------------------------------------------------------- |
---|
166 | &namsbc_cpl ! coupled ocean/atmosphere model ("key_oasis3") |
---|
167 | !----------------------------------------------------------------------- |
---|
168 | / |
---|
169 | !----------------------------------------------------------------------- |
---|
170 | &namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only) |
---|
171 | !----------------------------------------------------------------------- |
---|
172 | / |
---|
173 | !----------------------------------------------------------------------- |
---|
174 | &namsbc_iif ! Ice-IF : use observed ice cover (nn_ice = 1) |
---|
175 | !----------------------------------------------------------------------- |
---|
176 | / |
---|
177 | !----------------------------------------------------------------------- |
---|
178 | &namtra_qsr ! penetrative solar radiation (ln_traqsr =T) |
---|
179 | !----------------------------------------------------------------------- |
---|
180 | ! ! type of penetration (default: NO selection) |
---|
181 | ln_qsr_rgb = .true. ! RGB light penetration (Red-Green-Blue) |
---|
182 | |
---|
183 | cn_dir = './' ! root directory for the chlorophyl data location |
---|
184 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
185 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
186 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
187 | |
---|
188 | sn_chl ='chlorophyll_PAPASTATION', -1. , 'CHLA' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
189 | / |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | &namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T) |
---|
192 | !----------------------------------------------------------------------- |
---|
193 | / |
---|
194 | !----------------------------------------------------------------------- |
---|
195 | &namsbc_rnf ! runoffs (ln_rnf =T) |
---|
196 | !----------------------------------------------------------------------- |
---|
197 | / |
---|
198 | !----------------------------------------------------------------------- |
---|
199 | &namsbc_apr ! Atmospheric pressure used as ocean forcing (ln_apr_dyn =T) |
---|
200 | !----------------------------------------------------------------------- |
---|
201 | / |
---|
202 | !----------------------------------------------------------------------- |
---|
203 | &namsbc_isf ! Top boundary layer (ISF) (ln_isfcav =T : read (ln_read_cfg=T) |
---|
204 | !----------------------------------------------------------------------- or set or usr_def_zgr ) |
---|
205 | / |
---|
206 | !----------------------------------------------------------------------- |
---|
207 | &namsbc_iscpl ! land ice / ocean coupling option (ln_isfcav =T : read (ln_read_cfg=T) |
---|
208 | !----------------------------------------------------------------------- or set or usr_def_zgr ) |
---|
209 | / |
---|
210 | !----------------------------------------------------------------------- |
---|
211 | &namsbc_wave ! External fields from wave model (ln_wave=T) |
---|
212 | !----------------------------------------------------------------------- |
---|
213 | / |
---|
214 | !----------------------------------------------------------------------- |
---|
215 | &namberg ! iceberg parameters (default: OFF) |
---|
216 | !----------------------------------------------------------------------- |
---|
217 | / |
---|
218 | |
---|
219 | !!====================================================================== |
---|
220 | !! *** Lateral boundary condition *** !! |
---|
221 | !! !! |
---|
222 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
223 | !! namagrif agrif nested grid (read by child model only) ("key_agrif") |
---|
224 | !! nam_tide Tidal forcing (default: OFF) |
---|
225 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
226 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
227 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
228 | !!====================================================================== |
---|
229 | ! |
---|
230 | !----------------------------------------------------------------------- |
---|
231 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
232 | !----------------------------------------------------------------------- |
---|
233 | rn_shlat = 0. ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat |
---|
234 | / |
---|
235 | !----------------------------------------------------------------------- |
---|
236 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
237 | !----------------------------------------------------------------------- |
---|
238 | / |
---|
239 | !----------------------------------------------------------------------- |
---|
240 | &nam_tide ! tide parameters (default: OFF) |
---|
241 | !----------------------------------------------------------------------- |
---|
242 | / |
---|
243 | !----------------------------------------------------------------------- |
---|
244 | &nambdy ! unstructured open boundaries (default: OFF) |
---|
245 | !----------------------------------------------------------------------- |
---|
246 | / |
---|
247 | !----------------------------------------------------------------------- |
---|
248 | &nambdy_dta ! open boundaries - external data (see nam_bdy) |
---|
249 | !----------------------------------------------------------------------- |
---|
250 | / |
---|
251 | !----------------------------------------------------------------------- |
---|
252 | &nambdy_tide ! tidal forcing at open boundaries (default: OFF) |
---|
253 | !----------------------------------------------------------------------- |
---|
254 | / |
---|
255 | |
---|
256 | !!====================================================================== |
---|
257 | !! *** Top/Bottom boundary condition *** !! |
---|
258 | !! !! |
---|
259 | !! namdrg top/bottom drag coefficient (default: NO selection) |
---|
260 | !! namdrg_top top friction (ln_drg_OFF=F & ln_isfcav=T) |
---|
261 | !! namdrg_bot bottom friction (ln_drg_OFF=F) |
---|
262 | !! nambbc bottom temperature boundary condition (default: OFF) |
---|
263 | !! nambbl bottom boundary layer scheme (default: OFF) |
---|
264 | !!====================================================================== |
---|
265 | ! |
---|
266 | !----------------------------------------------------------------------- |
---|
267 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
268 | !----------------------------------------------------------------------- |
---|
269 | ln_non_lin = .true. ! non-linear drag: Cd = Cd0 |U| |
---|
270 | / |
---|
271 | !----------------------------------------------------------------------- |
---|
272 | &namdrg_top ! TOP friction (ln_drg_OFF =F & ln_isfcav=T) |
---|
273 | !----------------------------------------------------------------------- |
---|
274 | / |
---|
275 | !----------------------------------------------------------------------- |
---|
276 | &namdrg_bot ! BOTTOM friction (ln_drg_OFF =F) |
---|
277 | !----------------------------------------------------------------------- |
---|
278 | / |
---|
279 | !----------------------------------------------------------------------- |
---|
280 | &nambbc ! bottom temperature boundary condition (default: OFF) |
---|
281 | !----------------------------------------------------------------------- |
---|
282 | / |
---|
283 | !----------------------------------------------------------------------- |
---|
284 | &nambbl ! bottom boundary layer scheme (default: OFF) |
---|
285 | !----------------------------------------------------------------------- |
---|
286 | / |
---|
287 | |
---|
288 | !!====================================================================== |
---|
289 | !! Tracer (T-S) namelists !! |
---|
290 | !! !! |
---|
291 | !! nameos equation of state (default: NO selection) |
---|
292 | !! namtra_adv advection scheme (default: NO selection) |
---|
293 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
294 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
295 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
296 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
297 | !!====================================================================== |
---|
298 | ! |
---|
299 | !----------------------------------------------------------------------- |
---|
300 | &nameos ! ocean Equation Of Seawater (default: NO selection) |
---|
301 | !----------------------------------------------------------------------- |
---|
302 | ln_eos80 = .true. ! = Use EOS80 |
---|
303 | / |
---|
304 | !----------------------------------------------------------------------- |
---|
305 | &namtra_adv ! advection scheme for tracer (default: NO selection) |
---|
306 | !----------------------------------------------------------------------- |
---|
307 | ln_traadv_OFF = .true. ! No tracer advection |
---|
308 | / |
---|
309 | !----------------------------------------------------------------------- |
---|
310 | &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection) |
---|
311 | !----------------------------------------------------------------------- |
---|
312 | ! ! Operator type: |
---|
313 | ln_traldf_OFF = .true. ! No explicit diffusion |
---|
314 | / |
---|
315 | !----------------------------------------------------------------------- |
---|
316 | &namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF) |
---|
317 | !----------------------------------------------------------------------- |
---|
318 | / |
---|
319 | !----------------------------------------------------------------------- |
---|
320 | &namtra_eiv ! eddy induced velocity param. (default: OFF) |
---|
321 | !----------------------------------------------------------------------- |
---|
322 | / |
---|
323 | !----------------------------------------------------------------------- |
---|
324 | &namtra_dmp ! tracer: T & S newtonian damping (default: OFF) |
---|
325 | !----------------------------------------------------------------------- |
---|
326 | / |
---|
327 | |
---|
328 | !!====================================================================== |
---|
329 | !! *** Dynamics namelists *** !! |
---|
330 | !! !! |
---|
331 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
332 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
333 | !! namdyn_vor advection scheme (default: NO selection) |
---|
334 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
335 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
336 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
337 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
338 | !!====================================================================== |
---|
339 | ! |
---|
340 | !----------------------------------------------------------------------- |
---|
341 | &nam_vvl ! vertical coordinate options (default: z-star) |
---|
342 | !----------------------------------------------------------------------- |
---|
343 | / |
---|
344 | !----------------------------------------------------------------------- |
---|
345 | &namdyn_adv ! formulation of the momentum advection (default: NO selection) |
---|
346 | !----------------------------------------------------------------------- |
---|
347 | ln_dynadv_OFF = .true. ! linear dynamics (no momentum advection) |
---|
348 | / |
---|
349 | !----------------------------------------------------------------------- |
---|
350 | &namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection) |
---|
351 | !----------------------------------------------------------------------- |
---|
352 | ln_dynvor_ene = .true. ! energy conserving scheme |
---|
353 | / |
---|
354 | !----------------------------------------------------------------------- |
---|
355 | &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection) |
---|
356 | !----------------------------------------------------------------------- |
---|
357 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
358 | / |
---|
359 | !----------------------------------------------------------------------- |
---|
360 | &namdyn_spg ! surface pressure gradient (default: NO selection) |
---|
361 | !----------------------------------------------------------------------- |
---|
362 | / |
---|
363 | !----------------------------------------------------------------------- |
---|
364 | &namdyn_ldf ! lateral diffusion on momentum (default: NO selection) |
---|
365 | !----------------------------------------------------------------------- |
---|
366 | ! ! Type of the operator : |
---|
367 | ln_dynldf_OFF = .true. ! No operator (i.e. no explicit diffusion) |
---|
368 | / |
---|
369 | !----------------------------------------------------------------------- |
---|
370 | &namdta_dyn ! offline ocean input files (OFF_SRC only) |
---|
371 | !----------------------------------------------------------------------- |
---|
372 | / |
---|
373 | |
---|
374 | !!====================================================================== |
---|
375 | !! vertical physics namelists !! |
---|
376 | !! !! |
---|
377 | !! namzdf vertical physics manager (default: NO selection) |
---|
378 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
379 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
380 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
381 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
382 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
383 | !!====================================================================== |
---|
384 | ! |
---|
385 | !----------------------------------------------------------------------- |
---|
386 | &namzdf ! vertical physics manager (default: NO selection) |
---|
387 | !----------------------------------------------------------------------- |
---|
388 | ! ! type of vertical closure (required) |
---|
389 | ln_zdfgls = .true. ! Generic Length Scale closure (T => fill namzdf_gls) |
---|
390 | / |
---|
391 | !----------------------------------------------------------------------- |
---|
392 | &namzdf_ric ! richardson number dependent vertical diffusion (ln_zdfric =T) |
---|
393 | !----------------------------------------------------------------------- |
---|
394 | / |
---|
395 | !----------------------------------------------------------------------- |
---|
396 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T) |
---|
397 | !----------------------------------------------------------------------- |
---|
398 | / |
---|
399 | !----------------------------------------------------------------------- |
---|
400 | &namzdf_gls ! GLS vertical diffusion (ln_zdfgls =T) |
---|
401 | !----------------------------------------------------------------------- |
---|
402 | / |
---|
403 | !----------------------------------------------------------------------- |
---|
404 | &namzdf_osm ! OSM vertical diffusion (ln_zdfosm =T) |
---|
405 | !----------------------------------------------------------------------- |
---|
406 | / |
---|
407 | !----------------------------------------------------------------------- |
---|
408 | &namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T) |
---|
409 | !----------------------------------------------------------------------- |
---|
410 | / |
---|
411 | |
---|
412 | !!====================================================================== |
---|
413 | !! *** Diagnostics namelists *** !! |
---|
414 | !! !! |
---|
415 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
416 | !! namhsb Heat and salt budgets (default: OFF) |
---|
417 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
418 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
419 | !! namflo float parameters (default: OFF) |
---|
420 | !! nam_diadct transports through some sections (default: OFF) |
---|
421 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
422 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
423 | !!====================================================================== |
---|
424 | ! |
---|
425 | !----------------------------------------------------------------------- |
---|
426 | &namtrd ! trend diagnostics (default: OFF) |
---|
427 | !----------------------------------------------------------------------- |
---|
428 | / |
---|
429 | !----------------------------------------------------------------------- |
---|
430 | &namhsb ! Heat and salt budgets (default: OFF) |
---|
431 | !----------------------------------------------------------------------- |
---|
432 | / |
---|
433 | !----------------------------------------------------------------------- |
---|
434 | &namdiu ! Cool skin and warm layer models (default: OFF) |
---|
435 | !----------------------------------------------------------------------- |
---|
436 | / |
---|
437 | !----------------------------------------------------------------------- |
---|
438 | &namflo ! float parameters (default: OFF) |
---|
439 | !----------------------------------------------------------------------- |
---|
440 | / |
---|
441 | !----------------------------------------------------------------------- |
---|
442 | &nam_diadct ! transports through some sections (default: OFF) |
---|
443 | !----------------------------------------------------------------------- |
---|
444 | / |
---|
445 | !----------------------------------------------------------------------- |
---|
446 | &nam_dia25h ! 25h Mean Output (default: OFF) |
---|
447 | !----------------------------------------------------------------------- |
---|
448 | / |
---|
449 | !----------------------------------------------------------------------- |
---|
450 | &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4") |
---|
451 | !----------------------------------------------------------------------- |
---|
452 | / |
---|
453 | |
---|
454 | !!====================================================================== |
---|
455 | !! *** Observation & Assimilation *** !! |
---|
456 | !! !! |
---|
457 | !! namobs observation and model comparison (default: OFF) |
---|
458 | !! nam_asminc assimilation increments ('key_asminc') |
---|
459 | !!====================================================================== |
---|
460 | ! |
---|
461 | !----------------------------------------------------------------------- |
---|
462 | &namobs ! observation usage switch (default: OFF) |
---|
463 | !----------------------------------------------------------------------- |
---|
464 | / |
---|
465 | !----------------------------------------------------------------------- |
---|
466 | &nam_asminc ! assimilation increments ('key_asminc') |
---|
467 | !----------------------------------------------------------------------- |
---|
468 | / |
---|
469 | |
---|
470 | !!====================================================================== |
---|
471 | !! *** Miscellaneous namelists *** !! |
---|
472 | !! !! |
---|
473 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
474 | !! namctl Control prints (default: OFF) |
---|
475 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
476 | !!====================================================================== |
---|
477 | ! |
---|
478 | !----------------------------------------------------------------------- |
---|
479 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
480 | !----------------------------------------------------------------------- |
---|
481 | / |
---|
482 | !----------------------------------------------------------------------- |
---|
483 | &namctl ! Control prints (default: OFF) |
---|
484 | !----------------------------------------------------------------------- |
---|
485 | / |
---|
486 | !----------------------------------------------------------------------- |
---|
487 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
488 | !----------------------------------------------------------------------- |
---|
489 | / |
---|