Changeset 6726
- Timestamp:
- Apr 6, 2009, 11:17:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6720 r6726 36 36 event_number = 27347 # the event number or the mux file name 37 37 38 38 event_number_list = [27347, 64448, 58331] # To piggy back multiple events 39 # using run_multiple_events.py 39 40 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur) 40 41 # other possible sources: … … 45 46 friction=0.01 # manning's friction coefficient 46 47 starttime=0 # start time for simulation 47 finaltime= 80000 # final time for simulation48 finaltime=1000 # final time for simulation 48 49 49 50 # index is only used when wave = Tb
Note: See TracChangeset
for help on using the changeset viewer.