- Timestamp:
- Jan 23, 2008, 11:38:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/demos/cairns/GetTimeseries.py
r4949 r4966 1 1 """ 2 Generate time series of nominated "gauges" 2 Generate time series of nominated "gauges" read from project.gauge_filename. This 3 is done by first running sww2csv_gauges on two different directories to make 4 'csv' files. Then running csv2timeseries_graphs detailing the two directories 5 containing the csv file and produces one set of graphs in the 'output_dir' containing 6 the details at the gauges for both these sww files. 7 3 8 Note, this script will only work if pylab is installed on the platform 4 9 5 Inputs:6 7 production dirs: dictionary of production directories with a8 association to that simulation run, eg high tide,9 magnitude, etc.10 11 Outputs:12 13 * figures stored in same directory as sww file14 * time series data stored in csv files in same directory as sww file15 * elevation at nominated gauges (elev_output)16 10 """ 17 11 … … 34 28 csv2timeseries_graphs(directories_dic={'slide'+sep:['Slide',0, 0], 35 29 'fixed_wave'+sep:['Fixed Wave',0,0]}, 36 output_dir=' ',#fixed_wave'+sep,30 output_dir='fixed_wave'+sep, 37 31 base_name='gauge_', 38 32 plot_numbers='',
Note: See TracChangeset
for help on using the changeset viewer.