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 9019 for branches/2017/dev_merge_2017/DOC/Namelists/nam_vvl – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/Namelists/nam_vvl

    r6997 r9019  
    11!----------------------------------------------------------------------- 
    2 &nam_vvl    !   vertical coordinate options                             (default: zstar) 
     2&nam_vvl       !   vertical coordinate options                             (default: z-star) 
    33!----------------------------------------------------------------------- 
    4    ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    5    ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     4   ln_vvl_zstar  = .true.           !  z-star vertical coordinate 
     5   ln_vvl_ztilde = .false.          !  z-tilde vertical coordinate: only high frequency variations 
    66   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    77   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    88   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 
     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 
    1313   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    1414/ 
Note: See TracChangeset for help on using the changeset viewer.