id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2342 missing initialisation in bdyini molines systeam " ==== Context Spurious values in ibr_max (seen in ocean.output) from bdyini. ( See on some congiguration on jeab-zay HPC) ... ==== Analysis bdyrdta array is allocated with first dimension = max length of the BDY. Then it is filled up for each boundary for the existing data ( extra elements are then uninitialized and possibly random ... ) When computing ibr_max: {{{ ibr_max = MAXVAL( nbrdta(:,igrd,ib_bdy) ) }}} We can possibly get the garbage ... ... ==== Recommendation Initialize bdy arrays ( ro 0 or other flag values) after allocation in bdyini ... " Defect closed low BDY v4.0 minor fixed bdyini v4.0