Changeset 3606


Ignore:
Timestamp:
Sep 15, 2006, 1:55:57 PM (19 years ago)
Author:
duncan
Message:

changing example to pt_headland

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  
    1919
    2020# Related major packages
    21 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary, \
     21from anuga.shallow_water import Domain, Reflective_boundary, \
    2222                            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
     23from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, \
     24     dem2pts, ferret2sww
    2725from shutil import copy
    2826from os import mkdir, access, F_OK
    2927from anuga.geospatial_data.geospatial_data import *
    3028import sys
    31 from anuga.pyvolution.util import Screen_Catcher
     29from anuga.abstract_2d_finite_volumes.util import Screen_Catcher
    3230
    3331from anuga.fit_interpolate.fit import fit_to_mesh_file
     
    148146# skipped as results in file SU-AU_clipped is correct for all WA
    149147
    150 from anuga.pyvolution.data_manager import ferret2sww
    151148
    152149south = project.south
Note: See TracChangeset for help on using the changeset viewer.