Changes between Initial Version and Version 1 of Ticket #308


Ignore:
Timestamp:
04/09/09 15:34:09 (15 years ago)
Author:
arango
Comment:

Yes, thank you. I also propagate this change to the ADM, TLM, and RPM.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #308

    • Property Keywords WET_DRY added; wet_dry removed
    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary wet_dry boundary dataWET_DRY free-surface boundary data
    • Property Type bugdefect
  • Ticket #308 – Description

    initial v1  
    1 The main criteria for the wet_dry option is that the free surface can not fall below the sea floor. However, this can happen along the open boundary if users provide a water level that is less than the bottom elevation. To prevent this, I added logic to set_data to prevent the BOUNDARY(ng)%zeta_* arrays from having values less than h along.
     1The main criteria for the '''WET_DRY''' option is that the free surface can not fall below the sea floor. However, this can happen along the open boundary if users provide a water level that is less than the bottom elevation. To prevent this, I added logic to '''set_data.F''' to prevent the '''BOUNDARY(ng)%zeta_*''' arrays from having values less than '''h''' along.
     2
    23I am submitting this routine here. Maybe there is a better location for it?
    34