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

running final models for various events

File:
1 edited

Legend:

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

    r6461 r6476  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 52               # specify zone of model
    30 event_number = 17890    # the event number or the mux file name
     30event_number = 71261    # the event number or the mux file name
     31# contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
     32# 71261 (Timor_OTF)
    3133alpha = 0.1             # smoothing parameter for mesh
    3234friction=0.01           # manning's friction coefficient
     
    3537
    3638# index is only used when wave = Tb
    37 index = 1203            # index from the PTHA
     39index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
    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.