New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in NEMO/branches/2020/dev_r12472_ASINTER-05_Masson_CurrentFeedback/cfgs/ORCA2_OFF_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12472_ASINTER-05_Masson_CurrentFeedback/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_cfg @ 12495

Last change on this file since 12495 was 12495, checked in by smasson, 4 years ago

dev_r12472_ASINTER-05: update to trunk@12493, see #2156

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