﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
592	IMPORTANT: index error in nesting.F	arango	arango	"In few places '''in nesting.F''' we need to have the incorrect assigment for '''j''' and '''Jc''':

{{{
             i=contact(cr)%Idg(m)
             j=contact(cr)%Jdg(m)
             Ic=contact(cr)%Irg(m)
             Jc=contact(cr)%Jrg(m)
}}}

instead of

{{{
             i=contact(cr)%Idg(m)
             j=contact(cr)%Idg(m)
             Ic=contact(cr)%Irg(m)
             Jc=contact(cr)%Irg(m)
}}}

Many thanks to Tianran Liu for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2952 reporting] this problem."	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
