1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | ! |
---|
5 | !----------------------------------------------------------------------- |
---|
6 | &namrun ! parameters of the run |
---|
7 | !----------------------------------------------------------------------- |
---|
8 | cn_exp = _AUTOBLOCKER_ ! Experience name |
---|
9 | nn_it000 = _AUTOBLOCKER_ ! First time step |
---|
10 | nn_itend = _AUTOBLOCKER_ ! Last time step |
---|
11 | nn_date0 = _AUTOBLOCKER_ ! Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) |
---|
12 | nn_leapy = _AUTOBLOCKER_ ! Leap year calendar (1) or not (0) |
---|
13 | ln_rstart = _AUTOBLOCKER_ ! start from rest (F) or from a restart file (T) |
---|
14 | nn_rstctl = _AUTOBLOCKER_ ! Restart control => activated only if ln_rstart = T |
---|
15 | ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist |
---|
16 | ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart |
---|
17 | ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart |
---|
18 | cn_ocerst_in = "restartopa" ! Suffix of ocean restart name (input) |
---|
19 | cn_ocerst_indir = "." ! directory from which to read input ocean restarts |
---|
20 | cn_ocerst_out = "restart" ! Suffix of ocean restart name (output) |
---|
21 | cn_ocerst_outdir = "." ! directory in which to write output ocean restarts |
---|
22 | nn_istate = 0 ! Output the initial state (1) or not (0) |
---|
23 | nn_stock = _AUTOBLOCKER_ ! Frequency of creation of a restart file (modulo referenced to 1) |
---|
24 | nn_write = 5475 ! Requency of write in the output file (modulo referenced to nn_it000) |
---|
25 | ln_mskland = .true. ! Masks land points in NetCDF outputs |
---|
26 | / |
---|
27 | !----------------------------------------------------------------------- |
---|
28 | &namcfg ! parameters of the configuration |
---|
29 | !----------------------------------------------------------------------- |
---|
30 | cp_cfg = "orca" ! name of the configuration |
---|
31 | jp_cfg = 1 ! resolution of the configuration |
---|
32 | jpidta = 362 ! 1st lateral dimension ( >= jpi ) |
---|
33 | jpjdta = 332 ! 2nd " " ( >= jpj ) |
---|
34 | jpkdta = 75 ! number of levels ( >= jpk ) |
---|
35 | jpiglo = 362 ! 1st dimension of global domain --> i =jpidta |
---|
36 | jpjglo = 332 ! 2nd - - --> j =jpjdta |
---|
37 | jperio = 6 ! lateral cond. type (between 0 and 6) |
---|
38 | !ln_use_jattr = .true. ! use (T) the file attribute: open_ocean_jstart if present |
---|
39 | / |
---|
40 | !----------------------------------------------------------------------- |
---|
41 | &namzgr ! vertical coordinate |
---|
42 | !----------------------------------------------------------------------- |
---|
43 | / |
---|
44 | !----------------------------------------------------------------------- |
---|
45 | &namzgr_sco ! s-coordinate or hybrid z-s-coordinate |
---|
46 | !----------------------------------------------------------------------- |
---|
47 | / |
---|
48 | !----------------------------------------------------------------------- |
---|
49 | &namdom ! space and time domain (bathymetry, mesh, timestep) |
---|
50 | !----------------------------------------------------------------------- |
---|
51 | nn_msh = _AUTO_ ! AUTO - Create (=1) a mesh file or not (=0) |
---|
52 | rn_rdt = 2700. ! time step for the dynamics (and tracer if nn_acc=0) |
---|
53 | nn_closea = 1 ! remove (=0) or keep (=1) closed seas and lakes (ORCA) |
---|
54 | ! |
---|
55 | jphgr_msh = 0 ! type of horizontal mesh |
---|
56 | ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1) |
---|
57 | ppgphi0 = 999999.0 ! latitude of first raw and column T-point (jphgr_msh = 1) |
---|
58 | ppe1_deg = 999999.0 ! zonal grid-spacing (degrees) |
---|
59 | ppe2_deg = 999999.0 ! meridional grid-spacing (degrees) |
---|
60 | ppe1_m = 999999.0 ! zonal grid-spacing (degrees) |
---|
61 | ppe2_m = 999999.0 ! meridional grid-spacing (degrees) |
---|
62 | ppsur = -3958.951371276829 ! ORCA r4, r2 and r05 coefficients |
---|
63 | ppa0 = 103.9530096000000 ! (default coefficients) |
---|
64 | ppa1 = 2.415951269000000 ! |
---|
65 | ppkth = 15.35101370000000 ! |
---|
66 | ppacr = 7.0 ! |
---|
67 | ppdzmin = 999999.0 ! Minimum vertical spacing |
---|
68 | pphmax = 999999.0 ! Maximum depth |
---|
69 | ppa2 = 100.7609285000000 ! Double tanh function parameters |
---|
70 | ppkth2 = 48.02989372000000 ! |
---|
71 | ppacr2 = 13.00000000000 ! |
---|
72 | rn_hmin = 20. |
---|
73 | / |
---|
74 | !----------------------------------------------------------------------- |
---|
75 | &namsplit |
---|
76 | !----------------------------------------------------------------------- |
---|
77 | ln_bt_fw = .TRUE. ! Forward integration of barotropic equations |
---|
78 | ln_bt_av = .TRUE. ! Time filtering of barotropic variables |
---|
79 | ln_bt_nn_auto = .TRUE. ! Set nn_baro automatically to be just below |
---|
80 | ! a user defined maximum courant number (rn_bt_cmax) |
---|
81 | nn_baro = 30 ! Number of iterations of barotropic mode |
---|
82 | ! during rn_rdt seconds. Only used if ln_bt_nn_auto=F |
---|
83 | rn_bt_cmax = 0.8 ! Maximum courant number allowed if ln_bt_nn_auto=T |
---|
84 | nn_bt_flt = 1 ! Time filter choice |
---|
85 | ! = 0 None |
---|
86 | ! = 1 Boxcar over nn_baro barotropic steps |
---|
87 | ! = 2 Boxcar over 2*nn_baro " |
---|
88 | / |
---|
89 | !----------------------------------------------------------------------- |
---|
90 | &namcrs ! Grid coarsening for dynamics output and/or |
---|
91 | ! passive tracer coarsened online simulations |
---|
92 | !----------------------------------------------------------------------- |
---|
93 | / |
---|
94 | !----------------------------------------------------------------------- |
---|
95 | &namtsd ! data : Temperature & Salinity |
---|
96 | !----------------------------------------------------------------------- |
---|
97 | ln_tsd_tradmp = .false. ! damping of ocean T & S toward T &S input data (T) or not (F) |
---|
98 | sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc' , '' , '' |
---|
99 | sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim' , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc' , '' , '' |
---|
100 | / |
---|
101 | !----------------------------------------------------------------------- |
---|
102 | &namsbc ! Surface Boundary Condition (surface module) |
---|
103 | !----------------------------------------------------------------------- |
---|
104 | nn_fsbc = 2 ! frequency of surface boundary condition computation |
---|
105 | ! (also = the frequency of sea-ice model call) |
---|
106 | ln_blk_clio = .false. ! CLIO bulk formulation (T => fill namsbc_clio) |
---|
107 | ln_blk_core = .false. ! CORE bulk formulation (T => fill namsbc_core) |
---|
108 | ln_blk_mfs = .false. ! MFS bulk formulation (T => fill namsbc_mfs ) |
---|
109 | ln_cpl = .true. ! atmosphere coupled formulation ( requires key_oasis3 ) |
---|
110 | ln_mixcpl = .false. ! forced-coupled mixed formulation ( requires key_oasis3 ) |
---|
111 | ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr ) |
---|
112 | nn_ice = 2 ! =0 no ice boundary condition , |
---|
113 | ! =1 use observed ice-cover , |
---|
114 | ! =2 ice-model used ("key_lim3" or "key_lim2") |
---|
115 | nn_limflx = 2 ! LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) |
---|
116 | ! =-1 Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled |
---|
117 | ! = 0 Average per-category fluxes (forced and coupled mode) |
---|
118 | ! = 1 Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled |
---|
119 | ! = 2 Redistribute a single flux over categories (coupled mode only) |
---|
120 | nn_ice_embd = 1 ! AUTO - |
---|
121 | ! =0 levitating ice (no mass exchange, concentration/dilution effect) |
---|
122 | ! =1 levitating ice with mass and salt exchange but no presure effect |
---|
123 | ! =2 embedded sea-ice (full salt and mass exchanges and pressure) |
---|
124 | ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave |
---|
125 | ln_rnf = .false. ! runoffs (T => fill namsbc_rnf) |
---|
126 | ln_ssr = .false. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) |
---|
127 | nn_fwb = 0 ! FreshWater Budget: =0 unchecked |
---|
128 | ! =1 global mean of e-p-r set to zero at each time step |
---|
129 | / |
---|
130 | !----------------------------------------------------------------------- |
---|
131 | &namsbc_core ! namsbc_core CORE bulk formulae |
---|
132 | !----------------------------------------------------------------------- |
---|
133 | / |
---|
134 | !----------------------------------------------------------------------- |
---|
135 | &namtra_qsr ! penetrative solar radiation |
---|
136 | !----------------------------------------------------------------------- |
---|
137 | nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0) |
---|
138 | sn_chl ='merged_ESACCI_BIOMER4V1R1_CHL_REG05', -1 , 'CHLA' , .true. , .true |
---|
139 | / |
---|
140 | !----------------------------------------------------------------------- |
---|
141 | &namsbc_rnf ! runoffs namelist surface boundary condition |
---|
142 | !----------------------------------------------------------------------- |
---|
143 | ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
144 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! |
---|
145 | sn_rnf = 'eORCA_R1_runoff_clim_v1.0_nomask', -1 , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , '' |
---|
146 | sn_cnf = 'eORCA_R1_runoff_clim_v1.0_nomask', 0 , 'socoeff' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
147 | sn_s_rnf = 'runoffs' , 24 , 'rosaline', .true. , .true. , 'yearly' , '' , '' , '' |
---|
148 | sn_t_rnf = 'runoffs' , 24 , 'rotemper', .true. , .true. , 'yearly' , '' , '' , '' |
---|
149 | sn_dep_rnf = 'runoffs_eORCA1.0_depths.nc' , 0 , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
150 | |
---|
151 | ln_rnf_mouth = .false. ! specific treatment at rivers mouths |
---|
152 | ln_rnf_depth = .true. ! read in depth information for runoff |
---|
153 | ln_rnf_tem = .false. ! read in temperature information for runoff |
---|
154 | ln_rnf_sal = .false. ! read in salinity information for runoff |
---|
155 | ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file |
---|
156 | rn_rnf_max = 0.05 ! max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) |
---|
157 | rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) |
---|
158 | nn_rnf_depth_file = _AUTO_ ! create (=1) a runoff depth file or not (=0) |
---|
159 | / |
---|
160 | !----------------------------------------------------------------------- |
---|
161 | &namsbc_apr ! Atmospheric pressure used as ocean forcing or in bulk |
---|
162 | !----------------------------------------------------------------------- |
---|
163 | / |
---|
164 | !----------------------------------------------------------------------- |
---|
165 | &namsbc_ssr ! surface boundary condition : sea surface restoring |
---|
166 | !----------------------------------------------------------------------- |
---|
167 | / |
---|
168 | !----------------------------------------------------------------------- |
---|
169 | &namsbc_alb ! albedo parameters |
---|
170 | !----------------------------------------------------------------------- |
---|
171 | rn_cloud = 0.00 ! cloud correction to snow and ice albedo |
---|
172 | rn_albice = 0.5 ! albedo of melting ice in the arctic and antarctic |
---|
173 | rn_alphd = 0.80 ! coefficients for linear interpolation used to |
---|
174 | rn_alphc = 0.65 ! compute albedo between two extremes values |
---|
175 | rn_alphdi = 0.72 ! (Pyane, 1972) |
---|
176 | / |
---|
177 | !----------------------------------------------------------------------- |
---|
178 | &namsbc_cpl ! coupling parameters |
---|
179 | !----------------------------------------------------------------------- |
---|
180 | ! ! description ! multiple ! vector ! vector ! vector ! |
---|
181 | ! ! ! categories ! reference ! orientation ! grids ! |
---|
182 | ! send |
---|
183 | sn_snd_temp = 'weighted oce and ice' , 'no' , '' , '' , '' |
---|
184 | sn_snd_alb = 'weighted ice' , 'no' , '' , '' , '' |
---|
185 | sn_snd_thick = 'none' , 'no' , '' , '' , '' |
---|
186 | sn_snd_crt = 'mixed oce-ice' , 'no' , 'cartesian' , 'eastward-northward' , 'T' |
---|
187 | sn_snd_co2 = 'none' , 'no' , '' , '' , '' |
---|
188 | ! receive |
---|
189 | sn_rcv_w10m = 'coupled' , 'no' , '' , '' , '' |
---|
190 | sn_rcv_taumod = 'none' , 'no' , '' , '' , '' |
---|
191 | sn_rcv_tau = 'mixed oce-ice' , 'no' , 'cartesian' , 'eastward-northward', 'U,V' |
---|
192 | sn_rcv_dqnsdt = 'coupled' , 'no' , '' , '' , '' |
---|
193 | sn_rcv_qsr = 'conservative' , 'no' , '' , '' , '' |
---|
194 | sn_rcv_qns = 'conservative' , 'no' , '' , '' , '' |
---|
195 | sn_rcv_emp = 'conservative' , 'no' , '' , '' , '' |
---|
196 | sn_rcv_rnf = 'coupled' , 'no' , '' , '' , '' |
---|
197 | sn_rcv_cal = 'coupled' , 'no' , '' , '' , '' |
---|
198 | sn_rcv_co2 = 'none' , 'no' , '' , '' , '' |
---|
199 | / |
---|
200 | / |
---|
201 | !----------------------------------------------------------------------- |
---|
202 | &namberg ! iceberg parameters |
---|
203 | !----------------------------------------------------------------------- |
---|
204 | ln_icebergs = .false. |
---|
205 | ln_bergdia = .false. ! Calculate budgets |
---|
206 | nn_verbose_level = 0 ! Turn on more verbose output if level > 0 |
---|
207 | nn_verbose_write = 120 ! Timesteps between verbose messages |
---|
208 | nn_sample_rate = 1 ! Timesteps between sampling for trajectory storage |
---|
209 | ! Initial mass required for an iceberg of each class |
---|
210 | rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 |
---|
211 | ! Proportion of calving mass to apportion to each class |
---|
212 | rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 |
---|
213 | ! Ratio between effective and real iceberg mass (non-dim) |
---|
214 | ! i.e. number of icebergs represented at a point |
---|
215 | rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 |
---|
216 | ! thickness of newly calved bergs (m) |
---|
217 | rn_initial_thickness = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. |
---|
218 | rn_rho_bergs = 850. ! Density of icebergs |
---|
219 | rn_LoW_ratio = 1.5 ! Initial ratio L/W for newly calved icebergs |
---|
220 | ln_operator_splitting = .true. ! Use first order operator splitting for thermodynamics |
---|
221 | rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits |
---|
222 | rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) |
---|
223 | ln_passive_mode = .false. ! iceberg - ocean decoupling |
---|
224 | nn_test_icebergs = 8 ! Create test icebergs of this class (-1 = no) |
---|
225 | ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) |
---|
226 | !rn_test_box = 108.0, 116.0, -66.0, -58.0 |
---|
227 | rn_test_box = -180.0, 180.0, 70.0, 90.0 ! |
---|
228 | rn_speed_limit = 0. ! CFL speed limit for a berg |
---|
229 | |
---|
230 | ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
231 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! |
---|
232 | sn_icb = 'calving' , -1 , 'calvingmask', .true. , .true. , 'yearly' , '' , '' , '' |
---|
233 | |
---|
234 | cn_dir = './' |
---|
235 | / |
---|
236 | !----------------------------------------------------------------------- |
---|
237 | &namlbc ! lateral momentum boundary condition |
---|
238 | !----------------------------------------------------------------------- |
---|
239 | rn_shlat = 0.0 ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat |
---|
240 | / |
---|
241 | !----------------------------------------------------------------------- |
---|
242 | &namcla ! cross land advection |
---|
243 | !----------------------------------------------------------------------- |
---|
244 | / |
---|
245 | !----------------------------------------------------------------------- |
---|
246 | &nambfr ! bottom friction |
---|
247 | !----------------------------------------------------------------------- |
---|
248 | nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction |
---|
249 | / |
---|
250 | !----------------------------------------------------------------------- |
---|
251 | &nambbc ! bottom temperature boundary condition |
---|
252 | !----------------------------------------------------------------------- |
---|
253 | sn_qgh ='Goutorbe_ghflux.nc', -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_Goutorbe1_2_eorca1_bilinear.nc' , '' , '' |
---|
254 | ! |
---|
255 | cn_dir = './' ! root directory for the location of the runoff files |
---|
256 | ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom |
---|
257 | nn_geoflx = 2 ! geothermal heat flux: = 0 no flux |
---|
258 | ! = 1 constant flux |
---|
259 | ! = 2 variable flux (read in geothermal_heating.nc in mW/m2) |
---|
260 | rn_geoflx_cst = 86.4e-3 ! Constant value of geothermal heat flux [W/m2] |
---|
261 | |
---|
262 | / |
---|
263 | |
---|
264 | / |
---|
265 | !----------------------------------------------------------------------- |
---|
266 | &nambbl ! bottom boundary layer scheme |
---|
267 | !----------------------------------------------------------------------- |
---|
268 | / |
---|
269 | !----------------------------------------------------------------------- |
---|
270 | &nameos ! ocean physical parameters |
---|
271 | !----------------------------------------------------------------------- |
---|
272 | / |
---|
273 | !----------------------------------------------------------------------- |
---|
274 | &namtra_adv ! advection scheme for tracer |
---|
275 | !----------------------------------------------------------------------- |
---|
276 | ln_traadv_tvd = .true. ! TVD scheme |
---|
277 | ln_traadv_ubs = .false. ! UBS scheme |
---|
278 | / |
---|
279 | !----------------------------------------------------------------------- |
---|
280 | &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param) |
---|
281 | !----------------------------------------------------------------------- |
---|
282 | / |
---|
283 | !----------------------------------------------------------------------- |
---|
284 | &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param) |
---|
285 | !----------------------------------------------------------------------- |
---|
286 | / |
---|
287 | !---------------------------------------------------------------------------------- |
---|
288 | &namtra_ldf ! lateral diffusion scheme for tracers |
---|
289 | !---------------------------------------------------------------------------------- |
---|
290 | ln_traldf_grif = .false. ! griffies skew flux formulation (require "key_ldfslp") |
---|
291 | ln_traldf_gdia = .false. ! griffies operator strfn diagnostics (require "key_ldfslp") |
---|
292 | ln_botmix_grif = .false. ! griffies operator with lateral mixing on bottom (require "key_ldfslp") |
---|
293 | rn_aht_0 = 1000. ! horizontal eddy diffusivity for tracers [m2/s] |
---|
294 | rn_aeiv_0 = 1000. ! eddy induced velocity coefficient [m2/s] (require "key_traldf_eiv") |
---|
295 | / |
---|
296 | !----------------------------------------------------------------------- |
---|
297 | &namtra_dmp ! tracer: T & S newtonian damping |
---|
298 | !----------------------------------------------------------------------- |
---|
299 | ln_tradmp = .false. ! add a damping termn (T) or not (F) |
---|
300 | / |
---|
301 | !----------------------------------------------------------------------- |
---|
302 | &namdyn_adv ! formulation of the momentum advection |
---|
303 | !----------------------------------------------------------------------- |
---|
304 | ln_dynadv_vec = .true. ! vector form (T) or flux form (F) |
---|
305 | ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme |
---|
306 | ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme |
---|
307 | nn_dynkeg = 1 ! scheme for grad(KE): =0 C2 ; =1 Hollingsworth correction |
---|
308 | / |
---|
309 | !----------------------------------------------------------------------- |
---|
310 | &nam_vvl ! vertical coordinate options |
---|
311 | !----------------------------------------------------------------------- |
---|
312 | / |
---|
313 | !----------------------------------------------------------------------- |
---|
314 | &namdyn_vor ! option of physics/algorithm (not control by CPP keys) |
---|
315 | !----------------------------------------------------------------------- |
---|
316 | / |
---|
317 | !----------------------------------------------------------------------- |
---|
318 | &namdyn_hpg ! Hydrostatic pressure gradient option |
---|
319 | !----------------------------------------------------------------------- |
---|
320 | ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation) |
---|
321 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
322 | !ln_hpg_isf = .true. ! s-coordinate (sco ) adapted to isf |
---|
323 | ln_dynhpg_imp = .false. ! time stepping: semi-implicit time scheme (T) |
---|
324 | ! centered time scheme (F) |
---|
325 | / |
---|
326 | !----------------------------------------------------------------------- |
---|
327 | &namdyn_ldf ! lateral diffusion on momentum |
---|
328 | !----------------------------------------------------------------------- |
---|
329 | rn_ahm_0_lap = 20000. ! horizontal laplacian eddy viscosity [m2/s] |
---|
330 | / |
---|
331 | !----------------------------------------------------------------------- |
---|
332 | &namzdf ! vertical physics |
---|
333 | !----------------------------------------------------------------------- |
---|
334 | / |
---|
335 | !----------------------------------------------------------------------- |
---|
336 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke") |
---|
337 | !----------------------------------------------------------------------- |
---|
338 | / |
---|
339 | !----------------------------------------------------------------------- |
---|
340 | &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm") |
---|
341 | !----------------------------------------------------------------------- |
---|
342 | / |
---|
343 | !----------------------------------------------------------------------- |
---|
344 | &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx") |
---|
345 | !----------------------------------------------------------------------- |
---|
346 | / |
---|
347 | !----------------------------------------------------------------------- |
---|
348 | &namsol ! elliptic solver / island / free surface |
---|
349 | !----------------------------------------------------------------------- |
---|
350 | / |
---|
351 | !----------------------------------------------------------------------- |
---|
352 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi) |
---|
353 | !----------------------------------------------------------------------- |
---|
354 | ln_nnogather= .false. ! |
---|
355 | jpni = 12 ! jpni number of processors following i (set automatically if < 1) |
---|
356 | jpnj = 15 ! jpnj number of processors following j (set automatically if < 1) |
---|
357 | jpnij = 180 ! jpnij number of local domains (set automatically if < 1) |
---|
358 | / |
---|
359 | !----------------------------------------------------------------------- |
---|
360 | &namctl ! Control prints & Benchmark |
---|
361 | !----------------------------------------------------------------------- |
---|
362 | ln_ctl = .false. ! trends control print (expensive!) |
---|
363 | nn_print = 0 ! level of print (0 no extra print) |
---|
364 | nn_timing = 0 ! timing by routine activated (=1) creates timing.output file, or not (=0) |
---|
365 | / |
---|
366 | !----------------------------------------------------------------------- |
---|
367 | &namptr ! Poleward Transport Diagnostic |
---|
368 | !----------------------------------------------------------------------- |
---|
369 | ln_diaptr = .true. ! Poleward heat and salt transport (T) or not (F) |
---|
370 | ln_subbas = .false. ! Atlantic/Pacific/Indian basins computation (T) or not |
---|
371 | ! (orca configuration only, need input basins mask file named "subbasins.nc" |
---|
372 | / |
---|
373 | !----------------------------------------------------------------------- |
---|
374 | &namhsb ! Heat and salt budgets |
---|
375 | !----------------------------------------------------------------------- |
---|
376 | ln_diahsb = .true. |
---|
377 | / |
---|
378 | !----------------------------------------------------------------------- |
---|
379 | &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed) |
---|
380 | !----------------------------------------------------------------------- |
---|
381 | / |
---|
382 | !----------------------------------------------------------------------- |
---|
383 | &nam_vvl ! vertical coordinate options |
---|
384 | !----------------------------------------------------------------------- |
---|
385 | / |
---|
386 | !----------------------------------------------------------------------- |
---|
387 | &namzdf_gls ! GLS vertical diffusion ("key_zdfgls") |
---|
388 | !----------------------------------------------------------------------- |
---|
389 | / |
---|
390 | !----------------------------------------------------------------------- |
---|
391 | &namtrd ! diagnostics on dynamics and/or tracer trends |
---|
392 | ! ! and/or mixed-layer trends and/or barotropic vorticity |
---|
393 | !----------------------------------------------------------------------- |
---|
394 | / |
---|
395 | !----------------------------------------------------------------------- |
---|
396 | &namsto ! Stochastic parametrization of EOS |
---|
397 | !----------------------------------------------------------------------- |
---|
398 | / |
---|