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
RevLine 
[5688]1"""Common filenames and locations.
[4680]2"""
[4750]3basename = "uq"
4depth_filename = "depth.csv"
5velocity_x_filename =  "velocity_x.csv"
6velocity_y_filename =  "velocity_y.csv"
[4773]7experiment_vel_filename =  "velocity_x_experiment.csv"
8experiment_depth_filename =  "depth_experiment.csv"
[4680]9
10
[4750]11mesh_filename = 'uq-mesh.tsh'
[4680]12
Note: See TracBrowser for help on using the repository browser.