Changeset 4262
- Timestamp:
- Feb 14, 2007, 6:36:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r4259 r4262 57 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 58 58 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 59 59 60 domain.H0=0 60 domain.limit2007=1 #Try this 61 62 # Try this, (and comment H0=0 out) but the comparison may have to 63 # change slightly 64 #domain.beta_h = 0.0 65 #domain.limit2007=1 #Try this 61 66 62 67 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.