!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref !! 1 - Generic parameters (nampar) !! 2 - Ice thickness discretization (namitd) !! 3 - Ice dynamics (namdyn) !! 4 - Ice ridging/rafting (namdyn_rdgrft) !! 5 - Ice rheology (namdyn_rhg) !! 6 - Ice advection (namdyn_adv) !! 7 - Ice surface boundary conditions (namsbc) !! 8 - Ice thermodynamics (namthd) !! 9 - Ice heat diffusion (namthd_zdf) !! 10 - Ice lateral melting (namthd_da) !! 11 - Ice growth in open water (namthd_do) !! 12 - Ice salinity (namthd_sal) !! 13 - Ice melt ponds (namthd_pnd) !! 14 - Ice initialization (namini) !! 15 - Ice/snow albedos (namalb) !! 16 - Ice diagnostics (namdia) !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ! !------------------------------------------------------------------------------ &nampar ! Generic parameters !------------------------------------------------------------------------------ cn_icerst_in = "restart_ice_in" ! suffix of ice restart name (input) rn_amax_n = 0.997 ! maximum tolerated ice concentration NH rn_amax_s = 0.950 ! maximum tolerated ice concentration SH / !------------------------------------------------------------------------------ &namitd ! Ice discretization !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdyn ! Ice dynamics !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdyn_rdgrft ! Ice ridging/rafting !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdyn_rhg ! Ice rheology !------------------------------------------------------------------------------ ln_aEVP = .false. ! adaptive rheology (Kimmritz et al. 2016 & 2017) / !------------------------------------------------------------------------------ &namdyn_adv ! Ice advection !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namsbc ! Ice surface boundary conditions !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd ! Ice thermodynamics !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd_zdf ! Ice heat diffusion !------------------------------------------------------------------------------ rn_cnd_s = 0.30 ! thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971) ! Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) / !------------------------------------------------------------------------------ &namthd_da ! Ice lateral melting !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd_do ! Ice growth in open water !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd_sal ! Ice salinity !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd_pnd ! Melt ponds !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namini ! Ice initialization !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namalb ! albedo parameters !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdia ! Diagnostics !------------------------------------------------------------------------------ ln_icediahsb = .true. ! output the heat, mass & salt budgets (T) or not (F) /