Changeset 6377
- Timestamp:
- Feb 23, 2009, 3:06:49 PM (16 years ago)
- Location:
- anuga_work/production/busselton/standardised_version
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/standardised_version/build_urs_boundary.py
r6376 r6377 139 139 ordering_filename=project.urs_order, 140 140 weights=mux_weights, 141 zone=project.zone, 141 142 mean_stage=project.tide, 142 143 verbose=True) -
anuga_work/production/busselton/standardised_version/project.py
r6376 r6377 27 27 # One or all can be changed each time the run_model script is executed 28 28 tide = 0 # difference between MSL and HAT 29 zone = 50 # specify zone of model 29 30 event_number = 27197 # the event number or the mux file name 30 31 alpha = 0.1 # smoothing parameter for mesh
Note: See TracChangeset
for help on using the changeset viewer.