Changeset 3895


Ignore:
Timestamp:
Oct 30, 2006, 6:40:48 PM (17 years ago)
Author:
ole
Message:

Work on okushiri (smaller mesh)

Location:
anuga_validation/okushiri_2005
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_okushiri.py

    r3883 r3895  
    168168
    169169    # Region spanning half right hand side of domain just inside boundary
    170     rhs_nw = [xleft + (xright-xleft)/3+1, ytop-0.02]
    171     rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0.02]
    172     rhs_se = [xright-0.02, ybottom+0.02]
    173     rhs_ne = [xright-0.02, ytop-0.02]   
     170    rhs_nw = [xleft + (xright-xleft)/3+1, ytop-0.4]
     171    rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0.4]
     172    rhs_se = [xright-0.1, ybottom+0.1]
     173    rhs_ne = [xright-0.1, ytop-0.1]   
    174174
    175175    rhs_region = [rhs_nw, rhs_ne, rhs_se, rhs_sw]
  • anuga_validation/okushiri_2005/extract_timeseries.py

    r3883 r3895  
    6767
    6868
    69 expected_covariances = {'Boundary': 5.278365381306500051e-05,
    70                         'ch5': 1.168250251701857399e-04,
    71                         'ch7': 1.125146958894896555e-04,
    72                         'ch9': 1.248634476898675049e-04}
     69expected_covariances = {'Boundary': 5.299487474489660856e-05,
     70                        'ch5': 1.169650160375980370e-04,
     71                        'ch7': 1.123947836450141360e-04,
     72                        'ch9': 1.248329330436513066e-04}
    7373
    74 expected_differences = {'Boundary': 8.502104901511024380e-04,
    75                         'ch5': 3.442302747303998579e-03,
    76                         'ch7': 2.802987591027187534e-03,
    77                         'ch9': 3.191368834008508938e-03}
     74expected_differences = {'Boundary': 8.269932106586290379e-04,
     75                        'ch5': 3.411769502897898498e-03,
     76                        'ch7': 2.777024544282339583e-03,
     77                        'ch9': 3.183530359567784788e-03}
    7878
    7979
Note: See TracChangeset for help on using the changeset viewer.