Changeset 5817
- Timestamp:
- Oct 7, 2008, 8:10:16 AM (16 years ago)
- Location:
- anuga_work/production/perth
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/run_perth.py
r5784 r5817 132 132 133 133 # 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'], 135 137 geo_reference = domain.geo_reference) 136 138 domain.set_quantity('stage', IC)
Note: See TracChangeset
for help on using the changeset viewer.