id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2063 Bug in bdydta for ice (3.6_STABLE and dev_merge_2017) molines clem "== Context When using mono category ice bdy data, and having more than one boundary set involved for ice, the model crash with segmentation fault in ice_var_itd (ex lim_var_itd) routine. == Analysis The input arguments for ice_var_itd are the ice thickness, snow thickness and ice concentration from the monocategory boundary files. Field index for those 3 fields are respectively {{{jfld_hti, jfld_hts and jfld_ai}}}, which are set into bdy_dta_init. Unfortunatly, when there are more than one boundary set, those index are overwrtitten, and when used in the call to ice_var_itd, cause the model to crash. == Recommendation Use array of size jp_bdy to save these 3 index for each boundary set, fixes the bug. " Defect closed low 2018 release-4.0 BDY trunk critical fixed BDY ICE v4.0