- Timestamp:
- Jun 7, 2010, 10:19:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py
r7750 r7795 29 29 from Scientific.IO.NetCDF import NetCDFFile 30 30 31 from anuga.interface import create_domain_from_regions 32 from anuga.interface import Transmissive_stage_zero_momentum_boundary 33 from anuga.interface import Dirichlet_boundary 34 from anuga.interface import Reflective_boundary 35 from anuga.interface import Field_boundary 36 from anuga.interface import create_sts_boundary 37 from anuga.interface import csv2building_polygons 38 from anuga.utilities.system_tools import file_length 39 40 from anuga.utilities.file_utils import copy_code_files 41 from anuga.shallow_water.data_manager import urs2sts 42 from anuga.utilities.polygon import read_polygon, Polygon_function 43 from anuga.caching import cache 31 import anuga 32 44 33 45 34 import project
Note: See TracChangeset
for help on using the changeset viewer.