Changes between Initial Version and Version 1 of Ticket #644
- Timestamp:
- 11/19/14 21:21:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #644
- Property Resolution → Done
- Property Status new → closed
-
Ticket #644 – Description
initial v1 1 WET_DRY and AVERAGES_DETIDEoptions fail to compile together.1 '''WET_DRY''' and '''AVERAGES_DETIDE''' options fail to compile together. 2 2 The solution is very simple: 3 1)Edit the file set_avg.F 4 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: 3 4 1) Edit the file '''set_avg.F''' 5 6 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: 7 {{{ 5 8 # ifdef WET_DRY 6 9 USE mod_grid 7 10 # endif 11 }}} 12 8 13 9 14 But it would be nice if this correction is added to ROMS files in the repository. 10 15 11 I commented this in the forum:12 https://www.myroms.org/forum/viewtopic.php?f=19&t=3370 16 I commented this in the 17 [https://www.myroms.org/forum/viewtopic.php?f=19&t=3370 forum]. 13 18 14 19 Cheers,