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.
ticket/1331_UKMO2_ice_shelves (diff) – NEMO

Changes between Version 34 and Version 35 of ticket/1331_UKMO2_ice_shelves


Ignore:
Timestamp:
2014-08-15T17:02:40+02:00 (10 years ago)
Author:
mathiot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1331_UKMO2_ice_shelves

    v34 v35  
    110110{{{ 
    111111 !----------------------------------------------------------------------- 
     112 &namzgr        !   vertical coordinate 
     113 !----------------------------------------------------------------------- 
     114 ln_isfcav = .true.  ! need to modelised ice shelf cavity 
     115 / 
     116 !----------------------------------------------------------------------- 
    112117 &namsbc        !   Surface Boundary Condition (surface module) 
    113118 !----------------------------------------------------------------------- 
    114119   nn_isf      = 1         !  0=no isf / 1 = presence of ISF / 2 = bg03 parametrisation / 3 = rnf file for isf / 4 = prescribed melt rate  
     120                           ! option 1 and 4 need ln_isfcav set to true (namzgr) 
    115121 / 
    116122 !-----------------------------------------------------------------------