Changeset 6398 for anuga_work/production/australia_ph2/ceduna/project.py
- Timestamp:
- Feb 24, 2009, 12:28:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6359 r6398 40 40 # run_scenario script is executed 41 41 tide = 0 42 event_number = 27255 # Java 9.3 worst case for Perth 42 #event_number = 27255 # Java 9.3 worst case for Perth 43 event_number = 64468 # event for SA coast 43 44 alpha = 0.1 # smoothing parameter for mesh 44 45 friction = 0.01 # manning's friction coefficient … … 104 105 # Thinned ordering file from Hazard Map (geographic) 105 106 # Format is index,latitude,longitude (with header) 106 urs_order_filename = 'urs_order .csv'107 urs_order_filename = 'urs_order_austtg.csv' 107 108 108 109 # Landward bounding points
Note: See TracChangeset
for help on using the changeset viewer.