Changeset 6758 for anuga_work/production/australia_ph2/lockhart_river
- Timestamp:
- Apr 8, 2009, 10:07:10 AM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/lockhart_river
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/lockhart_river/build_urs_boundary.py
r6746 r6758 140 140 weights=mux_weights, 141 141 central_meridian=project.central_meridian, 142 zone=project.zone 142 143 verbose=True) 143 144 else: # a single mux stem file, assume 1.0 weight … … 158 159 weights=mux_weights, 159 160 central_meridian=project.central_meridian, 161 zone=project.zone 160 162 verbose=True) 161 163 -
anuga_work/production/australia_ph2/lockhart_river/run_multiple_events.py
r6746 r6758 1 1 """This script executes models for a range of event numbers. 2 2 3 Events must have been created first 3 Events folders and event.list must have been created first from 4 the event selection program 4 5 """ 5 6
Note: See TracChangeset
for help on using the changeset viewer.