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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.