Ignore:
Timestamp:
Mar 17, 2009, 2:30:24 PM (14 years ago)
Author:
jgriffin
Message:

changed event number

File:
1 edited

Legend:

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

    r6511 r6531  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 56               # specify zone of model
    30 event_number = 50883    # the event number or the mux file name
     30event_number = 51314    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
    3333starttime=0             # start time for simulation
    34 finaltime=1000          # final time for simulation
     34finaltime=80000          # final time for simulation
    3535
    3636# index is only used when wave = Tb
    3737index = 3727            # index from the PTHA
    38 wave = 'Bf'             # Bf (sts wave) Tb (index wave)
     38wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    3939
    4040setup = 'final'         # This can be one of three values
Note: See TracChangeset for help on using the changeset viewer.