Ignore:
Timestamp:
Mar 5, 2009, 11:13:12 AM (14 years ago)
Author:
kristy
Message:

changed index number

File:
1 edited

Legend:

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

    r6460 r6466  
    2929tide = 0                # difference between MSL and HAT
    3030zone = 50               # specify zone of model
    31 event_number = 7875    # the event number or the mux file name
     31event_number = 6368    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
    3333friction=0.01           # manning's friction coefficient
     
    3636
    3737# index is only used when wave = Tb
    38 index = 1203            # index from the PTHA
     38index = 2971            # index from the PTHA
    3939wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    4040
    41 setup = 'trial'         # This can be one of three values
     41setup = 'final'         # This can be one of three values
    4242                        #    trial - coarsest mesh, fast
    4343                        #    basic - coarse mesh
     
    8888# LAND - used to set the initial stage/water to be offcoast only
    8989# Used in run_model.py.  Format for points easting,northing (no header)
    90 land_initial_conditions_filename = [['initial_condition_extend.csv', 0]],
     90land_initial_conditions_filename = [['initial_condition_extend.csv', 0],
    9191                                    ['initial_condition_comerong_island.csv', 0],
    9292                                    ['initial_condition_gabo_island.csv', 0],
Note: See TracChangeset for help on using the changeset viewer.