Changeset 6812


Ignore:
Timestamp:
Apr 15, 2009, 12:22:47 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

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