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_domcfg in NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/namelists/namzgr_sco_domcfg @ 11573

Last change on this file since 11573 was 11573, checked in by jchanut, 5 years ago

#2222, merged with trunk

File size: 1.9 KB
Line 
1!-----------------------------------------------------------------------
2&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
3!-----------------------------------------------------------------------
4   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)|
5   ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied
6   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch
7                           !  stretching coefficients for all functions
8   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m)
9   rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
10   rn_hc       =  150.0    !  critical depth for transition to stretched coordinates
11                        !!!!!!!  Envelop bathymetry
12   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1)
13                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.)
14   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20)
15   rn_bb       =    0.8    !  stretching with SH94 s-sigma
16                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.)
17   rn_alpha    =    4.4    !  stretching with SF12 s-sigma
18   rn_efold    =    0.0    !  efold length scale for transition to stretched coord
19   rn_zs       =    1.0    !  depth of surface grid box
20                           !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b
21   rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb
22   rn_zb_b     =   -0.2    !  offset for calculating Zb
23                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above]
24   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)
25/
Note: See TracBrowser for help on using the repository browser.