source: trunk/anuga_validation/uq_friction_2007/project.py @ 8288

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

Comments

File size: 345 bytes
Line 
1"""Common filenames and locations.
2"""
3
4mesh_filename = "mesh.tsh"
5depth_filename = "zz0.0_depth.csv"
6depth_filename2 = "zz0.01_depth.csv"
7experiment_depth_filename =  "fromD_0.2_Slope0.05_x0.2-0.6_clean.csv"
8
9velocity_x_filename =  "velocity_x.csv"
10velocity_y_filename =  "velocity_y.csv"
11experiment_vel_filename =  "velocity_x_experiment.csv"
Note: See TracBrowser for help on using the repository browser.