Last change
on this file since 6409 was
5411,
checked in by Leharne, 17 years ago
|
Updates to okushiri convergence study
|
File size:
976 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | from os import sep |
---|
4 | import project_truescale |
---|
5 | from anuga.abstract_2d_finite_volumes.util import sww2csv_gauges,csv2timeseries_graphs |
---|
6 | |
---|
7 | import pylab |
---|
8 | |
---|
9 | #timestamp='20080617_001810_run_leharne' |
---|
10 | timestamp='20080617_041810_run_original_no_int_polygons_lfountai' |
---|
11 | |
---|
12 | input_dir_name=project_truescale.output_dir+timestamp+sep |
---|
13 | observed_dir_name=project_truescale.gauges_dir+'observed'+sep |
---|
14 | |
---|
15 | csv2timeseries_graphs(directories_dic={input_dir_name:['Original no interior polygons',0, 0], |
---|
16 | observed_dir_name:['Observed',0,0]}, |
---|
17 | output_dir=input_dir_name, |
---|
18 | base_name='gauge_', |
---|
19 | plot_numbers='', |
---|
20 | quantities=['stage','speed','depth'], |
---|
21 | extra_plot_name='', |
---|
22 | assess_all_csv_files=True, |
---|
23 | create_latex=False, |
---|
24 | verbose=True) |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.