Changeset 3788 for anuga_work/production/pt_hedland_2006
- Timestamp:
- Oct 16, 2006, 2:12:04 PM (18 years ago)
- Location:
- anuga_work/production/pt_hedland_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/pt_hedland_2006/project.py
r3770 r3788 7 7 #from anuga.utilities.polygon import read_polygon 8 8 import sys 9 from anuga. pmesh.create_mesh import convert_from_latlon_to_utm9 from anuga.coordinate_transforms.redfearn import convert_points_from_latlon_to_utm 10 10 from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees 11 11 from time import localtime, strftime -
anuga_work/production/pt_hedland_2006/run_pt_hedland.py
r3535 r3788 19 19 20 20 # Related major packages 21 from anuga. pyvolution.shallow_water import Domain, Reflective_boundary, \21 from anuga.shallow_water import Domain, Reflective_boundary, \ 22 22 Dirichlet_boundary, Time_boundary, File_boundary 23 from anuga. pyvolution.data_manager import convert_dem_from_ascii2netcdf, \23 from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, \ 24 24 dem2pts 25 from anuga.pyvolution.combine_pts import combine_rectangular_points_files 26 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance 25 from anuga.abstract_2d_finite_volumes.combine_pts import combine_rectangular_points_files 27 26 from shutil import copy 28 27 from os import mkdir, access, F_OK 29 28 from anuga.geospatial_data.geospatial_data import * 30 29 import sys 31 from anuga. pyvolution.util import Screen_Catcher30 from anuga.abstract_2d_finite_volumes.util import Screen_Catcher 32 31 33 32 # Application specific imports
Note: See TracChangeset
for help on using the changeset viewer.