Changeset 3514 for production/karratha_2005/run_karratha.py
- Timestamp:
- Aug 21, 2006, 4:10:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/run_karratha.py
r2318 r3514 19 19 20 20 21 from pyvolution.shallow_water import Domain, Reflective_boundary, File_boundary,\21 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary, File_boundary,\ 22 22 Dirichlet_boundary, Time_boundary, Transmissive_boundary 23 from pyvolution.data_manager import convert_dem_from_ascii2netcdf,\23 from anuga.pyvolution.data_manager import convert_dem_from_ascii2netcdf,\ 24 24 dem2pts, ferret2sww 25 from pyvolution.pmesh2domain import pmesh_to_domain_instance25 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance 26 26 from caching import cache 27 27 import project … … 44 44 source_dir = project.boundarydir 45 45 46 from pyvolution.data_manager import ferret2sww46 from anuga.pyvolution.data_manager import ferret2sww 47 47 48 48 south = project.south
Note: See TracChangeset
for help on using the changeset viewer.