Ignore:
Timestamp:
Nov 13, 2006, 3:03:26 PM (17 years ago)
Author:
sexton
Message:

(i) incorporating new supply of interpolated data for Broome (ii) updating report to look at MOST versus ANUGA for Hobart scenario

File:
1 edited

Legend:

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

    r3965 r3972  
    147147# Mark run - morning Fri 29 Sep; surrounds -100m and 20mish elevation
    148148polyAll = read_polygon(polygondir+'new_extent_2.csv')
    149 plot_polygons([polyAll, polyAll2],'boundingpoly',verbose=False)
     149#plot_polygons([polyAll, polyAll2],'boundingpoly',verbose=False)
    150150#print 'Area of bounding polygon', polygon_area(polyAll)
    151151polyAll_refine = read_polygon(polygondir+'extent_refine.csv')
     
    212212poly_hobart5 = read_polygon(polygondir+'new_interior_region.csv')
    213213
    214 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart5],'orig_model',verbose=False)
     214#plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart5],'orig_model',verbose=False)
    215215
    216216# to refine around paleo sites
     
    220220#print 'areas of refined polys', polygon_area(poly_kingston), polygon_area(poly_bruny), polygon_area(poly_site13)
    221221
    222 plot_polygons([polyAll, poly_kingston,poly_bruny,poly_site13,poly_hobart5],'orig_model',verbose=False)
     222#plot_polygons([polyAll, poly_kingston,poly_bruny,poly_site13,poly_hobart5],'orig_model',verbose=False)
    223223#print 'Area of interior regions', (polygon_area(poly_hobart1)+\
    224224#      polygon_area(poly_hobart2)+polygon_area(poly_hobart3)+\
Note: See TracChangeset for help on using the changeset viewer.