﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
274	Avoid time checking on frequency variables	arango	arango	"I added code in '''get_cycle.F''' to avoid checking available time for variables where the time is in terms of frequency.  This is the case for tide forcing variables.  The previous logic resulted in error under special conditions as reported in the [https://www.myroms.org/forum/viewtopic.php?f=17&t=1192 forum].

Also corrected few typos in '''normarlization.F''', '''ad_variability.F''', '''state_copy.F''', and '''state_initialize.F'''. Many thanks to Gregoire Broquet for reporting these typos.

I added new options when compiling with '''ifort''' to facilitate the trapping of uninitialized variables:
{{{
    -check uninit -ftrapuv
}}}
These are good flags to have when debugging.  I just discovered an uninitialized '''ad_cff1''' in '''ad_ini_fields.F'''. This can be a potential adjoint bug depending how compilers treat uninitialized variables."	defect	closed	major	Release ROMS/TOMS 3.2	Nonlinear	3.2	Invalid		
