source: anuga_validation/uq_sloped_flume_2008/project.py @ 4928

Last change on this file since 4928 was 4928, checked in by duncan, 16 years ago

Adding another validation for the anuga paper

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.