id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2401 access undefined values in a control print of cpl_oasis3 smasson systeam " ==== Context print in lines 446-448: {{{ WRITE(numout,*) ' - Minimum value is ', MINVAL(pdata(:,:,jc)) WRITE(numout,*) ' - Maximum value is ', MAXVAL(pdata(:,:,jc)) WRITE(numout,*) ' - Sum value is ', SUM(pdata(:,:,jc)) }}} access undefined values as pdata is defined only from nldi to nlei and from nldj to nlej ==== Analysis this bug was partially fixed in [12132], when changing lines 365-367 but I forgot to look a little bit further down and to change also lines 446-448 ==== Fix trivial bugfix: replace pdata(:,:,jc) by pdata(nldi:nlei,nldj:nlej,jc) " Bug closed low SBC trunk minor fixed