Changeset 4262


Ignore:
Timestamp:
Feb 14, 2007, 6:36:45 PM (18 years ago)
Author:
ole
Message:

Comments in auto validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py

    r4259 r4262  
    5757domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m
    5858domain.set_maximum_allowed_speed(0.1)     # Allow a little runoff (0.1 is OK)
     59
    5960domain.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
    6166
    6267#-------------------------
Note: See TracChangeset for help on using the changeset viewer.