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 9316 for branches/UKMO/dev_isf_remapping_UKESM_GO6package_r9314/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-02-09T13:07:18+01:00 (6 years ago)
Author:
mathiot
Message:

update domzgr and namelist (rewrite of zgr_isf based on discussion with P. Holland, R. Smith, A. Siaahan and J. Gregory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_isf_remapping_UKESM_GO6package_r9314/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8447 r9316  
    116116                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    117117   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
     118/ 
     119!----------------------------------------------------------------------- 
     120&namzgr_isf    !   isf cavity geometry definition 
     121!----------------------------------------------------------------------- 
     122   rn_isfdep_min    = 10.         ! minimum isf draft tickness (if lower, isf draft set to this value) 
     123   rn_isfhw_deep    = 1.e-3       ! minimum water column thickness to declare a column 'wet' 
     124   rn_isfshallow    = 0.0         ! bathy between surface and rn_isfshallow are declared shallow 
     125   rn_isfhw_shallow = 1.e-3       ! minimum water column thickness to declare a column 'wet' in case of shallow isf 
     126   ln_isfchannel    = .false.     ! remove channel (based on 2d mask build from isfdraft-bathy) 
     127   ln_isfconnect    = .false.     ! force connection under the ice shelf (based on 2d mask build from isfdraft-bathy) 
     128   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) 
     129   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) 
     130   ln_isfcheminey   = .false.     ! close cheminey 
    118131/ 
    119132!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.