Changeset 6497 for anuga_work


Ignore:
Timestamp:
Mar 12, 2009, 10:56:41 AM (16 years ago)
Author:
jgriffin
Message:

changed event number

File:
1 edited

Legend:

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

    r6460 r6497  
    2929tide = 0                # difference between MSL and HAT
    3030zone = 50               # specify zone of model
    31 event_number = 70028    # the event number or the mux file name
     31event_number = 70339    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
    3333friction=0.01           # manning's friction coefficient
     
    3737# index is only used when wave = Tb
    3838index = 1203            # index from the PTHA
    39 wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    40 
    41 setup = 'trial'         # This can be one of three values
     39wave = 'Bf'             # Bf (sts wave) Tb (index wave)
     40
     41setup = 'final'         # This can be one of three values
    4242                        #    trial - coarsest mesh, fast
    4343                        #    basic - coarse mesh
Note: See TracChangeset for help on using the changeset viewer.