Changeset 6005


Ignore:
Timestamp:
Nov 26, 2008, 6:14:41 PM (16 years ago)
Author:
ole
Message:

Got rid of one more superfluous parameter in validations

Location:
anuga_validation
Files:
2 edited

Legend:

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

    r6004 r6005  
    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
     57    #domain.set_all_limiters(0.9)              # Max second order scheme
    5858                                              # (old lim)
    5959    domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m
  • anuga_validation/okushiri_2005/run_okushiri.py

    r5848 r6005  
    5454domain.set_name(project.output_filename)  # Name of output sww file
    5555domain.set_default_order(2)               # Apply second order scheme
    56 domain.set_all_limiters(0.9)              # Max second order scheme (old lim)
     56#domain.set_all_limiters(0.9)              # Max second order scheme (old lim)
    5757domain.set_minimum_storable_height(0.001) # Don't store h < 0.001m
    5858domain.tight_slope_limiters = True
Note: See TracChangeset for help on using the changeset viewer.