source: anuga_validation/uq_flume_2007/project.py @ 5688

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

comments edit

File size: 304 bytes
Line 
1"""Common filenames and locations.
2"""
3basename = "uq"
4depth_filename = "depth.csv"
5velocity_x_filename =  "velocity_x.csv"
6velocity_y_filename =  "velocity_y.csv"
7experiment_vel_filename =  "velocity_x_experiment.csv"
8experiment_depth_filename =  "depth_experiment.csv"
9
10
11mesh_filename = 'uq-mesh.tsh'
12
Note: See TracBrowser for help on using the repository browser.