source: anuga_validation/uq_friction_2007/project.py @ 4896

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

Working on report

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