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 11583 – NEMO

Changeset 11583


Ignore:
Timestamp:
2019-09-20T11:49:39+02:00 (5 years ago)
Author:
dancopsey
Message:

Change nn_iceini_file in the reference namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_init_ice/cfgs/SHARED/namelist_ice_ref

    r11081 r11583  
    188188!------------------------------------------------------------------------------ 
    189189   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    190    ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
     190   nn_iceini_file   = 0               !        0 = Initialise sea ice based on SSTs 
     191                                      !        1 = Initialise sea ice from single category netcdf file 
     192                                      !        2 = Initialise sea ice from multi category restart file 
    191193   rn_thres_sst     =   2.0           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 
    192194   rn_hts_ini_n     =   0.3           !  initial real snow thickness (m), North 
Note: See TracChangeset for help on using the changeset viewer.