Changeset 7665
- Timestamp:
- Mar 15, 2010, 7:11:35 PM (13 years ago)
- Location:
- anuga_validation/automated_validation_tests/patong_beach_validation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/compare_model_timeseries.py
r7651 r7665 36 36 'g10d': [421606.1, 872106.2], 37 37 'g11a': [422628.2, 873933.2], 38 'g11b': [422716.2, 873420.6],38 #'g11b': [422716.2, 873420.6], 39 39 'g11c': [422689.1, 872859.8], 40 40 'g11d': [422408.7, 871940.3], -
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7655 r7665 57 57 # Associated tolerances to be used in comparisons (would depend on discretisation errors) 58 58 epsilon = {'patong.sww.TRIAL.tgz': 1.0e-3, 59 'patong.sww.BASIC.tgz': 6.0e-4,60 'patong.sww.FINAL.tgz': 1.0e- 4}59 'patong.sww.BASIC.tgz': 2.0e-3, 60 'patong.sww.FINAL.tgz': 1.0e-3} 61 61 62 62
Note: See TracChangeset
for help on using the changeset viewer.