﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
813	Memory Usage Underestimated in Report	kate		"The dynamic and automatic memory usage is underestimated in the standard output report because of the local variable '''size2d''' needs to be bigger in several modules.

{{{
We need to have:

       size2d=REAL((UBi-LBi+1)*(UBj-LBj+1),r8)

instead of
      
       size2d=REAL((UBi-LBi)*(UBj-LBj),r8) 
}}}
for the horizontal array size.

"	bug	closed	minor	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
