Changeset 7195


Ignore:
Timestamp:
Jun 12, 2009, 11:55:25 AM (15 years ago)
Author:
rwilson
Message:

Back-merged changes from Numeric trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_anuga_validation/automated_validation_tests/flow_tests/test_inflow_using_flowline.py

    r6905 r7195  
    3838                                               len1=length, len2=width)
    3939
    40 for mannings_n in [0.150, 0.070, 0.035, 0.012]:
     40for mannings_n in [0.012, 0.035, 0.070, 0.150]:
    4141    # Loop over a range of roughnesses 
    4242   
     
    143143       
    144144        msg = 'Predicted depth of flow at 200m was %f, should have been %f' % (normal_depth, domain_depth)
     145        msg = 'Mannings n = %s, slope = %s' % (mannings_n, slope)
    145146        if verbose:
    146147            print 'Depth at 200m: ANUGA = %f, Mannings = %f' % (domain_depth, normal_depth)
Note: See TracChangeset for help on using the changeset viewer.