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 NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists/nam_vvl @ 12658

Last change on this file since 12658 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 992 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_vvl       !   vertical coordinate options                          (default: z-star)
3!-----------------------------------------------------------------------
4   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
5   ln_vvl_ztilde = .false.          !  z-tilde 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.0             !  thickness diffusion coefficient
10   rn_rst_e3t    = 30.0             !  ztilde to zstar restoration timescale [days]
11   rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days]
12   rn_zdef_max   =  0.9             !  maximum fractional e3t deformation
13   ln_vvl_dbg    = .true.           !  debug prints    (T/F)
14/
Note: See TracBrowser for help on using the repository browser.