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

source: branches/UKMO/dev_r5518_Surge_Modelling/DOC/TexFiles/Namelist/nam_vvl @ 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: 944 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_vvl    !   vertical coordinate options
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.