Changeset 4966


Ignore:
Timestamp:
Jan 23, 2008, 11:38:47 AM (16 years ago)
Author:
nick
Message:

small changes to GetTimeseries?.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/demos/cairns/GetTimeseries.py

    r4949 r4966  
    11"""
    2 Generate time series of nominated "gauges"
     2Generate time series of nominated "gauges" read from project.gauge_filename. This
     3is done by first running sww2csv_gauges on two different directories to make
     4'csv' files. Then running csv2timeseries_graphs detailing the two directories
     5containing the csv file and produces one set of graphs in the 'output_dir' containing
     6the details at the gauges for both these sww files.
     7
    38Note, this script will only work if pylab is installed on the platform
    49
    5 Inputs:
    6 
    7 production dirs: dictionary of production directories with a
    8                  association to that simulation run, eg high tide,
    9                  magnitude, etc.
    10                    
    11 Outputs:
    12 
    13 * figures stored in same directory as sww file
    14 * time series data stored in csv files in same directory as sww file
    15 * elevation at nominated gauges (elev_output)
    1610"""
    1711
     
    3428    csv2timeseries_graphs(directories_dic={'slide'+sep:['Slide',0, 0],
    3529                                           'fixed_wave'+sep:['Fixed Wave',0,0]},
    36                             output_dir='',#fixed_wave'+sep,
     30                            output_dir='fixed_wave'+sep,
    3731                            base_name='gauge_',
    3832                            plot_numbers='',
Note: See TracChangeset for help on using the changeset viewer.