Changeset 7192
- Timestamp:
- Jun 12, 2009, 9:59:23 AM (16 years ago)
- Location:
- branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/build_urs_boundary.py
r6788 r7192 11 11 12 12 from Scientific.IO.NetCDF import NetCDFFile 13 import Numericas num13 import numpy as num 14 14 15 15 from anuga.shallow_water.data_manager import urs2sts 16 17 import Numeric as num18 16 19 17 … … 148 146 149 147 weight_factor = 1.0 150 mux_weights = weight_factor*num.ones(len(mux_filenames), num. Float)148 mux_weights = weight_factor*num.ones(len(mux_filenames), num.float) 151 149 152 150 order_filename = project.urs_order -
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/project.py
r7175 r7192 36 36 37 37 use_buildings = True 38 setup = ' trial' # This can be one of three values38 setup = 'final' # This can be one of three values 39 39 # trial - coarsest mesh, fast 40 40 # basic - coarse mesh -
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py
r7039 r7192 28 28 # Related major packages 29 29 from Scientific.IO.NetCDF import NetCDFFile 30 import Numericas num30 #import numpy as num 31 31 32 32 from anuga.interface import create_domain_from_regions
Note: See TracChangeset
for help on using the changeset viewer.