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 3628 for branches/2012/dev_UKMO_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-22T11:37:42+01:00 (11 years ago)
Author:
johnsiddorn
Message:

changed coordinate in AMM12 namelist to match forcing data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_UKMO_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3600 r3628  
    6565&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    6666!----------------------------------------------------------------------- 
    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 applied 
     67   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 
    6969   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    7070                           !  stretching coefficients for all functions 
    7171   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m) 
    7272   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 coordinates 
     73   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
    7474                        !!!!!!!  Envelop bathymetry 
    7575   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1) 
Note: See TracChangeset for help on using the changeset viewer.