Changeset 5442 for anuga_work/production/onslow_2006/run_onslow_urs.py
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/run_onslow_urs.py
r5151 r5442 167 167 domain.set_store_vertices_uniquely(False) 168 168 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 169 # domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 170 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain.tight_slope_limiters = 1 #minimises creep 169 173 170 174 171 #-------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.