﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
224	READ/WRITE_WATER problems	mathieu	arango	"In '''mod_scaras.F''' line 1570, replace 
{{{
        SCALARS(ng) % IJwater((1:Lm(ng)+2)*(Mm(ng)+2),1:4) = 0
}}}
by
{{{
        SCALARS(ng) % IJwater(1:(Lm(ng)+2)*(Mm(ng)+2),1:4) = 0
}}}

The syntax of '''mp_scatter''' is modified by the '''READ_WATER''' option.
Two calls to it in '''white_noise.F''' at lines 204 and 307 need to be corrected.

In '''wpoints,F''' on line 164, replace
{{{
# if defined READ_WATER || defined PROPAGATOR
}}}
by
{{{
# if defined READ_WATER || defined WRITE_WATER || defined PROPAGATOR
}}}
otherwise the mask is not defined.

In '''mod_param.F''' on line 159 replace
{{{
#if defined WRITE_WATER && defined MASKING
}}}
by
{{{
#if (defined WRITE_WATER || defined READ_WATER) && defined MASKING
}}}
"	bug	closed	major	Release ROMS/TOMS 3.2	Nonlinear	3.2	Fixed		
