Changeset 7746


Ignore:
Timestamp:
May 25, 2010, 2:54:14 PM (14 years ago)
Author:
hudson
Message:

Upgraded validation to ANUGA 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/circular_island/run_circular.py

    r7276 r7746  
    1010from anuga.shallow_water import Domain
    1111from anuga.shallow_water import Reflective_boundary
    12 from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary
     12from anuga.shallow_water import Transmissive_momentum_set_stage_boundary
    1313from anuga.shallow_water import Dirichlet_boundary, Time_boundary
    14 from anuga.shallow_water.data_manager import get_maximum_inundation_data, start_screen_catcher, copy_code_files
    15 from anuga.abstract_2d_finite_volumes.util import file_function, sww2csv_gauges,csv2timeseries_graphs
     14from anuga.utilities.file_utils import copy_code_files
     15from anuga.shallow_water.data_manager import get_maximum_inundation_data
     16from anuga.abstract_2d_finite_volumes.util import file_function, \
     17                            sww2csv_gauges, csv2timeseries_graphs
    1618from anuga.pmesh.mesh_interface import create_mesh_from_regions
    1719from anuga.utilities.polygon import read_polygon
    1820from math import cos,pi,sin,tan
    1921import numpy as num
    20 from anuga.shallow_water.data_manager import csv2dict
     22from anuga.shallow_water.data_manager import load_csv_as_dict as csv2dict
    2123from time import localtime, strftime, gmtime
    2224from anuga.utilities.system_tools import get_user_name, get_host_name
     
    4143#output_dir = anuga_dir+'outputs'+sep+'20080222_062917_res_0.0025_nbartzis'+sep
    4244copy_code_files(output_dir,__file__)
    43 
    44 start_screen_catcher(output_dir)
    4545
    4646def get_xy(x=0,y=0,r=1,angle=1):
Note: See TracChangeset for help on using the changeset viewer.