source:
anuga_validation/UQ_runup_2006/project.py
@
4750
Last change on this file since 4750 was 4750, checked in by duncan, 16 years ago | |
---|---|
File size: 279 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 | depth_filename = "depth.csv" |
6 | velocity_x_filename = "velocity_x.csv" |
7 | velocity_y_filename = "velocity_y.csv" |
8 | |
9 | |
10 | mesh_filename = 'uq-mesh.tsh' |
11 |
Note: See TracBrowser
for help on using the repository browser.