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

running final models for various events

File:
1 edited

Legend:

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

    r6460 r6476  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 51               # specify zone of model
    30 event_number = 27255    # the event number or the mux file name
     30event_number = 27329    # the event number or the mux file name
     31# 7858 (altiplano), 27329 (java), 31951 (kermandec), 46483 (midamerica),
     32# 53960 (Puna), 57616 (peru), 58367 (puysegur), 64449 (sandwich), 65356 (shetland)
    3133alpha = 0.1             # smoothing parameter for mesh
    3234friction=0.01           # manning's friction coefficient
    3335starttime=0             # start time for simulation
    34 finaltime=1000          # final time for simulation
     36finaltime=80000          # final time for simulation
    3537
    3638# index is only used when wave = Tb
    37 index = 1203            # index from the PTHA
     39index = 1699            # index from the PTHA
    3840wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    3941
     
    220222mux_input = join(event_folder, mux_input_filename)
    221223
     224# sts gauge with desired index number - used for wave 'Tb'
     225boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
Note: See TracChangeset for help on using the changeset viewer.