Changeset 6349
- Timestamp:
- Feb 16, 2009, 4:16:43 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/run_model.py
r6342 r6349 100 100 101 101 # Set the initial stage in the offcoast region only 102 IC = Polygon_function(project.land_initial_conditions,103 default=project.tide,104 geo_reference=domain.geo_reference)102 ##IC = Polygon_function(project.land_initial_conditions, 103 ## default=project.tide, 104 ## geo_reference=domain.geo_reference) 105 105 domain.set_quantity('stage', 0, use_cache=True, verbose=True) 106 106 domain.set_quantity('friction', project.friction) -
anuga_work/production/australia_ph2/eucla_motel/run_model.py
r6342 r6349 100 100 101 101 # Set the initial stage in the offcoast region only 102 IC = Polygon_function(project.land_initial_conditions,103 default=project.tide,104 geo_reference=domain.geo_reference)102 ##IC = Polygon_function(project.land_initial_conditions, 103 ## default=project.tide, 104 ## geo_reference=domain.geo_reference) 105 105 domain.set_quantity('stage', 0, use_cache=True, verbose=True) 106 106 domain.set_quantity('friction', project.friction)
Note: See TracChangeset
for help on using the changeset viewer.