Changeset 6340
- Timestamp:
- Feb 13, 2009, 4:00:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/broome/run_model.py
r6339 r6340 102 102 103 103 # Set the initial stage in the offcoast region only 104 IC = Polygon_function(project.land_initial_conditions,105 default=project.tide,106 geo_reference=domain.geo_reference)107 domain.set_quantity('stage', IC, use_cache=True, verbose=True)104 ##IC = Polygon_function(project.land_initial_conditions, 105 ## default=project.tide, 106 ## geo_reference=domain.geo_reference) 107 domain.set_quantity('stage', 0, use_cache=True, verbose=True) 108 108 domain.set_quantity('friction', project.friction) 109 109 domain.set_quantity('elevation',
Note: See TracChangeset
for help on using the changeset viewer.