Changeset 7192 for branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/build_urs_boundary.py
- Timestamp:
- Jun 12, 2009, 9:59:23 AM (15 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.