source: anuga_validation/uq_flume_2007/project.py @ 4783

Last change on this file since 4783 was 4773, checked in by duncan, 17 years ago

Working on the anuga-2007 paper. Adding results from the UQ flume.

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.