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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nam_vvl @ 10227

Last change on this file since 10227 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
RevLine 
[6289]1!-----------------------------------------------------------------------
[10075]2&nam_vvl       !   vertical coordinate options                          (default: z-star)
[6289]3!-----------------------------------------------------------------------
[9019]4   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
5   ln_vvl_ztilde = .false.          !  z-tilde vertical coordinate: only high frequency variations
[6289]6   ln_vvl_layer  = .false.          !  full layer vertical coordinate
7   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar
[6997]8   ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator
[9019]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
[6289]13   ln_vvl_dbg    = .true.           !  debug prints    (T/F)
14/
Note: See TracBrowser for help on using the repository browser.