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 branches/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namzgr_sco @ 2282

Last change on this file since 2282 was 2282, checked in by gm, 14 years ago

ticket:#658 merge DOC of all the branches that form the v3.3 beta

  • Property svn:executable set to *
File size: 752 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<=theta<=20)
7   rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1)
8   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_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.