Rev | Line | |
---|
[5415] | 1 | |
---|
| 2 | |
---|
| 3 | from os import sep |
---|
| 4 | import project |
---|
| 5 | from anuga.abstract_2d_finite_volumes.util import sww2csv_gauges,csv2timeseries_graphs |
---|
| 6 | |
---|
| 7 | import pylab |
---|
| 8 | |
---|
| 9 | timestamp='20080619_115643_run_trial_0.6_exmouth_kvanputt' |
---|
| 10 | |
---|
| 11 | input_dir_name=project.output_dir+timestamp+sep |
---|
[5417] | 12 | print input_dir_name |
---|
[5415] | 13 | |
---|
[5417] | 14 | csv2timeseries_graphs(directories_dic={input_dir_name:['test',0, 0]}, |
---|
[5415] | 15 | output_dir=input_dir_name, |
---|
[5430] | 16 | base_name='gauge_', |
---|
[5415] | 17 | plot_numbers='', |
---|
| 18 | quantities=['stage','speed','depth'], |
---|
| 19 | extra_plot_name='', |
---|
| 20 | assess_all_csv_files=True, |
---|
| 21 | create_latex=False, |
---|
| 22 | verbose=True) |
---|
| 23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.