Changeset 6812
- Timestamp:
- Apr 15, 2009, 12:22:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6796 r6812 17 17 # Note, the user needs to set up the directory system accordingly 18 18 state = 'australia_ph2' 19 scenario_name = ' ceduna'19 scenario_name = 'maningrida' 20 20 21 21 #------------------------------------------------------------------------------- … … 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 27347# the event number or the mux file name35 36 event_number_list = [ 27347, 64448, 58331] # To piggy back multiple events34 event_number = 64970 # the event number or the mux file name 35 36 event_number_list = [64970, 71078, 71141] # To piggy back multiple events 37 37 # using run_multiple_events.py 38 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur)39 # other possible sources:40 # 7877 (altiplano, south america), 46503 (mid america),41 # 57483 (peru), 65304 (shetland), 68792 (sumatra)42 38 43 39 tide = 0 # difference between MSL and HAT … … 52 48 53 49 # index is only used when wave = Tb 54 index = 18 84# index from the PTHA - Y2000 0.257m50 index = 1878 # index from the PTHA - Y2000 0.257m 55 51 wave = 'Tb' # Bf (sts wave) Tb (index wave) 56 52
Note: See TracChangeset
for help on using the changeset viewer.