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

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

automating validation

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