Changeset 3629
- Timestamp:
- 2012-11-22T11:38:08+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_UKMO_2012/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist
r3600 r3629 65 65 &namzgr_sco ! s-coordinate or hybrid z-s-coordinate 66 66 !----------------------------------------------------------------------- 67 ln_s_sh94 = . true.! Song & Haidvogel 1994 hybrid S-sigma (T)|68 ln_s_sf12 = . false.! Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied67 ln_s_sh94 = .false. ! Song & Haidvogel 1994 hybrid S-sigma (T)| 68 ln_s_sf12 = .true. ! Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 69 69 ln_sigcrit = .false. ! use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 70 70 ! stretching coefficients for all functions 71 71 rn_sbot_min = 10.0 ! minimum depth of s-bottom surface (>0) (m) 72 72 rn_sbot_max = 7000.0 ! maximum depth of s-bottom surface (= ocean depth) (>0) (m) 73 rn_hc = 150.0 ! critical depth for transition to stretched coordinates73 rn_hc = 50.0 ! critical depth for transition to stretched coordinates 74 74 !!!!!!! Envelop bathymetry 75 75 rn_rmax = 0.3 ! maximum cut-off r-value allowed (0<r_max<1) … … 87 87 rn_thetb = 1.0 ! bottom control parameter (0<=thetb<= 1) 88 88 / 89 90 89 !----------------------------------------------------------------------- 91 90 &namdom ! space and time domain (bathymetry, mesh, timestep)
Note: See TracChangeset
for help on using the changeset viewer.