1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/1_namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | ! AGRIF ICE 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 | &namrun ! parameters of the run |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | cn_exp = "Nordic" ! experience name |
---|
23 | nn_it000 = 1 ! first time step |
---|
24 | nn_itend = 960 ! last time step |
---|
25 | nn_istate = 0 ! output the initial state (1) or not (0) |
---|
26 | ln_clobber = .true. ! clobber (overwrite) an existing file |
---|
27 | / |
---|
28 | !----------------------------------------------------------------------- |
---|
29 | &namdom ! space and time domain |
---|
30 | !----------------------------------------------------------------------- |
---|
31 | ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time |
---|
32 | ! |
---|
33 | rn_Dt = 450. ! time step for the dynamics (and tracer if nn_acc=0) |
---|
34 | / |
---|
35 | !----------------------------------------------------------------------- |
---|
36 | &namcfg ! parameters of the configuration (default: user defined GYRE) |
---|
37 | !----------------------------------------------------------------------- |
---|
38 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
39 | cn_domcfg = "ORCA_R017_zps_domcfg_agrif" ! domain configuration filename |
---|
40 | / |
---|
41 | !----------------------------------------------------------------------- |
---|
42 | &namtsd ! Temperature & Salinity Data (default: OFF) |
---|
43 | !----------------------------------------------------------------------- |
---|
44 | ! ! =T read T-S fields for: |
---|
45 | ln_tsd_init = .true. ! ocean initialisation |
---|
46 | ln_tsd_dmp = .false. ! T-S restoring (see namtra_dmp) |
---|
47 | |
---|
48 | cn_dir = './' ! root directory for the T-S data location |
---|
49 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
50 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
51 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
52 | sn_tem = 'data_1m_potential_temperature_nomask', -1. ,'votemper', .true. , .true. , 'yearly' , '' , '' , '' |
---|
53 | sn_sal = 'data_1m_salinity_nomask' , -1. ,'vosaline', .true. , .true. , 'yearly' , '' , '' , '' |
---|
54 | / |
---|
55 | !!====================================================================== |
---|
56 | !! *** Surface Boundary Condition namelists *** !! |
---|
57 | !! !! |
---|
58 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
59 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
60 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
61 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
62 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
63 | !! namtra_qsr penetrative solar radiation (ln_traqsr =T) |
---|
64 | !! namsbc_rnf river runoffs (ln_rnf =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_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
68 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
69 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
70 | !! namberg iceberg floats (ln_icebergs=T) |
---|
71 | !!====================================================================== |
---|
72 | ! |
---|
73 | !----------------------------------------------------------------------- |
---|
74 | &namsbc ! Surface Boundary Condition (surface module) |
---|
75 | !----------------------------------------------------------------------- |
---|
76 | nn_fsbc = 1 ! frequency of SBC module call |
---|
77 | ! Type of air-sea fluxes |
---|
78 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
79 | ! Sea-ice : |
---|
80 | nn_ice = 2 ! =0 no ice boundary condition |
---|
81 | ! ! =1 use observed ice-cover ( => fill namsbc_iif ) |
---|
82 | ! ! =2 or 3 for SI3 and CICE, respectively |
---|
83 | ! Misc. options of sbc : |
---|
84 | ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr) |
---|
85 | ln_rnf = .false. ! runoffs (T => fill namsbc_rnf) |
---|
86 | ln_ssr = .false. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) |
---|
87 | nn_fwb = 0 ! FreshWater Budget: =0 unchecked |
---|
88 | / |
---|
89 | !----------------------------------------------------------------------- |
---|
90 | &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T) |
---|
91 | !----------------------------------------------------------------------- |
---|
92 | ! ! bulk algorithm : |
---|
93 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
94 | |
---|
95 | cn_dir = './' ! root directory for the bulk data location |
---|
96 | !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! |
---|
97 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
98 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
99 | sn_wndi = 'u_10.15JUNE2009_fill' , 6. , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bicub.nc' , 'Uwnd' , '' |
---|
100 | sn_wndj = 'v_10.15JUNE2009_fill' , 6. , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bicub.nc' , 'Vwnd' , '' |
---|
101 | sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24. , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
102 | sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24. , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
103 | sn_tair = 't_10.15JUNE2009_fill' , 6. , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
104 | sn_humi = 'q_10.15JUNE2009_fill' , 6. , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
105 | sn_prec = 'ncar_precip.15JUNE2009_fill', -1. , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
106 | sn_snow = 'ncar_precip.15JUNE2009_fill', -1. , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
107 | sn_slp = 'slp.15JUNE2009_fill' , 6. , 'SLP' , .false. , .true. , 'yearly' , 'weights_core2_nordic2_bilin.nc' , '' , '' |
---|
108 | |
---|
109 | / |
---|
110 | !----------------------------------------------------------------------- |
---|
111 | &namtra_qsr ! penetrative solar radiation (ln_traqsr =T) |
---|
112 | !----------------------------------------------------------------------- |
---|
113 | ! ! type of penetration (default: NO selection) |
---|
114 | ln_qsr_rgb = .true. ! RGB light penetration (Red-Green-Blue) |
---|
115 | ! |
---|
116 | nn_chldta = 1 ! RGB : Chl data (=1) or cst value (=0) |
---|
117 | |
---|
118 | cn_dir = './' ! root directory for the chlorophyl data location |
---|
119 | !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! |
---|
120 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
121 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
122 | sn_chl ='chlorophyll' , -1. , 'CHLA' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
123 | / |
---|
124 | !----------------------------------------------------------------------- |
---|
125 | &namsbc_rnf ! runoffs (ln_rnf =T) |
---|
126 | !----------------------------------------------------------------------- |
---|
127 | ! not used in this zoom |
---|
128 | / |
---|
129 | !----------------------------------------------------------------------- |
---|
130 | &namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T) |
---|
131 | !----------------------------------------------------------------------- |
---|
132 | ! not used in this zoom |
---|
133 | / |
---|
134 | !----------------------------------------------------------------------- |
---|
135 | &namberg ! iceberg parameters (default: No iceberg) |
---|
136 | !----------------------------------------------------------------------- |
---|
137 | ! iceberg floats are not currently available with AGRIF |
---|
138 | ! ===>> forced deactivation in icbini.F90 |
---|
139 | / |
---|
140 | !!====================================================================== |
---|
141 | !! *** Lateral boundary condition *** !! |
---|
142 | !! !! |
---|
143 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
144 | !! namagrif agrif nested grid ( read by child model only ) ("key_agrif") |
---|
145 | !! nam_tide Tidal forcing (default: OFF) |
---|
146 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
147 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
148 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
149 | !!====================================================================== |
---|
150 | ! |
---|
151 | !----------------------------------------------------------------------- |
---|
152 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
153 | !----------------------------------------------------------------------- |
---|
154 | rn_shlat = 2. ! no slip |
---|
155 | / |
---|
156 | !----------------------------------------------------------------------- |
---|
157 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
158 | !----------------------------------------------------------------------- |
---|
159 | ln_spc_dyn = .true. ! use 0 as special value for dynamics |
---|
160 | ln_chk_bathy = .true. ! =T check the parent bathymetry |
---|
161 | / |
---|
162 | !----------------------------------------------------------------------- |
---|
163 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
164 | !----------------------------------------------------------------------- |
---|
165 | ln_non_lin = .true. ! non-linear drag: Cd = Cd0 |U| |
---|
166 | / |
---|
167 | !----------------------------------------------------------------------- |
---|
168 | &namdrg_bot ! BOTTOM friction |
---|
169 | !----------------------------------------------------------------------- |
---|
170 | / |
---|
171 | !----------------------------------------------------------------------- |
---|
172 | &nambbc ! bottom temperature boundary condition (default: OFF) |
---|
173 | !----------------------------------------------------------------------- |
---|
174 | ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom |
---|
175 | nn_geoflx = 1 ! geothermal heat flux: = 2 read variable flux [mW/m2] |
---|
176 | / |
---|
177 | !----------------------------------------------------------------------- |
---|
178 | &nambbl ! bottom boundary layer scheme (default: OFF) |
---|
179 | !----------------------------------------------------------------------- |
---|
180 | ln_trabbl = .true. ! Bottom Boundary Layer parameterisation flag |
---|
181 | nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0) |
---|
182 | nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0) |
---|
183 | rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s] |
---|
184 | rn_gambbl = 10. ! advective bbl coefficient [s] |
---|
185 | / |
---|
186 | !!====================================================================== |
---|
187 | !! Tracer (T & S) namelists !! |
---|
188 | !! !! |
---|
189 | !! nameos equation of state (default: NO selection) |
---|
190 | !! namtra_adv advection scheme (default: NO selection) |
---|
191 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
192 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
193 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
194 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
195 | !!====================================================================== |
---|
196 | ! |
---|
197 | !----------------------------------------------------------------------- |
---|
198 | &nameos ! ocean Equation Of Seawater (default: NO selection) |
---|
199 | !----------------------------------------------------------------------- |
---|
200 | ln_eos80 = .true. ! = Use EOS80 |
---|
201 | / |
---|
202 | !----------------------------------------------------------------------- |
---|
203 | &namtra_adv ! advection scheme for tracer (default: NO selection) |
---|
204 | !----------------------------------------------------------------------- |
---|
205 | ln_traadv_ubs = .true. ! UBS scheme |
---|
206 | nn_ubs_v = 2 ! =2 , vertical 2nd order FCT / COMPACT 4th order |
---|
207 | / |
---|
208 | !----------------------------------------------------------------------- |
---|
209 | &namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF) |
---|
210 | !----------------------------------------------------------------------- |
---|
211 | ln_mle = .true. ! (T) use the Mixed Layer Eddy (MLE) parameterisation |
---|
212 | / |
---|
213 | !----------------------------------------------------------------------- |
---|
214 | &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection) |
---|
215 | !----------------------------------------------------------------------- |
---|
216 | ln_traldf_OFF = .true. ! No operator (no explicit advection) |
---|
217 | / |
---|
218 | !----------------------------------------------------------------------- |
---|
219 | &namtra_eiv ! eddy induced velocity param. (default: OFF) |
---|
220 | !----------------------------------------------------------------------- |
---|
221 | ! not used in this zoom |
---|
222 | / |
---|
223 | !----------------------------------------------------------------------- |
---|
224 | &namtra_dmp ! tracer: T & S newtonian damping (default: OFF) |
---|
225 | !----------------------------------------------------------------------- |
---|
226 | ! not used in this zoom |
---|
227 | / |
---|
228 | !!====================================================================== |
---|
229 | !! *** Dynamics namelists *** !! |
---|
230 | !! !! |
---|
231 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
232 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
233 | !! namdyn_vor advection scheme (default: NO selection) |
---|
234 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
235 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
236 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
237 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
238 | !!====================================================================== |
---|
239 | ! |
---|
240 | !----------------------------------------------------------------------- |
---|
241 | &nam_vvl ! vertical coordinate options (default: z-star) |
---|
242 | !----------------------------------------------------------------------- |
---|
243 | / |
---|
244 | !----------------------------------------------------------------------- |
---|
245 | &namdyn_adv ! formulation of the momentum advection (default: NO selection) |
---|
246 | !----------------------------------------------------------------------- |
---|
247 | ln_dynadv_ubs = .true. ! flux form - 3rd order UBS scheme |
---|
248 | / |
---|
249 | !----------------------------------------------------------------------- |
---|
250 | &namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection) |
---|
251 | !----------------------------------------------------------------------- |
---|
252 | ln_dynvor_ene = .true. ! energy conserving scheme |
---|
253 | / |
---|
254 | !----------------------------------------------------------------------- |
---|
255 | &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection) |
---|
256 | !----------------------------------------------------------------------- |
---|
257 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
258 | / |
---|
259 | !----------------------------------------------------------------------- |
---|
260 | &namdyn_spg ! surface pressure gradient (default: NO selection) |
---|
261 | !----------------------------------------------------------------------- |
---|
262 | ln_dynspg_ts = .true. ! split-explicit free surface |
---|
263 | / |
---|
264 | !----------------------------------------------------------------------- |
---|
265 | &namdyn_ldf ! lateral diffusion on momentum (default: NO selection) |
---|
266 | !----------------------------------------------------------------------- |
---|
267 | ln_dynldf_OFF = .true. ! No operator (i.e. no explicit diffusion) |
---|
268 | / |
---|
269 | !!====================================================================== |
---|
270 | !! vertical physics namelists !! |
---|
271 | !! !! |
---|
272 | !! namzdf vertical physics manager (default: NO selection) |
---|
273 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
274 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
275 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
276 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
277 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
278 | !!====================================================================== |
---|
279 | ! |
---|
280 | !----------------------------------------------------------------------- |
---|
281 | &namzdf ! vertical physics (default: NO selection) |
---|
282 | !----------------------------------------------------------------------- |
---|
283 | ! ! type of vertical closure |
---|
284 | ln_zdftke = .true. ! Turbulent Kinetic Energy closure (T => fill namzdf_tke) |
---|
285 | ! |
---|
286 | ! ! convection |
---|
287 | ln_zdfevd = .true. ! Enhanced Vertical Diffusion scheme |
---|
288 | nn_evdm = 0 ! evd apply on tracer (=0) or on tracer and momentum (=1) |
---|
289 | rn_evd = 100. ! evd mixing coefficient [m2/s] |
---|
290 | ! |
---|
291 | ln_zdfddm = .true. ! double diffusive mixing |
---|
292 | rn_avts = 1.e-4 ! maximum avs (vertical mixing on salinity) |
---|
293 | rn_hsbfr = 1.6 ! heat/salt buoyancy flux ratio |
---|
294 | ! |
---|
295 | ! ! Coefficients |
---|
296 | rn_avm0 = 1.2e-4 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F) |
---|
297 | rn_avt0 = 1.2e-5 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F) |
---|
298 | nn_avb = 0 ! profile for background avt & avm (=1) or not (=0) |
---|
299 | nn_havtb = 1 ! horizontal shape for avtb (=1) or not (=0) |
---|
300 | / |
---|
301 | !----------------------------------------------------------------------- |
---|
302 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T) |
---|
303 | !----------------------------------------------------------------------- |
---|
304 | / |
---|
305 | !!====================================================================== |
---|
306 | !! *** Diagnostics namelists *** !! |
---|
307 | !! !! |
---|
308 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
309 | !! namhsb Heat and salt budgets (default: OFF) |
---|
310 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
311 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
312 | !! namflo float parameters (default: OFF) |
---|
313 | !! nam_diadct transports through some sections (default: OFF) |
---|
314 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
315 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
316 | !!====================================================================== |
---|
317 | ! |
---|
318 | !!====================================================================== |
---|
319 | !! *** Observation & Assimilation *** !! |
---|
320 | !! !! |
---|
321 | !! namobs observation and model comparison (default: OFF) |
---|
322 | !! nam_asminc assimilation increments ('key_asminc') |
---|
323 | !!====================================================================== |
---|
324 | ! |
---|
325 | !!====================================================================== |
---|
326 | !! *** Miscellaneous namelists *** !! |
---|
327 | !! !! |
---|
328 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
329 | !! namctl Control prints (default: OFF) |
---|
330 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
331 | !!====================================================================== |
---|
332 | ! |
---|
333 | !----------------------------------------------------------------------- |
---|
334 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
335 | !----------------------------------------------------------------------- |
---|
336 | / |
---|
337 | !----------------------------------------------------------------------- |
---|
338 | &namctl ! Control prints (default: OFF) |
---|
339 | !----------------------------------------------------------------------- |
---|
340 | / |
---|
341 | !----------------------------------------------------------------------- |
---|
342 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
343 | !----------------------------------------------------------------------- |
---|
344 | / |
---|