Opened 10 years ago

Closed 9 years ago

#644 closed bug (Done)

WET_DRY and AVERAGES_DETIDE options fail to compile together.

Reported by: AlexisEspinosa Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description (last modified by 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 forum.

Cheers, Alexis

Change History (1)

comment:1 by arango, 9 years ago

Description: modified (diff)
Resolution: Done
Status: newclosed

Yes, thank you. This was already corrected in src:ticket:648

Note: See TracTickets for help on using tickets.