﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
813	size2d too small	kate		"It seems to me that size2d needs to be bigger, here and elsewhere:

{{{
diff --git a/ROMS/Modules/mod_coupling.F b/ROMS/Modules/mod_coupling.F
index b8124ec..03cdce3 100644
--- a/ROMS/Modules/mod_coupling.F
+++ b/ROMS/Modules/mod_coupling.F
@@ -122,7 +122,7 @@
 !
 !  Set horizontal array size.
 !
-      size2d=REAL((UBi-LBi)*(UBj-LBj),r8)
+      size2d=REAL((UBi-LBi+1)*(UBj-LBj+1),r8)
 !
 !  Nonlinear model state.
 !
}}}
"	bug	new	major	Release ROMS/TOMS 3.7	Nonlinear	3.7			
