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 12728 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref – NEMO

Ignore:
Timestamp:
2020-04-09T17:06:57+02:00 (4 years ago)
Author:
clem
Message:

add option for starting simulation with a restart (ice part)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref

    r12720 r12728  
    190190!------------------------------------------------------------------------------ 
    191191   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    192    ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
     192   nn_iceini_file   =   0             !     0 = Initialise sea ice based on SSTs 
     193                                      !     1 = Initialise sea ice from single category netcdf file 
     194                                      !     2 = Initialise sea ice from multi category restart file 
    193195   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
    194196   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
Note: See TracChangeset for help on using the changeset viewer.