source:
trunk/anuga_validation/uq_friction_2007/project.py
@
8353
Last change on this file since 8353 was 5690, checked in by duncan, 16 years ago | |
---|---|
File size: 345 bytes |
Line | |
---|---|
1 | """Common filenames and locations. |
2 | """ |
3 | |
4 | mesh_filename = "mesh.tsh" |
5 | depth_filename = "zz0.0_depth.csv" |
6 | depth_filename2 = "zz0.01_depth.csv" |
7 | experiment_depth_filename = "fromD_0.2_Slope0.05_x0.2-0.6_clean.csv" |
8 | |
9 | velocity_x_filename = "velocity_x.csv" |
10 | velocity_y_filename = "velocity_y.csv" |
11 | experiment_vel_filename = "velocity_x_experiment.csv" |
Note: See TracBrowser
for help on using the repository browser.