Changeset 4719
- Timestamp:
- Sep 10, 2007, 6:04:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r4711 r4719 56 56 domain.set_all_limiters(0.9) # Max second order scheme (old lim) 57 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 58 # domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)58 domain.set_maximum_allowed_speed(0.0) # No runoff (though 0.1 is OK) 59 59 domain.set_quantities_to_be_monitored('stage') 60 60
Note: See TracChangeset
for help on using the changeset viewer.