﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
549	Corrected bug in zetabc.F	arango	arango	"Corrected a bug in '''zetabc.F''' and associated '''TLM''', '''RPM''', and '''ADM''' versions.  The lateral boundary condition edge index for the northern clamped, gradient and closed boundary condition was '''isouth''' instead of '''inorth'''.  We need to have instead:

{{{
!
!  Northern edge, clamped boundary condition.
!
        ELSE IF (LBC(inorth,isFsur,ng)%clamped) THEN
          ...

!
!  Northern edge, gradient boundary condition.
!
        ELSE IF (LBC(inorth,isFsur,ng)%gradient) THEN
          ...

!
!  Northern edge, closed boundary condition.
!

        ELSE IF (LBC(inorth,isFsur,ng)%closed) THEN
          ...

        END IF
}}}

Many thanks to Sérgio Larangeiro for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2587 reporting] this bug.
"	bug	closed	major	Release ROMS/TOMS 3.6	Nonlinear	3.6	Fixed		
