Changes between Initial Version and Version 1 of Ticket #308
- Timestamp:
- 04/09/09 15:34:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #308
- Property Keywords WET_DRY added; wet_dry removed
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary wet_dry boundary data → WET_DRY free-surface boundary data
- Property Type bug → defect
-
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. 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.F''' to prevent the '''BOUNDARY(ng)%zeta_*''' arrays from having values less than '''h''' along. 2 2 3 I am submitting this routine here. Maybe there is a better location for it? 3 4