Changes between Version 10 and Version 11 of AnalysingResultQuestions


Ignore:
Timestamp:
Oct 20, 2008, 2:31:48 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalysingResultQuestions

    v10 v11  
    55There are two ways to do this.
    66
    7 1. Create {{{.csv}}} files from the {{{.sww}}} file using {{{{anuga.abstract_2d_finite_volumes.util sww2csv_gauges}}} and then use {{{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs}}} to create the plots. This code is newer, has unit tests and might be easier to use. Read doc strings for more information and review the "Exploring the Model Output" section of the User Manual.
    8 
    9 2. Use {{{anuga.abstract_2d_finite_volumes.util sww2timeseries}}} to do the whole thing, however this doesn't have a much control on the file name and plots. Plus there are no unit tests yet.
     7||Create {{{.csv}}} files from the {{{.sww}}} file using {{{{anuga.abstract_2d_finite_volumes.util sww2csv_gauges}}} and then use {{{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs}}} to create the plots. This code is newer, has unit tests and might be easier to use. Read doc strings for more information and review the "Exploring the Model Output" section of the User Manual.
     8||Use {{{anuga.abstract_2d_finite_volumes.util sww2timeseries}}} to do the whole thing, however this doesn't have a much control on the file name and plots. Plus there are no unit tests yet.
    109
    1110Read the doc string for more information.