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

Ignore:
Timestamp:
2018-06-04T12:50:48+02:00 (6 years ago)
Author:
mathiot
Message:

replace the specific treatment of shallow ice shelves by a more general case

File:
1 edited

Legend:

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

    r9513 r9732  
    121121!----------------------------------------------------------------------- 
    122122   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' in case of deep isf 
    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 
     123   rn_glhw_min      = 1.e-3       ! minimum water column thickness to define the grounding line 
     124   rn_isfhw_min     = 10          ! minimum water column thickness in the cavity once the grounding line defined. 
    126125   ln_isfchannel    = .false.     ! remove channel (based on 2d mask build from isfdraft-bathy) 
    127126   ln_isfconnect    = .false.     ! force connection under the ice shelf (based on 2d mask build from isfdraft-bathy) 
Note: See TracChangeset for help on using the changeset viewer.