Changeset 5442 for anuga_work/production/galle_2007/run_gal5.py
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/galle_2007/run_gal5.py
r4547 r5442 78 78 domain.set_store_vertices_uniquely(False) 79 79 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 80 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 81 domain.beta_h = 0 # Use first order near bathymetry (faster) 80 82 81 83 82 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.