# Module imports #from anuga.shallow_water import Domain #from anuga.shallow_water import Reflective_boundary #from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary #from anuga.shallow_water import Dirichlet_boundary, Time_boundary #from anuga.shallow_water.data_manager import get_maximum_inundation_data, start_screen_catcher, copy_code_files from anuga.abstract_2d_finite_volumes.util import file_function, sww2csv_gauges,csv2timeseries_graphs #from anuga.pmesh.mesh_interface import create_mesh_from_regions #from anuga.utilities.polygon import read_polygon#, plot_polygons #from math import cos,pi,sin,tan#,sqrt #from anuga.shallow_water.data_manager import csv2dict #from time import localtime, strftime, gmtime #from anuga.utilities.system_tools import get_user_name, get_host_name from os import sep, environ, getenv # home = getenv('INUNDATIONHOME') + sep +'data'+sep #Sandpit's parent dir anuga_dir = home+'anuga_validation'+sep+'circular_island_tsunami_benchmark'+sep+'anuga'+sep csv2timeseries_graphs(directories_dic={anuga_dir+sep+'boundaries'+sep:['wavetank',-1.6, 0], anuga_dir+'outputs'+sep+'20080228_062939_res_0.005_nbartzis'+sep:['Fixed Wave',0,0]}, output_dir=anuga_dir+'outputs'+sep+'20080228_062939_res_0.005_nbartzis'+sep, base_name='gauge_', plot_numbers='', quantities=['stage'], extra_plot_name='', assess_all_csv_files=True, create_latex=False, verbose=True)