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

source: trunk/DOC/TexFiles/Namelist/nam_vvl @ 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: 989 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_vvl    !   vertical coordinate options                             (default: zstar)
3!-----------------------------------------------------------------------
4   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
5   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations
6   ln_vvl_layer  = .false.          !  full layer vertical coordinate
7   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar
8   ln_vvl_zstar_at_eqtor = .false.  !  ztilde near the equator
9   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient
10   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days]
11   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days]
12   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation
13   ln_vvl_dbg    = .true.           !  debug prints    (T/F)
14/
Note: See TracBrowser for help on using the repository browser.