Changeset 3782


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

Fiddle with okushiri validation

Location:
anuga_validation/okushiri_2005
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_okushiri.py

    r3743 r3782  
    196196
    197197    inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1)
    198     inner.setMaxArea(0.0003*base_resolution)
     198    #inner.setMaxArea(0.0003*base_resolution)
     199    inner.setMaxArea(0.00007*base_resolution)
    199200
    200201
    201202    gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1)
    202     #gulleys.setMaxArea(0.00002*base_resolution)
    203     gulleys.setMaxArea(0.00001*base_resolution)
     203    gulleys.setMaxArea(0.00002*base_resolution)
     204    #gulleys.setMaxArea(0.00003*base_resolution)
    204205
    205206
  • 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.