Opened 17 years ago
Closed 15 years ago
#292 closed defect (fixed)
sww2csv_gauges needs to ignore gauges that are not in the domain
Reported by: | sexton | Owned by: | James Hudson |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
sww2timeseries had that functionality and this needs to be restored especially to cope with parrallel
Change History (4)
comment:1 Changed 15 years ago by
Owner: | changed from sexton to James Hudson |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Fixed in revision 7693. Gauges that are off the mesh cause an error, and do not export a meaningless file.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
At the moment, using sww2csv_gauges with off-domain point causes errors.
I'll clean up this code, write a unit test for this functionality, then implement the fix.