Line | |
---|
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 |
---|
12 | print input_dir_name |
---|
13 | |
---|
14 | csv2timeseries_graphs(directories_dic={input_dir_name:['test',0, 0]}, |
---|
15 | output_dir=input_dir_name, |
---|
16 | base_name='gauge_', |
---|
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.