﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
347	Correct small bug in step_floats.F for isobaric/geopotential floats	arango	arango	"The is a bug in step_floats.F when computing the vertical position for isobaric ('''flt_Isobar''') or geopotential floats ('''flt_Geopot''').  The k-loop in lines 265 and 441 should be:
{{{
            DO k=N(ng)-1,0,-1
}}}
instead of:
{{{
            DO k=N(ng)-1,1,-1
}}}
Notice that the interpolated value ('''cff6''') for k=N(ng) needs to be computed first outside this loop.
"	bug	new	minor	Release ROMS/TOMS 3.3	Nonlinear	3.3			
