Ignore:
Timestamp:
Mar 10, 2009, 9:29:00 AM (15 years ago)
Author:
myall
Message:

running final models for various events

File:
1 edited

Legend:

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

    r6468 r6476  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 53               # specify zone of model
    30 event_number = 64448    # the event number or the mux file name
     30event_number = 27347    # the event number or the mux file name
    3131# ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur)
    3232# other possible sources:
     
    3737friction=0.01           # manning's friction coefficient
    3838starttime=0             # start time for simulation
    39 finaltime=1000          # final time for simulation
     39finaltime=80000          # final time for simulation
    4040
    4141# index is only used when wave = Tb
     
    224224mux_input = join(event_folder, mux_input_filename)
    225225
     226# sts gauge with desired index number - used for wave 'Tb'
    226227boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
    227228
Note: See TracChangeset for help on using the changeset viewer.