Changes between Initial Version and Version 1 of AnalysingResultQuestions


Ignore:
Timestamp:
Oct 20, 2008, 2:08:56 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalysingResultQuestions

    v1 v1  
     1= Analysing Results =
     2
     3== How do I easily plot "tide gauges" timeseries graphs from a SWW file? ==
     4
     5There are two ways to do this.
     6
     71. Create {{{.csv}}} files from the {{{.sww}}} file using {{{{anuga.abstract_2d_finite_volumes.util sww2csv_gauges}}}
     8and then use {{{anuga.abstract_2d_finite_volumes.util csv2timeseries_graphs}}} to
     9create the plots. This code is newer, has unit tests and might be easier to use. Read doc strings for more information and
     10review the "Exploring the Model Output" section of the User Manual.
     11
     122. Use {{{anuga.abstract_2d_finite_volumes.util sww2timeseries}}} to do the whole thing
     13however this doesn't have a much control on the file name and plots. Plus there are no unit tests yet.
     14
     15Read the doc string for more information.
     16