source:
anuga_validation/uq_friction_2007/project.py
@
7447
Last change on this file since 7447 was 5690, checked in by , 17 years ago | |
---|---|
File size: 345 bytes |
Rev | Line | |
---|---|---|
[5690] | 1 | """Common filenames and locations. |
[4895] | 2 | """ |
3 | ||
4 | mesh_filename = "mesh.tsh" | |
[4896] | 5 | depth_filename = "zz0.0_depth.csv" |
6 | depth_filename2 = "zz0.01_depth.csv" | |
[4895] | 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.