﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
721	Bug in uv_rotate.F when not ASSUMED_SHAPE	kate	arango	"There is a bug in uv_rotate.F when ASSUMED_SHAPE is activated. We need to have:
{{{
      real(r8), intent(inout) :: Uout(LBi:UBi,LBj:UBj,LBk:UBk)
      real(r8), intent(inout) :: Vout(LBi:UBi,LBj:UBj,LBk:UBk)
}}}

instead of
{{{
      real(r8), intent(inout) :: Uout(LBi:UBi,LBj:UBj,LBk:UBk)
      real(r8), intent(inout) :: Vout(LBi:UBi,LBj:UBj,LBk,UBk)
}}}
"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
