source: anuga_validation/automated_validation_tests/UQ_runup_2006/project.py @ 5685

Last change on this file since 5685 was 4751, checked in by duncan, 17 years ago

automating validation

File size: 310 bytes
Line 
1"""Common filenames and locations for topographic data, meshes and outputs.
2Also includes origin for slump scenario.
3"""
4basename = "uq"
5
6depth_filename = "depth.csv"
7velocity_x_filename =  "velocity_x.csv"
8velocity_y_filename =  "velocity_y.csv"
9
10mesh_filename = 'uq-mesh.tsh'
11
12actual_filename = 'actual.csv'
Note: See TracBrowser for help on using the repository browser.