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 11918 for NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2019-11-15T17:01:18+01:00 (4 years ago)
Author:
dancopsey
Message:

Merged in ability to start from a sea ice restart file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/cfgs/SHARED/namelist_ice_ref

    r11649 r11918  
    186186!------------------------------------------------------------------------------ 
    187187   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    188    ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
     188   nn_iceini_file   = 0               !        0 = Initialise sea ice based on SSTs 
     189                                      !        1 = Initialise sea ice from single category netcdf file 
     190                                      !        2 = Initialise sea ice from multi category restart file 
    189191   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
    190192   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
Note: See TracChangeset for help on using the changeset viewer.