Changeset 3895
- Timestamp:
- Oct 30, 2006, 6:40:48 PM (17 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3883 r3895 168 168 169 169 # 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] 174 174 175 175 rhs_region = [rhs_nw, rhs_ne, rhs_se, rhs_sw] -
anuga_validation/okushiri_2005/extract_timeseries.py
r3883 r3895 67 67 68 68 69 expected_covariances = {'Boundary': 5.2 78365381306500051e-05,70 'ch5': 1.16 8250251701857399e-04,71 'ch7': 1.12 5146958894896555e-04,72 'ch9': 1.248 634476898675049e-04}69 expected_covariances = {'Boundary': 5.299487474489660856e-05, 70 'ch5': 1.169650160375980370e-04, 71 'ch7': 1.123947836450141360e-04, 72 'ch9': 1.248329330436513066e-04} 73 73 74 expected_differences = {'Boundary': 8. 502104901511024380e-04,75 'ch5': 3.4 42302747303998579e-03,76 'ch7': 2. 802987591027187534e-03,77 'ch9': 3.1 91368834008508938e-03}74 expected_differences = {'Boundary': 8.269932106586290379e-04, 75 'ch5': 3.411769502897898498e-03, 76 'ch7': 2.777024544282339583e-03, 77 'ch9': 3.183530359567784788e-03} 78 78 79 79
Note: See TracChangeset
for help on using the changeset viewer.