Ignore:
Timestamp:
Nov 27, 2008, 11:34:01 AM (16 years ago)
Author:
ole
Message:

Verified validate_all.py on Windows and Linux64 with more superfluous parameters removed

File:
1 edited

Legend:

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

    r6005 r6007  
    5555    domain.set_name(project.output_filename)  # Name of output sww file
    5656    domain.set_default_order(2)               # Apply second order scheme
    57     #domain.set_all_limiters(0.9)              # Max second order scheme
    58                                               # (old lim)
    5957    domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m
    6058    domain.set_quantities_to_be_monitored('stage')
    61 
    62     domain.use_centroid_velocities = True
    6359
    6460    #-------------------------
Note: See TracChangeset for help on using the changeset viewer.