!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !----------------------------------------------------------------------- &namicerun ! Share parameters for dynamics/advection/thermo !----------------------------------------------------------------------- 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 ln_limdiahsb = .false. ! check the heat and salt budgets (T) or not (F) ln_limndg = .true. ! activate sea ice nudging (T) or not (F) !!AS ln_limdiaout = .true. ! output the heat and salt budgets (T) or not (F) / !----------------------------------------------------------------------- &namiceini ! ice initialisation !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namicendg ! Sea ice nudging ! 06/2019 - Vladimir Lapin (06/2019) !----------------------------------------------------------------------- ! ! filename ! freq ! variable name ! time ! clim ! year or ! weights ! rot ! mask ! ! ! ! ! interp ! ! monthly ! filename ! pair ! filename !---------------------------------------------------------------------------------------------------------------------------------------- sn_sic = 'sic_restore_data' , -1. , 'siconc' , .true. , .true. , 'yearly' , '' , '' , '' sn_sit = 'sit_restore_data' , -1. , 'THICKNESS_SEAICE' , .true. , .true. , 'yearly' , '' , '' , '' sn_msk = 'mask_si_restore' , -12. , 'mask' , .false. , .true. , 'yearly' , '' , '' , '' ! cn_dir = './' ! root directory for the location of the target files nn_icendg = 1 ! add nudging fluxes based on SIC (=1), SIC and SIT (=2), or no restoring (=0) nn_sstdmp = 0 ! add extra heat fluxes to qns_oce which relax SST to freezing point and prevent new ice formation term (=1); do nothing (=0) rn_dqdt_mlt = 1200. ! nudging coeff for creating ice (oce-ice flux) [W/m3] rn_dqdt_frz = 1200. ! nudging coeff for melting ice (atm-ice flux) [W/m3] rn_ndg_thld = 0.01 ! nudging activation threshold based on SIC, nudging is ON if |sic_model - sic_target| > rn_ndg_thld nn_msk = 0 ! add a mask to the sea ice nudging scheme (=1) or not (=0) ! sn_msk can be empty if nn_msk = 0 / !----------------------------------------------------------------------- &namicedyn ! ice dynamic !----------------------------------------------------------------------- / !------------------------------------------------------------------------------ &namicehdf ! Ice horizontal diffusion !------------------------------------------------------------------------------ / !----------------------------------------------------------------------- &namicethd ! ice thermodynamic !----------------------------------------------------------------------- rn_cdsn = 0.50 ! thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971) ! Obs: 0.1-0.5 (Lecomte et al, JAMES 2013) / !----------------------------------------------------------------------- &namicesal ! ice salinity !----------------------------------------------------------------------- / !----------------------------------------------------------------------- &namiceitdme ! parameters for mechanical redistribution of ice !----------------------------------------------------------------------- rn_astar = 0.03 ! exponential measure of ridging ice fraction (nn_partfun = 1) rn_hstar = 25.0 ! determines the maximum thickness of ridged ice (m) (Hibler, 1980) / !----------------------------------------------------------------------- &namicedia ! ice diagnostics !----------------------------------------------------------------------- / !------------------------------------------------------------------------------ &namiceitd ! Ice discretization !------------------------------------------------------------------------------ rn_himax_bot = 99. ! max ice thickness in the last category jpl /