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

running final models for various events

Location:
anuga_work/production/australia_ph2/eucla_motel
Files:
2 edited

Legend:

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

    r6460 r6476  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 52               # specify zone of model
    30 event_number = 65371    # the event number or the mux file name
     30event_number = 64449    # the event number or the mux file name
     31# sources: 64449 (sandwich), 68755 (sumatra), 58332 (Puysegur)
     32# others: 7859 (altiplano), 11016 (andaman), 17017 (columbia), 27252 (java), 46699 (midamerica)
     33# 53961 (puna), 57582 (peru), 58332 (Puysegur), 64449 (sandwich), 68755 (sumatra)
    3134alpha = 0.1             # smoothing parameter for mesh
    3235friction=0.01           # manning's friction coefficient
    3336starttime=0             # start time for simulation
    34 finaltime=1000          # final time for simulation
     37finaltime=80000          # final time for simulation
    3538
    3639# index is only used when wave = Tb
    37 index = 1203            # index from the PTHA
     40index = 1837            # index from the PTHA
    3841wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    3942
     
    219222mux_input = join(event_folder, mux_input_filename)
    220223
     224# sts gauge with desired index number - used for wave 'Tb'
     225boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
  • anuga_work/production/australia_ph2/eucla_motel/run_model.py

    r6460 r6476  
    160160   
    161161elif project.wave == 'Tb':
    162     Tb = Time_boundary(domain,f,default_boundary=Bd )
     162    Tb = Time_boundary(domain,f,default_boundary=Bd,
     163                       verbose=True)
    163164
    164165    domain.set_boundary({'back': Br,
Note: See TracChangeset for help on using the changeset viewer.