Changeset 6858
- Timestamp:
- Apr 21, 2009, 3:18:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6812 r6858 17 17 # Note, the user needs to set up the directory system accordingly 18 18 state = 'australia_ph2' 19 scenario_name = ' maningrida'19 scenario_name = 'ceduna' 20 20 21 21 #------------------------------------------------------------------------------- … … 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 64970# the event number or the mux file name35 36 event_number_list = [ 64970, 71078, 71141] # To piggy back multiple events34 event_number = 27347 # the event number or the mux file name 35 36 event_number_list = [27347, 64448, 58331] # 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) 38 42 39 43 tide = 0 # difference between MSL and HAT … … 48 52 49 53 # index is only used when wave = Tb 50 index = 18 78# index from the PTHA - Y2000 0.257m54 index = 1884 # index from the PTHA - Y2000 0.257m 51 55 wave = 'Tb' # Bf (sts wave) Tb (index wave) 52 56
Note: See TracChangeset
for help on using the changeset viewer.