Ignore:
Timestamp:
Mar 23, 2009, 4:24:14 PM (15 years ago)
Author:
jgriffin
Message:

changed events

File:
1 edited

Legend:

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

    r6497 r6588  
    2929tide = 0                # difference between MSL and HAT
    3030zone = 50               # specify zone of model
    31 event_number = 70339    # the event number or the mux file name
     31event_number = 70385    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
    3333friction=0.01           # manning's friction coefficient
    3434starttime=0             # start time for simulation
    35 finaltime=80000          # final time for simulation
     35finaltime=10000          # final time for simulation
    3636
    3737# index is only used when wave = Tb
    3838index = 1203            # index from the PTHA
    39 wave = 'Bf'             # Bf (sts wave) Tb (index wave)
     39wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    4040
    4141setup = 'final'         # This can be one of three values
Note: See TracChangeset for help on using the changeset viewer.