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 8810 for branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namzdf_gls – NEMO

Ignore:
Timestamp:
2017-11-24T17:14:03+01:00 (6 years ago)
Author:
flavoni
Message:

ROBUST-11_Simona-DocUserdef?: update DOC and Namelists, for usrdef routines and domain_cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namzdf_gls

    r6997 r8810  
    11!----------------------------------------------------------------------- 
    2 &namzdf_gls    !   GLS vertical diffusion                               ("key_zdfgls") 
     2&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    33!----------------------------------------------------------------------- 
    44   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
     
    1010   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
    1111   rn_hsro       =  0.02   !  Minimum surface roughness 
    12    rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met=2) 
    13    nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2) 
     12   rn_frac_hs    =   1.3   !  Fraction of wave height as roughness (if nn_z0_met>1) 
     13   nn_z0_met     =     2   !  Method for surface roughness computation (0/1/2/3) 
     14   !                             ! =3 requires ln_wave=T 
    1415   nn_bc_surf    =     1   !  surface condition (0/1=Dir/Neum) 
    1516   nn_bc_bot     =     1   !  bottom condition (0/1=Dir/Neum) 
Note: See TracChangeset for help on using the changeset viewer.