Changeset 7655
- Timestamp:
- Mar 3, 2010, 9:48:45 PM (15 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/project.py
r7653 r7655 36 36 37 37 use_buildings = True 38 setup = ' basic' # This can be one of three values38 setup = 'final' # This can be one of three values 39 39 # trial - coarsest mesh, fast 40 40 # basic - coarse mesh -
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7654 r7655 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': 5.0e-4,59 'patong.sww.BASIC.tgz': 6.0e-4, 60 60 'patong.sww.FINAL.tgz': 1.0e-4} 61 61
Note: See TracChangeset
for help on using the changeset viewer.