Changeset 3801


Ignore:
Timestamp:
Oct 16, 2006, 5:56:42 PM (17 years ago)
Author:
ole
Message:

Searching for optimal max speed for okushiri validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/run_okushiri.py

    r3789 r3801  
    3939    domain = Domain(points, vertices, boundary)
    4040
    41 domain.set_name('okushiri_as2005_with_mxspd=0')
     41domain.set_name('okushiri_as2005_with_mxspd=1')
    4242domain.set_default_order(2)
    4343domain.set_minimum_storable_height(0.001)
    4444domain.set_maximum_allowed_speed(0) # The default in August 2005
     45domain.set_maximum_allowed_speed(1) # Allow a little runoff
    4546
    4647
Note: See TracChangeset for help on using the changeset viewer.