Changeset 11583
- Timestamp:
- 2019-09-20T11:49:39+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0_init_ice/cfgs/SHARED/namelist_ice_ref
r11081 r11583 188 188 !------------------------------------------------------------------------------ 189 189 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 191 193 rn_thres_sst = 2.0 ! max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 192 194 rn_hts_ini_n = 0.3 ! initial real snow thickness (m), North
Note: See TracChangeset
for help on using the changeset viewer.