Changeset 6858


Ignore:
Timestamp:
Apr 21, 2009, 3:18:00 PM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/ceduna/project.py

    r6812 r6858  
    1717# Note, the user needs to set up the directory system accordingly
    1818state = 'australia_ph2'
    19 scenario_name = 'maningrida'
     19scenario_name = 'ceduna'
    2020
    2121#-------------------------------------------------------------------------------
     
    3232    event_number = int(sys.argv[1])
    3333else:   
    34  event_number = 64970    # the event number or the mux file name
    35 
    36 event_number_list = [64970, 71078, 71141] # To piggy back multiple events
     34    event_number = 27347    # the event number or the mux file name
     35
     36event_number_list = [27347, 64448, 58331] # To piggy back multiple events
    3737                                          # 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)
    3842
    3943tide = 0                # difference between MSL and HAT
     
    4852
    4953# index is only used when wave = Tb
    50 index = 1878            # index from the PTHA - Y2000 0.257m
     54index = 1884            # index from the PTHA - Y2000 0.257m
    5155wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    5256
Note: See TracChangeset for help on using the changeset viewer.