Changeset 6726


Ignore:
Timestamp:
Apr 6, 2009, 11:17:50 AM (16 years ago)
Author:
kristy
Message:

update event list

File:
1 edited

Legend:

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

    r6720 r6726  
    3636    event_number = 27347    # the event number or the mux file name
    3737
    38 
     38event_number_list = [27347, 64448, 58331] # To piggy back multiple events
     39                                          # using run_multiple_events.py
    3940# ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur)
    4041# other possible sources:
     
    4546friction=0.01           # manning's friction coefficient
    4647starttime=0             # start time for simulation
    47 finaltime=80000          # final time for simulation
     48finaltime=1000          # final time for simulation
    4849
    4950# index is only used when wave = Tb
Note: See TracChangeset for help on using the changeset viewer.