Opened 17 years ago
Closed 17 years ago
#172 closed defect (fixed)
Compute Maximal Runup height from sww files.
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Create a function that will read an sww file and produce the maximal runup height within a given polygon.
The algorithm should mimick the method get_maximum_inundation_elevation which was introduced into shallow_water_domain in changeset:3689.
The algorithm would be along the lines
Get triangles with depth>0 within given polygon Find maximum elevation amoung those triangles
This relates to ticket:136 except that this one will work on sww files.
Change History (1)
comment:1 Changed 17 years ago by ole
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This was done in changeset:4551 and changeset:4554