Changeset 5523


Ignore:
Timestamp:
Jul 18, 2008, 9:51:38 AM (17 years ago)
Author:
kristy
Message:

Input more bathymetry data

File:
1 edited

Legend:

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

    r5499 r5523  
    3434scenario = 'perth_tsunami_scenario'
    3535
    36 tide = 0.6
     36tide = 0
    3737
    3838alpha = 0.1
     
    7171
    7272# AHO + DPI data + colin French coastline
     73coast_name = 'coastline_perthP'
    7374offshore_name = 'Perth_Clip'
    74 coast_name = 'coastline'
     75offshore_name1 = 'Perth_Chart'
     76offshore_name2 = 'Fremantle_north'
     77
    7578
    7679
     
    9598coast_in_dir_name = topographies_in_dir + coast_name
    9699offshore_in_dir_name = topographies_in_dir + offshore_name
    97 
     100offshore_in_dir_name1 = topographies_in_dir + offshore_name1
     101offshore_in_dir_name2 = topographies_in_dir + offshore_name2
    98102
    99103onshore_dir_name = topographies_dir + onshore_name
     
    105109coast_dir_name = topographies_dir + coast_name
    106110offshore_dir_name = topographies_dir + offshore_name
     111offshore_dir_name1 = topographies_dir + offshore_name1
     112offshore_dir_name2 = topographies_dir + offshore_name2
    107113
    108114#final topo files
     
    174180#Polygon designed to cut out the rottnest island land.
    175181poly_rottnest_in = read_polygon(polygons_dir+'rottnest_internal.csv')
    176 res_rottnest_in = 25000*res_factor
     182res_rottnest_in = 100000*res_factor
    177183
    178184#Polygon designed to incorporate Garden Island and sand bank infront of Rockingham
    179185poly_garden_rockingham = read_polygon(polygons_dir+'garden_rockingham.csv')
    180 res_garden_rockingham = 2500*res_factor
     186res_garden_rockingham = 1000*res_factor
    181187
    182188#Polygon designed to incorporate coastline of rottnest
Note: See TracChangeset for help on using the changeset viewer.