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.
namsto in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namsto @ 10201

Last change on this file since 10201 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
3!-----------------------------------------------------------------------
4   ln_sto_eos  = .false.   ! stochastic equation of state
5   nn_sto_eos  = 1         ! number of independent random walks
6   rn_eos_stdxy= 1.4       ! random walk horz. standard deviation (in grid points)
7   rn_eos_stdz = 0.7       ! random walk vert. standard deviation (in grid points)
8   rn_eos_tcor = 1440.     ! random walk time correlation (in timesteps)
9   nn_eos_ord  = 1         ! order of autoregressive processes
10   nn_eos_flt  = 0         ! passes of Laplacian filter
11   rn_eos_lim  = 2.0       ! limitation factor (default = 3.0)
12   ln_rststo   = .false.   ! start from mean parameter (F) or from restart file (T)
13   ln_rstseed  = .true.    ! read seed of RNG from restart file
14   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input)
15   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output)
16/
Note: See TracBrowser for help on using the repository browser.