Ignore:
Timestamp:
Sep 25, 2006, 2:26:13 PM (17 years ago)
Author:
sexton
Message:

clean up

File:
1 edited

Legend:

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

    r3660 r3661  
    1515#onshore_name = 'hob3_topo' # original
    1616onshore_name = 'hob5_topo' # 12.5m grid and clipped to 100m elevation or 3000m from coast
    17 onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast
     17#onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast
     18onshore_name_25 = 'hob6_topo_25m' # 25m grid NOT clipped
    1819offshore_name_tas1 = 'derwent_2m'
    1920offshore_name_tas2 = 'derwent_5m'
     
    121122
    122123# region to export for inundation map
    123 e_min_area = 500000
     124e_min_area = 490000
    124125e_max_area = 580000
    125 n_min_area = 5200000
     126n_min_area = 5160000
    126127n_max_area = 5275000
    127128
     
    142143polyAll, zone = convert_points_from_latlon_to_utm([d0, d1, d2, d3])
    143144refzone = zone
    144 NWcorner = polyAll[0]
    145 SEcorner = polyAll[2]
     145polyAll = [[500000, 5200000],[520000, 5200000],[520000, 5400000],[500000,5400000]]
    146146
    147147# region to export for Alex to make bathymetry map
    148 e_min_area = 480000#NWcorner[0]
    149 e_max_area = 600000#SEcorner[0]
    150 n_min_area = 5156000#NWcorner[1]
    151 n_max_area = 5285000#SEcorner[1]
     148e_min_area = 500000 #490000
     149e_max_area = 560000 #580000
     150n_min_area = 5240000#5160000
     151n_max_area = 5260000#5270000
    152152
    153153#Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset for help on using the changeset viewer.