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.
Changeset 9392 for branches/2017/dev_merge_2017/DOC/tex_sub/chap_STO.tex – NEMO

Ignore:
Timestamp:
2018-03-09T16:57:00+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Global replacement of patterns \np{id}=value by \forcode{id = value} for integer and booleans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/tex_sub/chap_STO.tex

    r9389 r9392  
    155155Parameters for the processes can be specified through the following \ngn{namsto} namelist parameters: 
    156156\begin{description} 
    157    \item[\np{nn\_sto\_eos}]   : number of independent random walks  
    158    \item[\np{rn\_eos\_stdxy}] : random walk horz. standard deviation (in grid points) 
    159    \item[\np{rn\_eos\_stdz}]  : random walk vert. standard deviation (in grid points) 
    160    \item[\np{rn\_eos\_tcor}]  : random walk time correlation (in timesteps) 
    161    \item[\np{nn\_eos\_ord}]   : order of autoregressive processes 
    162    \item[\np{nn\_eos\_flt}]   : passes of Laplacian filter 
    163    \item[\np{rn\_eos\_lim}]   : limitation factor (default = 3.0) 
     157   \item[\np{nn_sto_eos}]   : number of independent random walks  
     158   \item[\np{rn_eos_stdxy}] : random walk horz. standard deviation (in grid points) 
     159   \item[\np{rn_eos_stdz}]  : random walk vert. standard deviation (in grid points) 
     160   \item[\np{rn_eos_tcor}]  : random walk time correlation (in timesteps) 
     161   \item[\np{nn_eos_ord}]   : order of autoregressive processes 
     162   \item[\np{nn_eos_flt}]   : passes of Laplacian filter 
     163   \item[\np{rn_eos_lim}]   : limitation factor (default = 3.0) 
    164164\end{description} 
    165165This routine also includes the initialization (seeding) of the random number generator. 
    166166 
    167167The third routine (\rou{sto\_rst\_write}) writes a restart file (which suffix name is  
    168 given by \np{cn\_storst\_out} namelist parameter) containing the current value of  
     168given by \np{cn_storst_out} namelist parameter) containing the current value of  
    169169all autoregressive processes to allow restarting a simulation from where it has been interrupted. 
    170170This file also contains the current state of the random number generator. 
    171 When \np{ln\_rststo} is set to \textit{true}), the restart file (which suffix name is  
    172 given by \np{cn\_storst\_in} namelist parameter) is read by the initialization routine  
     171When \np{ln_rststo} is set to \textit{true}), the restart file (which suffix name is  
     172given by \np{cn_storst_in} namelist parameter) is read by the initialization routine  
    173173(\rou{sto\_par\_init}). The simulation will continue exactly as if it was not interrupted 
    174 only  when \np{ln\_rstseed} is set to \textit{true}, $i.e.$ when the state of  
     174only  when \np{ln_rstseed} is set to \textit{true}, $i.e.$ when the state of  
    175175the random number generator is read in the restart file. 
    176176 
Note: See TracChangeset for help on using the changeset viewer.