Ignore:
Timestamp:
Oct 25, 2006, 3:49:53 PM (17 years ago)
Author:
sexton
Message:

updated results based on refined mesh

File:
1 edited

Legend:

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

    r3809 r3852  
    7878
    7979#gauge_filename = gaugedir + 'hobart_gauges_final.csv'
    80 gauge_filename = gaugedir + 'check_boundary.csv'
     80gauge_filename = gaugedir + 'hobartGauges20061019.csv'
     81#gauge_filename = gaugedir + 'check_boundary.csv'
    8182
    8283codedir = getcwd()+sep                           
     
    215216poly_bruny = read_polygon(polygondir+'bruny_refine.csv')
    216217poly_site13 = read_polygon(polygondir+'Site13.csv')
     218#print 'areas of refined polys', polygon_area(poly_kingston), polygon_area(poly_bruny), polygon_area(poly_site13)
    217219
    218220plot_polygons([polyAll, poly_kingston,poly_bruny,poly_site13,poly_hobart5],'orig_model',verbose=False)
Note: See TracChangeset for help on using the changeset viewer.