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