Changeset 5817


Ignore:
Timestamp:
Oct 7, 2008, 8:10:16 AM (16 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production/perth
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/run_perth.py

    r5784 r5817  
    132132
    133133    # sets the initial stage in the offcoast region only
    134     IC = Polygon_function( [(project.poly_mainland, 0)], default = kwargs['tide'],
     134    IC = Polygon_function( [(project.poly_mainland_N, 0),(project.poly_mainland_S, 0)
     135                            ,(project.poly_island1, 0),(project.poly_island2, 0)]
     136                           , default = kwargs['tide'],
    135137                             geo_reference = domain.geo_reference)
    136138    domain.set_quantity('stage', IC)
Note: See TracChangeset for help on using the changeset viewer.