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 trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsto @ 6497

Last change on this file since 6497 was 6289, checked in by gm, 8 years ago

#1673 DOC of the trunk - Update, see associated wiki page for description

File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namsto       ! Stochastic parametrization of EOS                       (default: NO)
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.