Changes between Version 1 and Version 2 of AnalysingResultQuestions
- Timestamp:
- Oct 20, 2008, 2:09:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnalysingResultQuestions
v1 v2 6 6 7 7 1. Create {{{.csv}}} files from the {{{.sww}}} file using {{{{anuga.abstract_2d_finite_volumes.util sww2csv_gauges}}} 8 and then use {{{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs}}} to9 create the plots. This code is newer, has unit tests and might be easier to use. Read doc strings for more information and10 review the "Exploring the Model Output" section of the User Manual.8 and then use {{{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs}}} to 9 create the plots. This code is newer, has unit tests and might be easier to use. Read doc strings for more information and 10 review the "Exploring the Model Output" section of the User Manual. 11 11 12 12 2. Use {{{anuga.abstract_2d_finite_volumes.util sww2timeseries}}} to do the whole thing 13 however this doesn't have a much control on the file name and plots. Plus there are no unit tests yet.13 however this doesn't have a much control on the file name and plots. Plus there are no unit tests yet. 14 14 15 15 Read the doc string for more information.