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/r4.0-HEAD_r12713_clem_dan_fixcpl/tests/CANAL/EXPREF – NEMO

source: NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/tests/CANAL/EXPREF/namelist_cfg @ 12751

Last change on this file since 12751 was 12751, checked in by clem, 4 years ago

update CANAL for students experiments

File size: 25.1 KB
RevLine 
[9302]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9718]2!! NEMO Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref
[9302]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9718]4!!                          CANAL configuration                       !!
[9490]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)
[9526]11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
[9718]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")
[9490]17!!======================================================================
18!
[9302]19!-----------------------------------------------------------------------
[9490]20&namusr_def    !   User defined :   CANAL configuration: Flat bottom, beta-plane
21!-----------------------------------------------------------------------
[12751]22   rn_domszx   =   2000.   !  x horizontal size         [km]
23   rn_domszy   =   1000.   !  y horizontal size         [km]
24   rn_domszz   =   1000.   !  z vertical size            [m]
25   rn_dx       =     10.   !  x horizontal resolution   [km]
26   rn_dy       =     10.   !  y horizontal resolution   [km]
27   rn_dz       =   1000.   !  z vertical resolution      [m]
[9302]28   rn_0xratio  =      0.5  !  x-domain ratio of the 0
29   rn_0yratio  =      0.5  !  y-domain ratio of the 0
[9403]30   nn_fcase    =      0    !  F computation (0:f0, 1:Beta, 2:real)
[9302]31   rn_ppgphi0  =    38.5   !  Reference latitude      [degrees]
32   rn_u10      =      0.   !  10m wind speed              [m/s]
[12751]33     rn_windszx =   90.    !  longitudinal wind extension   [km]
34     rn_windszy =   90.    !  latitudinal wind extension    [km]
35!!clem     rn_uofac  =     0.    !  Uoce multiplicative factor (0.:absolute or 1.:relative winds)
[9302]36   rn_vtxmax   =      1.   !  initial vortex max current  [m/s]
37   rn_uzonal   =      1.   !  initial zonal current       [m/s]
[12751]38     rn_ujetszx =   4000.  !  longitudinal jet extension   [km]
39     rn_ujetszy =   400.   !  latitudinal jet extension    [km]
[9302]40   nn_botcase  =      0    !  bottom definition (0:flat, 1:bump)
[12751]41   nn_initcase =      1    !  initial condition case
42   !                       !          -1 : stratif at rest
43   !                       !           0 : rest
44   !                       !           1 : zonal current
45   !                       !           2 : current shear
46   !                       !           3 : gaussian zonal current
47   !                       !           4 : geostrophic zonal pulse
48   !                       !           5 : baroclinic vortex
49   ln_sshnoise =  .FALSE.  !  add random noise on initial ssh
50   rn_lambda   =     50.   !  gaussian lambda
51   nn_perio    = 1
[9302]52/
[9718]53!-----------------------------------------------------------------------
54&namrun        !   parameters of the run
55!-----------------------------------------------------------------------
56   nn_no       =       0   !  job number (no more used...)
57   cn_exp      =   'CANAL' !  experience name
58   nn_it000    =       1   !  first time step
59   nn_itend    =     100   !  last time step
60   nn_istate   =       0   !  output the initial state (1) or not (0)
61   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1)
62   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000)
63/
64!-----------------------------------------------------------------------
65&namdom        !   time and space domain
66!-----------------------------------------------------------------------
67   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
[12751]68   rn_rdt      =   1200.   !  time step for the dynamics (and tracer if nn_acc=0)
69   rn_atfp     =   0.0     !  asselin time filter parameter
[9718]70/
[12751]71!-----------------------------------------------------------------------
72&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
73!-----------------------------------------------------------------------
74   ln_write_cfg = .false.   !  (=T) create the domain configuration file
75      cn_domcfg_out = "domain_cfg" ! newly created domain configuration filename
76/
[9490]77!!======================================================================
78!!            ***  Surface Boundary Condition namelists  ***          !!
79!!                                                                    !!
80!!   namsbc          surface boundary condition manager                 (default: NO selection)
81!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
82!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
83!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
84!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
85!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
86!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
87!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
88!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
89!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
90!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
91!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
92!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
93!!   namberg         iceberg floats                                     (ln_icebergs=T)
94!!======================================================================
95!
[9302]96!-----------------------------------------------------------------------
[9718]97&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
[9302]98!-----------------------------------------------------------------------
99  nn_fsbc     = 1         !  frequency of surface boundary condition computation
100  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
101/
[9490]102
103!!======================================================================
104!!               ***  Lateral boundary condition  ***                 !!
105!!                                                                    !!
[9527]106!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
[9490]107!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
[9526]108!!   nam_tide      Tidal forcing                                        (default: OFF)
109!!   nambdy        Unstructured open boundaries                         (default: OFF)
[9490]110!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
[9526]111!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
[9490]112!!======================================================================
113!
[9302]114!-----------------------------------------------------------------------
[9527]115&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
[9302]116!-----------------------------------------------------------------------
[9527]117   rn_shlat    =    0.     !  free slip
[9302]118/
[9490]119!!======================================================================
120!!                ***  Top/Bottom boundary condition  ***             !!
121!!                                                                    !!
122!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
[9526]123!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T)
124!!   namdrg_bot    bottom friction                                      (ln_OFF =F)
125!!   nambbc        bottom temperature boundary condition                (default: OFF)
126!!   nambbl        bottom boundary layer scheme                         (default: OFF)
[9490]127!!======================================================================
128!
[9302]129!-----------------------------------------------------------------------
[9356]130&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
131!-----------------------------------------------------------------------
[9526]132   ln_OFF     = .true.    !  free-slip       : Cd = 0
[9356]133/
[9490]134!!======================================================================
135!!                        Tracer (T & S) namelists                    !!
136!!                                                                    !!
[9531]137!!   nameos        equation of state                                    (default: NO selection)
138!!   namtra_adv    advection scheme                                     (default: NO selection)
139!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
140!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
141!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
142!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
[9490]143!!======================================================================
144!
[9356]145!-----------------------------------------------------------------------
[9490]146&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
[9356]147!-----------------------------------------------------------------------
[9302]148   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
149   !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
150   rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state)
151   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
152   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
153   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
154   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
155   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
156   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
157/
158!-----------------------------------------------------------------------
[9356]159&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
[9302]160!-----------------------------------------------------------------------
[9526]161   ln_traadv_OFF = .false. !  No tracer advection
[9302]162   ln_traadv_cen = .false. !  2nd order centered scheme
[12751]163      nn_cen_h   =  2            !  =2/4, horizontal 2nd order CEN / 4th order CEN
164      nn_cen_v   =  2            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
[9302]165   ln_traadv_fct = .false. !  FCT scheme
[12751]166      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
[9302]167      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
168   ln_traadv_mus = .false. !  MUSCL scheme
169      ln_mus_ups = .false.       !  use upstream scheme near river mouths
[9403]170   ln_traadv_ubs = .true.  !  UBS scheme
[9302]171      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
172   ln_traadv_qck = .false. !  QUICKEST scheme
173/
174!-----------------------------------------------------------------------
[9356]175&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
[9302]176!-----------------------------------------------------------------------
[12751]177   !                       !  Operator type:
178   ln_traldf_OFF   = .true.    !  No explicit diffusion
179   ln_traldf_lap   = .false.   !    laplacian operator
180   ln_traldf_blp   = .false.   !  bilaplacian operator
181   !
182   !                       !  Direction of action:
183   ln_traldf_lev   = .false.   !  iso-level
184   ln_traldf_hor   = .true.    !  horizontal  (geopotential)
185   ln_traldf_iso   = .false.   !  iso-neutral (standard operator)
186   ln_traldf_triad = .false.   !  iso-neutral (triad    operator)
187   !
188   !                             !  iso-neutral options:
189   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators)
190   rn_slpmax       =  0.01     !  slope limit                           (both operators)
191   ln_triad_iso    = .false.   !  pure horizontal mixing in ML              (triad only)
192   rn_sw_triad     = 1         !  =1 switching triad ; =0 all 4 triads used (triad only)
193   ln_botmix_triad = .false.   !  lateral mixing on bottom                  (triad only)
194   !
195   !                       !  Coefficients:
196   nn_aht_ijk_t    = 31         !  space/time variation of eddy coefficient:
197      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
198      !                             !   =  0           constant
199      !                             !   = 10 F(k)      =ldf_c1d
200      !                             !   = 20 F(i,j)    =ldf_c2d
201      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
202      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
203      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
204      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)
205      !                             !                           or   = 1/12 Ud*Ld^3 (blp case)
206      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
207      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
[9302]208/
[9490]209!!======================================================================
210!!                      ***  Dynamics namelists  ***                  !!
211!!                                                                    !!
212!!   nam_vvl       vertical coordinate options                          (default: z-star)
213!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
214!!   namdyn_vor    advection scheme                                     (default: NO selection)
215!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
216!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
217!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
218!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
219!!======================================================================
220!
[9302]221!-----------------------------------------------------------------------
[9356]222&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
223!-----------------------------------------------------------------------
[9526]224   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
[9302]225   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
[9490]226      nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
[10075]227   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
[12751]228   ln_dynadv_ubs  = .true.  !  flux form - 3rd order UBS      scheme
[9302]229/
230!-----------------------------------------------------------------------
[9490]231&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
[9302]232!-----------------------------------------------------------------------
[12751]233   ln_dynvor_ene = .false.  !  energy conserving scheme
234   ln_dynvor_ens = .false.  !  enstrophy conserving scheme
235   ln_dynvor_mix = .false.  !  mixed scheme
[9302]236   ln_dynvor_een = .false.  !  energy & enstrophy scheme
[12751]237   ln_dynvor_enT = .false.  !  energy conserving scheme (T-point)
238   ln_dynvor_eeT = .true.   !  energy conserving scheme (een using e3t)
[9302]239      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
240/
241!-----------------------------------------------------------------------
[9356]242&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
[9302]243!-----------------------------------------------------------------------
[9403]244   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
245   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
[9302]246/
247!-----------------------------------------------------------------------
[9490]248&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
[9302]249!-----------------------------------------------------------------------
250   ln_dynspg_exp  = .false.
251   ln_dynspg_ts   = .true.   ! split-explicit free surface
252      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
253      ln_bt_av      = .true.     ! Time filtering of barotropic variables
254         nn_bt_flt     = 1          ! Time filter choice  = 0 None
255         !                          !                     = 1 Boxcar over   nn_baro sub-steps
256         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
[12751]257      ln_bt_auto    = .true.    ! Number of sub-step defined from:
[9302]258         nn_baro      =  24         ! =F : the number of sub-step in rn_rdt seconds
259/
260!-----------------------------------------------------------------------
[9356]261&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
[9302]262!-----------------------------------------------------------------------
263   !                       !  Type of the operator :
[9526]264   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
[9302]265   ln_dynldf_lap =  .false.    !    laplacian operator
266   ln_dynldf_blp =  .false.    !  bilaplacian operator
267   !                       !  Direction of action  :
268   ln_dynldf_lev =  .false.    !  iso-level
[12751]269   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
[9302]270   ln_dynldf_iso =  .false.    !  iso-neutral
271   !                       !  Coefficient
[12751]272   nn_ahm_ijk_t  = 31           !  space/time variation of eddy coef
[9490]273      !                             !  =-30  read in eddy_viscosity_3D.nc file
274      !                             !  =-20  read in eddy_viscosity_2D.nc file
275      !                             !  =  0  constant
276      !                             !  = 10  F(k)=c1d
277      !                             !  = 20  F(i,j)=F(grid spacing)=c2d
278      !                             !  = 30  F(i,j,k)=c2d*c1d
279      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity)
280      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate)
281      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
282      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
283      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
284      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
285      !                       !  Smagorinsky settings  (nn_ahm_ijk_t= 32) :
286      rn_csmc       = 3.5         !  Smagorinsky constant of proportionality
287      rn_minfac     = 1.0         !  multiplier of theorectical lower limit
288      rn_maxfac     = 1.0         !  multiplier of theorectical upper limit
289      !                       !  iso-neutral laplacian operator (ln_dynldf_iso=T) :
290      rn_ahm_b      = 0.0         !  background eddy viscosity  [m2/s]
[9302]291/
[9490]292!!======================================================================
293!!                     vertical physics namelists                     !!
294!!                                                                    !!
295!!    namzdf        vertical physics manager                            (default: NO selection)
296!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
297!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
298!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
299!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
300!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
301!!======================================================================
302!
[9302]303!-----------------------------------------------------------------------
304&namzdf        !   vertical physics                                     (default: NO selection)
305!-----------------------------------------------------------------------
306   ln_zdfcst   = .true.       !  constant mixing
307   !                       ! coefficients
308   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
309   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
310   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
311   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
312/
[9490]313
314!!======================================================================
315!!                  ***  Diagnostics namelists  ***                   !!
316!!                                                                    !!
[9526]317!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
318!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
319!!   namhsb       Heat and salt budgets                                 (default: OFF)
320!!   namdiu       Cool skin and warm layer models                       (default: OFF)
321!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[12751]322!!   namflo       float parameters                                      ("key_float")
323!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
324!!   namdct       transports through some sections                      ("key_diadct")
325!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
[9526]326!!   nam_dia25h   25h Mean Output                                       (default: OFF)
[9490]327!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
328!!======================================================================
329!
[9302]330!-----------------------------------------------------------------------
[9526]331&namtrd        !   trend diagnostics                                    (default: OFF)
[9356]332!-----------------------------------------------------------------------
[9403]333   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
[12751]334   ln_dyn_trd  = .true.    ! (T) 3D momentum trend output
[9403]335   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
336   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet)
337   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
338   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
339   ln_tra_trd  = .false.   ! (T) 3D tracer trend output
340   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
341   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
[9356]342/
[9718]343!!======================================================================
344!!               ***  Observation & Assimilation  ***                 !!
345!!                                                                    !!
346!!   namobs       observation and model comparison                      (default: OFF)
347!!   nam_asminc   assimilation increments                               ('key_asminc')
348!!======================================================================
349!
350!!======================================================================
351!!                  ***  Miscellaneous namelists  ***                 !!
352!!                                                                    !!
353!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
354!!   namctl            Control prints                                   (default: OFF)
355!!   namsto            Stochastic parametrization of EOS                (default: OFF)
356!!======================================================================
357!
358!-----------------------------------------------------------------------
359&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
360!-----------------------------------------------------------------------
[12751]361!!   jpni        =   8       !  jpni   number of processors following i (set automatically if < 1)
362!!   jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1)
[9718]363/
364!-----------------------------------------------------------------------
365&namctl        !   Control prints                                       (default: OFF)
366!-----------------------------------------------------------------------
[12751]367   ln_timing   = .true.   !  timing by routine write out in timing.output file
368!!   ln_diacfl   = .true.   !  CFL diagnostics write out in cfl_diagnostics.ascii
[9718]369/
370!-----------------------------------------------------------------------
371&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
372!-----------------------------------------------------------------------
373/
Note: See TracBrowser for help on using the repository browser.