Opened 16 years ago
Closed 16 years ago
#308 closed defect (Fixed)
WET_DRY free-surface boundary data
Reported by: | jcwarner | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.3 |
Component: | Nonlinear | Version: | 3.3 |
Keywords: | WET_DRY | Cc: |
Description (last modified by )
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.
I am submitting this routine here. Maybe there is a better location for it?
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | set_data.F added |
---|
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Keywords: | WET_DRY added; wet_dry removed |
Resolution: | → Fixed |
Status: | new → closed |
Summary: | wet_dry boundary data → WET_DRY free-surface boundary data |
Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.
Yes, thank you. I also propagate this change to the ADM, TLM, and RPM.