Changeset 3606
- Timestamp:
- Sep 15, 2006, 1:55:57 PM (19 years ago)
- Location:
- anuga_work/production/MOST_example
- Files:
-
- 2 added
- 1 deleted
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/MOST_example/run_pt_hedland.py
r3601 r3606 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, \ 24 dem2pts 25 from anuga.pyvolution.combine_pts import combine_rectangular_points_files 26 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance 23 from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, \ 24 dem2pts, ferret2sww 27 25 from shutil import copy 28 26 from os import mkdir, access, F_OK 29 27 from anuga.geospatial_data.geospatial_data import * 30 28 import sys 31 from anuga. pyvolution.util import Screen_Catcher29 from anuga.abstract_2d_finite_volumes.util import Screen_Catcher 32 30 33 31 from anuga.fit_interpolate.fit import fit_to_mesh_file … … 148 146 # skipped as results in file SU-AU_clipped is correct for all WA 149 147 150 from anuga.pyvolution.data_manager import ferret2sww151 148 152 149 south = project.south
Note: See TracChangeset
for help on using the changeset viewer.