Changeset 6619
- Timestamp:
- Mar 25, 2009, 6:08:06 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/hobart/build_urs_boundary.py
r6407 r6619 139 139 ordering_filename=project.urs_order, 140 140 weights=mux_weights, 141 zone=project.zone, 142 mean_stage=project.tide, 141 central_meridian=project.central_meridian, 143 142 verbose=True) 144 143 else: # a single mux stem file, assume 1.0 weight … … 158 157 ordering_filename=order_filename, 159 158 weights=mux_weights, 160 mean_stage=project.tide,159 central_meridian=project.central_meridian, 161 160 verbose=True) 162 161
Note: See TracChangeset
for help on using the changeset viewer.