Opened 11 years ago
Closed 10 years ago
#644 closed bug (Done)
WET_DRY and AVERAGES_DETIDE options fail to compile together. — at Version 1
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 )
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 , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Done |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, thank you. This was already corrected in src:ticket:648