﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
644	WET_DRY and AVERAGES_DETIDE options fail to compile together.	AlexisEspinosa	arango	"'''WET_DRY''' and '''AVERAGES_DETIDE''' options fail to compile together.
The solution is very simple:

 1) Edit the file '''set_avg.F'''

 2) Add the usage of '''mod_grid''' module in the '''set_detide_tile''' subroutine as in the other subroutines in that file. So, just add:
{{{
# ifdef WET_DRY
USE mod_grid
# endif
}}}


But it would be nice if this correction is added to ROMS files in the repository.

I commented this in the 
[https://www.myroms.org/forum/viewtopic.php?f=19&t=3370 forum].

Cheers,
Alexis"	bug	closed	minor	Release ROMS/TOMS 3.7	Nonlinear	3.7	Done		
