Ignore:
Timestamp:
Dec 14, 2006, 3:57:12 PM (18 years ago)
Author:
nick
Message:

change to perth

File:
1 edited

Legend:

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

    r4080 r4081  
    2727run_time = time+'_run'
    2828print 'gtime: ', gtime
     29
     30tide = 0.6
    2931
    3032#Making assumptions about the location of scenario data
     
    124126refzone = 50
    125127
    126 print "bounding_polygon", bounding_polygon
    127 print 'poly area', polygon_area(bounding_polygon)/1000000.0
    128 
    129128
    130129#Interior regions
     
    139138poly_penguin = read_polygon(polygons_dir+'penguin_pts.csv')
    140139#assert zone == refzone
     140
     141print "bounding_polygon", bounding_polygon
     142print 'Area of bounding poly', polygon_area(bounding_polygon)/1000000.0
     143print 'Area of pos20_neg20pts', polygon_area(poly_pos20_neg20)/1000000.0
     144print 'Area of poly_cbd', polygon_area(poly_cbd)/1000000.0
     145print 'Area of poly_penguin', polygon_area(poly_penguin)/1000000.0
    141146
    142147
Note: See TracChangeset for help on using the changeset viewer.