Changeset 4081 for anuga_work/production/perth_2006/project.py
- Timestamp:
- Dec 14, 2006, 3:57:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth_2006/project.py
r4080 r4081 27 27 run_time = time+'_run' 28 28 print 'gtime: ', gtime 29 30 tide = 0.6 29 31 30 32 #Making assumptions about the location of scenario data … … 124 126 refzone = 50 125 127 126 print "bounding_polygon", bounding_polygon127 print 'poly area', polygon_area(bounding_polygon)/1000000.0128 129 128 130 129 #Interior regions … … 139 138 poly_penguin = read_polygon(polygons_dir+'penguin_pts.csv') 140 139 #assert zone == refzone 140 141 print "bounding_polygon", bounding_polygon 142 print 'Area of bounding poly', polygon_area(bounding_polygon)/1000000.0 143 print 'Area of pos20_neg20pts', polygon_area(poly_pos20_neg20)/1000000.0 144 print 'Area of poly_cbd', polygon_area(poly_cbd)/1000000.0 145 print 'Area of poly_penguin', polygon_area(poly_penguin)/1000000.0 141 146 142 147
Note: See TracChangeset
for help on using the changeset viewer.