Changeset 5432


Ignore:
Timestamp:
Jun 25, 2008, 4:48:20 PM (16 years ago)
Author:
kristy
Message:

Increase Internal Polygon mesh

File:
1 edited

Legend:

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

    r5415 r5432  
    4040finaltime=80000
    4141export_cellsize=25
    42 setup='trial'
     42setup='final'
    4343source='exmouth'
    4444
     
    167167#Polygon designed by 20m contours, or 3km from the coastline
    168168poly_internal_20_3 = read_polygon(polygons_dir+'internal_h20mORd3km.csv')
    169 res_internal_20_3 = 20000*res_factor
     169res_internal_20_3 = 25000*res_factor
    170170
    171171#Polygon designed to incorporate Garden Island and sand bank infront of Rockingham
    172172poly_garden_rockingham = read_polygon(polygons_dir+'garden_rockingham.csv')
    173 res_garden_rockingham = 1000*res_factor
     173res_garden_rockingham = 1500*res_factor
    174174
    175175#Polygon designed to incorporate coastline of rottnest
     
    179179#Polygon designed to cut out the rottnest island land.
    180180poly_rottnest_in = read_polygon(polygons_dir+'rottnest_internal.csv')
    181 res_rottnest_in = 20000*res_factor
     181res_rottnest_in = 25000*res_factor
    182182
    183183#Polygon designed to incorporate perth and Fremantle CBD
Note: See TracChangeset for help on using the changeset viewer.