Changeset 6549


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

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

Location:
anuga_work/production/australia_ph2
Files:
4 edited

Legend:

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

    r6487 r6549  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0                # difference between MSL and HAT
     28tide = 0.00001                # difference between MSL and HAT
    2929zone = 50               # specify zone of model
    30 event_number = 27319    # the event number or the mux file name
     30event_number = 46697    # the event number or the mux file name
    3131# selected events: 27319 (java), 64344 (sandwich), 46697 (midamerica),
    3232# other possible sources:
     
    7171
    7272# Format for point is x,y,elevation (with header)
    73 point_filenames = ['grid250m.txt'] # 250m grid 2005
     73point_filenames = ['grid_250m.txt'] # 250m grid 2005
    7474
    7575### Add csv header list to all files in point_filenames
     
    8787# Used in run_model.py
    8888# Format for points easting,northing (no header)                   
    89 interior_regions_data = []
     89##interior_regions_data = []
     90interior_regions_data = [['coast_to_20km_polygon.csv',
     91                            bounding_polygon_maxarea]]
    9092
    9193# LAND - used to set the initial stage/water to be offcoast only
  • anuga_work/production/australia_ph2/darwin/project.py

    r6540 r6549  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 52               # specify zone of model
    30 event_number = 71261    # the event number or the mux file name
     30event_number = 70906    # the event number or the mux file name
    3131# contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
    3232# 71261 (Timor_OTF)
     
    3434friction=0.01           # manning's friction coefficient
    3535starttime=0             # start time for simulation
    36 finaltime=1000          # final time for simulation
     36finaltime=80000          # final time for simulation
    3737
    3838# index is only used when wave = Tb
    3939index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
    40 ##index = 1860            # index from the PTHA - 1 in 2000 wave height = 1.32m
     40##index = 1860            # index from the PTHA - 1 in 2000 wave height = 1.32m - large wave from Timor
    4141wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    4242
     
    4646                        #    final - fine mesh, slowest
    4747
    48 # OLD - for when darwin and wyndham were combined:
    49 ##index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
    50 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
    51 # 71261 (Timor_OTF)
     48# for 1860 - point to north of Darwin, large wave from event off Timor
     49# event_number 71065    #(timor - mag 7.4, prob 1e-4)
    5250
    5351#-------------------------------------------------------------------------------
     
    9189# Used in run_model.py
    9290# Format for points easting,northing (no header)                   
    93 interior_regions_data = []
     91#interior_regions_data = []
     92interior_regions_data = [['poly_island.csv',200000000]]  # large triangles on island
    9493
    9594# LAND - used to set the initial stage/water to be offcoast only
  • 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')
  • anuga_work/production/australia_ph2/wyndham/project.py

    r6539 r6549  
    1717# Note, the user needs to set up the directory system accordingly
    1818state = 'australia_ph2'
    19 scenario_name = 'darwin'
     19scenario_name = 'wyndham'
    2020scenario_folder = scenario_name
    2121
     
    3434friction=0.01           # manning's friction coefficient
    3535starttime=0             # start time for simulation
    36 finaltime=1000          # final time for simulation
     36finaltime=80000          # final time for simulation
    3737
    3838# index is only used when wave = Tb
    3939index = 1823            # index from the PTHA - 1 in 2000 wave height = 0.452m
    40 ##index = 1860            # index from the PTHA - 1 in 2000 wave height = 1.32m
    4140wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    4241
     
    6968
    7069# Format for point is x,y,elevation (with header)
    71 point_filenames = ['darwin_grid250m.txt',
    72                    'derby_grid250m.txt'] # 250m grid 2005
     70point_filenames = ['darwin_grid250m_wyndham.txt',
     71                   'derby_grid250m_wyndham.txt'] # 250m grid 2005
    7372
    7473### Add csv header list to all files in point_filenames
     
    8079# Used in build_elevation.py
    8180# Format for points easting,northing (no header)
    82 bounding_polygon_filename = 'bounding_polygon_darwin2.csv'
     81bounding_polygon_filename = 'bounding_polygon.csv'
    8382bounding_polygon_maxarea = 100000
    8483
     
    113112# Landward bounding points
    114113# Format easting,northing (no header)
    115 landward_boundary_filename = 'landward_boundary_darwin.csv'
     114landward_boundary_filename = 'landward_boundary.csv'
    116115
    117116# MUX input filename.
Note: See TracChangeset for help on using the changeset viewer.