Ignore:
Timestamp:
Oct 13, 2006, 4:29:19 PM (18 years ago)
Author:
ole
Message:

Fiddle with okushiri validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/run_okushiri.py

    r3758 r3782  
    3939    domain = Domain(points, vertices, boundary)
    4040
    41 domain.set_name('okushiri_old_limiters_smooth=0.03_maxA=0.00001')
     41domain.set_name('okushiri_old_limiters_smooth=0.01_maxA_as2005')
    4242domain.set_default_order(2)
    4343domain.set_minimum_storable_height(0.001)
     44#domain.set_minimum_storable_height(0.0001)
    4445
    4546# Set old (pre Sep 2006) defaults for limiters
     
    6364                    filename=project.bathymetry_filename[:-4] + '.pts',
    6465                    #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution)
    65                     alpha=0.03,                   
     66                    alpha=0.01,                   
    6667                    verbose=True,
    6768                    use_cache=True)
Note: See TracChangeset for help on using the changeset viewer.