Changes between Initial Version and Version 1 of Ticket #644


Ignore:
Timestamp:
11/19/14 21:21:24 (10 years ago)
Author:
arango
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #644

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #644 – Description

    initial v1  
    1 WET_DRY and AVERAGES_DETIDE options fail to compile together.
     1'''WET_DRY''' and '''AVERAGES_DETIDE''' options fail to compile together.
    22The 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{{{
    58# ifdef WET_DRY
    69USE mod_grid
    710# endif
     11}}}
     12
    813
    914But it would be nice if this correction is added to ROMS files in the repository.
    1015
    11 I commented this in the forum:
    12 https://www.myroms.org/forum/viewtopic.php?f=19&t=3370
     16I commented this in the
     17[https://www.myroms.org/forum/viewtopic.php?f=19&t=3370 forum].
    1318
    1419Cheers,