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 11308 for NEMO/branches/2019/ENHANCE-02_ISF_domcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2019-07-19T15:04:36+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_domcfg: create domisf to isolate isf related work and add new isf geometry computation used by UKESM (ticket #2142)

Location:
NEMO/branches/2019/ENHANCE-02_ISF_domcfg
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_domcfg/namelist_ref

    r11201 r11308  
    4444   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    4545   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    46    rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
    4746   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    4847   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
     
    8786   cp_cfz      = "no zoom" !  name of the zoom of configuration 
    8887   jp_cfg      =      0    !  resolution of the configuration 
    89    jpidta      =     10    !  1st lateral dimension ( >= jpi ) 
    90    jpjdta      =     12    !  2nd    "         "    ( >= jpj ) 
    9188   jpkdta      =     31    !  number of levels      ( >= jpk ) 
    9289   jpiglo      =     10    !  1st dimension of global domain --> i =jpidta 
     
    10097   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    10198                           !  in netcdf input files, as the start j-row for reading 
    102    ln_domclo = .true.      ! computation of closed sea masks (see namclo) 
     99   ln_domclo = .false.     ! computation of closed sea masks (see namclo) 
    103100/ 
    104101!----------------------------------------------------------------------- 
     
    108105   ln_zps      = .false.   !  z-coordinate - partial steps 
    109106   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
    110    ln_isfcav   = .false.   !  ice shelf cavity 
     107   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
    111108   ln_linssh   = .false.   !  linear free surface 
    112109/ 
    113110!----------------------------------------------------------------------- 
    114 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F) 
     111&namzgr_isf    !   isf cavity geometry definition                       (default: OFF) 
     112!----------------------------------------------------------------------- 
     113   rn_isfdep_min    = 10.         ! minimum isf draft tickness (if lower, isf draft set to this value) 
     114   rn_glhw_min      = 1.e-3       ! minimum water column thickness to define the grounding line 
     115   rn_isfhw_min     = 10          ! minimum water column thickness in the cavity once the grounding line defined. 
     116   ln_isfchannel    = .false.     ! remove channel (based on 2d mask build from isfdraft-bathy) 
     117   ln_isfconnect    = .false.     ! force connection under the ice shelf (based on 2d mask build from isfdraft-bathy) 
     118      nn_kisfmax       = 999         ! limiter in level on the previous condition. (if change larger than this number, get back to value before we enforce the connection) 
     119      rn_zisfmax       = 7000.       ! limiter in m     on the previous condition. (if change larger than this number, get back to value before we enforce the connection) 
     120   ln_isfcheminey   = .false.     ! close cheminey 
     121   ln_isfsubgl      = .false.     ! remove subglacial lake created by the remapping process 
     122      rn_isfsubgllon   =    0.0      !  longitude of the seed to determine the open ocean 
     123      rn_isfsubgllat   =    0.0      !  latitude  of the seed to determine the open ocean 
     124/ 
     125!----------------------------------------------------------------------- 
     126&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default: OFF) 
    115127!----------------------------------------------------------------------- 
    116128   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     
    137149/ 
    138150!----------------------------------------------------------------------- 
    139 &namclo ! (closed sea : need ln_domclo = .true. in namcfg) 
     151&namclo ! (closed sea : need ln_domclo = .true. in namcfg)              (default: OFF) 
    140152!----------------------------------------------------------------------- 
    141153   rn_lon_opnsea = -2.0     ! longitude seed of open ocean 
     
    231243&namctl        !   Control prints                                       (default: OFF) 
    232244!----------------------------------------------------------------------- 
    233    ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
     245   ln_ctl = .TRUE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
    234246     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    235247       sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings. 
Note: See TracChangeset for help on using the changeset viewer.