Opened 16 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: | 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 hudson
- Owner changed from sexton to hudson
- Status changed from new to assigned
comment:2 Changed 15 years ago by hudson
comment:3 Changed 15 years ago by hudson
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 hudson
- Resolution set to fixed
- Status changed from assigned to 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.