﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
509	Corrected initialization of Nfiles in inp_par.F	arango	arango	"The local variable '''Nfiles''' used to count the number of files per field(s) during record splitting was initialized before being allocated in '''inp_par.F'''.  This caused unexpected behavior in some compilers that do not initialize variable to zero by default.  Many thanks to Kate Hedstrom for bringing this to my attention.

I also added the following conditional when computing the Infinity variable that it is needed when coupling with '''SWAN''':
{{{
#ifdef SWAN_COUPLING
      Infinity=one/zero
#endif
}}}
This is still not a solution but at least is not used everytime that we run ROMS in other applications. Many thanks to Mark Hadfield for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2249 reporting] this."	bug	closed	major	Release ROMS/TOMS 3.5	Nonlinear	3.5	Done		
