Ignore:
Timestamp:
Mar 18, 2009, 5:43:55 PM (14 years ago)
Author:
myall
Message:

running darwin and wyndham.
split perth and albany; running as possible

File:
1 edited

Legend:

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

    r6460 r6549  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 50               # specify zone of model
    30 event_number = 10948    # the event number or the mux file name
     30event_number = 27240    # the event number or the mux file name
     31# events: 11126 (andaman), 27240 (java), 64454 (sandwich)
     32# 68840 (sumatra), 70903 (sumba_normal)
     33# other events: 13215 (arakan),
    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
    38 wave = 'Tb'             # Bf (sts wave) Tb (index wave)
     40index = 1039            # index from the PTHA - 1 in 2000 yr 0.5357m
     41wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    3942
    4043setup = 'final'         # This can be one of three values
     
    6669
    6770# Format for point is x,y,elevation (with header)
    68 point_filenames = ['grid_250m.txt'] # 250m grid 2005
     71point_filenames = ['grid_250m_small.txt'] # 250m grid 2005
    6972
    7073### Add csv header list to all files in point_filenames
     
    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')
Note: See TracChangeset for help on using the changeset viewer.