source: anuga_work/production/tonga/get_timeseries1.py @ 6491

Last change on this file since 6491 was 5194, checked in by herve, 16 years ago

run scripts for tonga

File size: 756 bytes
Line 
1"""
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"""
8from anuga.abstract_2d_finite_volumes.util import sww2csv_gauges
9import project_fangauta
10swwfile= project_fangauta.output_run_time_dir_name+',sww'
11sww2csv_gauges(swwfile,
12               '/d/xrd/gem/5/nhi/inundation/data/sw_pacific/tonga/anuga/gauges/fangauta_gauge.csv',
13               quantities = ['stage','depth', 'elevation', 'xmomentum', 'ymomentum'])
Note: See TracBrowser for help on using the repository browser.