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 branches/UKMO/dev_r5518_Surge_Modelling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/dev_r5518_Surge_Modelling/DOC/TexFiles/Namelist/namsto @ 5942

Last change on this file since 5942 was 5942, checked in by rfurner, 8 years ago

merged bug fixes from vn3.6_stable to this branch

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