Changeset 4430


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

update dampier

Location:
anuga_work/production/dampier_2006
Files:
3 edited

Legend:

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

    r4422 r4430  
    4040#gauges_dir_name_simple =
    4141if is_parallel is True:
    42     print 'bugger'
    4342   
    4443    for i in range(nodes):
  • 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],
  • anuga_work/production/dampier_2006/run_dampier.py

    r4422 r4430  
    122122    from polygon import *
    123123    #following sets the stage/water to be offcoast only
    124 #    IC = Polygon_function( [(project.poly_mainland, 0.)], default = tide)
    125     IC = Polygon_function( [(project.poly_mainland, 0.)], default = 200)
     124    IC = Polygon_function( [(project.poly_mainland, 0.)], default = tide)
     125#    IC = Polygon_function( [(project.poly_mainland, 0.)], default = 200)
    126126    domain.set_quantity('stage', IC)
    127127    domain.set_quantity('friction', 0.01)
     
    170170
    171171Bf = Field_boundary(project.boundaries_dir_namea + '.sww',
    172                     domain, time_thinning=1, mean_stage=tide,
     172                    domain, time_thinning=12, mean_stage=tide,
    173173                    use_cache=True, verbose=True)
    174174
Note: See TracChangeset for help on using the changeset viewer.