source: trunk/anuga_validation/uq_sloped_flume_2008/project.py @ 7877

Last change on this file since 7877 was 7877, checked in by hudson, 14 years ago

Moved all development files into trunk.

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