Ignore:
Timestamp:
May 15, 2007, 4:15:50 PM (16 years ago)
Author:
nick
Message:

update dampier

File:
1 edited

Legend:

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

    r4423 r4430  
    3131#tide = -2.5
    3232#tide = 0.0
    33 tide = 2.4
    34 
     33#tide = 2.4
     34tide = 200.0
    3535#Making assumptions about the location of scenario data
    3636state = 'western_australia'
     
    155155print 'Area of bounding polygon', polygon_area(poly_all)/1000000.0
    156156
    157 res_factor = 1
     157res_factor = 2
    158158res_poly_all = 150000*res_factor
     159#res_poly_all = 150000
     160
     161poly_pipeline = read_polygon(polygons_dir+'pipeline2.csv')
     162res_pipeline = 2000
    159163
    160164###############################
     
    248252                    [poly_island8,res_island0],[poly_ref_nw4,res_ref_nw4],
    249253                    [poly_ref_nw5,res_ref_nw5],[poly_ref_nw6,res_ref_nw6],
    250                     [poly_ref_nw7,res_ref_nw7],[poly_ref_nw8,res_ref_nw8]]
     254                    [poly_ref_nw7,res_ref_nw7],[poly_ref_nw8,res_ref_nw8]
     255#                    ,[poly_pipeline,res_pipeline]
     256                    ]
    251257
    252258interior_regions_test = [[poly_dampier,res_dampier],
Note: See TracChangeset for help on using the changeset viewer.