Ignore:
Timestamp:
Nov 8, 2006, 5:16:44 PM (18 years ago)
Author:
sexton
Message:

(i) update sww2timeseries so can handle gauges which don't fall within sww domain (ii) script for generating report for dampier based on sww files from parallel setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/cairns_2006/run_cairns.py

    r3846 r3944  
    99#-------------------------------
    1010import sys, os
    11 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary,\
     11from anuga.shallow_water import Domain, Reflective_boundary,\
    1212     File_boundary, Transmissive_Momentum_Set_Stage_boundary,\
    1313     Transmissive_boundary, Dirichlet_boundary
    14 from anuga.pyvolution.mesh_factory import rectangular_cross
    15 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance
     14#from anuga.pyvolution.mesh_factory import rectangular_cross
     15#from anuga.pmesh2domain import pmesh_to_domain_instance
     16from anuga.pmesh.mesh_interface import create_mesh_from_regions
    1617from Numeric import array, zeros, Float, allclose
    1718import cairns_project as project
     
    4142"""
    4243
    43 domain = cache(pmesh_to_domain_instance,
    44                (project.mesh_filename, Domain),
    45                dependencies = [project.mesh_filename])
     44#cache(pmesh_to_domain_instance,
     45#      (project.mesh_filename, Domain),
     46#      dependencies = [project.mesh_filename])
     47domain = Domain(project.mesh_filename, use_cache = True, verbose = True)
    4648
    4749domain.check_integrity()
Note: See TracChangeset for help on using the changeset viewer.