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.
namzgr_sco in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namzgr_sco @ 2540

Last change on this file since 2540 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

  • Property svn:executable set to *
File size: 760 bytes
Line 
1!-----------------------------------------------------------------------
2&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
3!-----------------------------------------------------------------------
4   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m)
5   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
6   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20)
7   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1)
8   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1)
9   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates
10   rn_bb       =    0.8    !  stretching with s-sigma
11   rn_hc       =  150.0    !  critical depth with s-sigma
12/
Note: See TracBrowser for help on using the repository browser.