﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
478	psi mask computation	jcwarner	arango	"During initialization, the mask at PSi_points is recomputed in '''metrics.F'''.  The range for this is:


{{{
      DO j=Jstr,Jend
        DO i=Istr,Iend
          IF ((rmask...   THEN
            pmask(i,j)=1.0_r8
          ...
        END DO
      END DO
}}}

But the '''pmask''' has a range from '''Istr:Iend+1''', and '''Jstr:Jend+1'''.  So I think this range should be '''Istr,Iend+1''' and '''Jstr,Jend+1'''.
"	bug	closed	minor	Release ROMS/TOMS 3.4	Nonlinear	3.4	Fixed		
