!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! ESIM namelist: !! 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 forcing (namforcing) !! 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 !------------------------------------------------------------------------------ jpl = 5 ! number of ice categories nlay_i = 2 ! number of ice layers nlay_s = 1 ! number of snow layers (only 1 is working) ln_virtual_itd = .false. ! virtual ITD mono-category parameterization (jpl=1 only) ! i.e. enhanced thermal conductivity & virtual thin ice melting ln_icedyn = .true. ! ice dynamics (T) or not (F) ln_icethd = .true. ! ice thermo (T) or not (F) rn_amax_n = 0.997 ! maximum tolerated ice concentration NH rn_amax_s = 0.997 ! maximum tolerated ice concentration SH cn_icerst_in = "restart_ice" ! suffix of ice restart name (input) cn_icerst_out = "restart_ice" ! suffix of ice restart name (output) cn_icerst_indir = "RESTARTS" ! directory to read input ice restarts cn_icerst_outdir = "RESTARTS" ! directory to write output ice restarts / !------------------------------------------------------------------------------ &namitd ! Ice discretization !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdyn ! Ice dynamics !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd ! Ice thermodynamics !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namthd_sal ! Ice salinity !------------------------------------------------------------------------------ / !------------------------------------------------------------------------------ &namdyn_adv ! Ice advection !------------------------------------------------------------------------------ ln_adv_Pra = .true. ! Advection scheme (Prather) ln_adv_UMx = .false. ! Advection scheme (Ultimate-Macho) nn_UMx = 5 ! order of the scheme for UMx (1-5 ; 20=centered 2nd order) /