source:
anuga_validation/automated_validation_tests/UQ_runup_2006/project.py
@
5685
Last change on this file since 5685 was 4751, checked in by , 17 years ago | |
---|---|
File size: 310 bytes |
Line | |
---|---|
1 | """Common filenames and locations for topographic data, meshes and outputs. |
2 | Also includes origin for slump scenario. |
3 | """ |
4 | basename = "uq" |
5 | |
6 | depth_filename = "depth.csv" |
7 | velocity_x_filename = "velocity_x.csv" |
8 | velocity_y_filename = "velocity_y.csv" |
9 | |
10 | mesh_filename = 'uq-mesh.tsh' |
11 | |
12 | actual_filename = 'actual.csv' |
Note: See TracBrowser
for help on using the repository browser.