Last change
on this file since 7447 was
4928,
checked in by duncan, 17 years ago
|
Adding another validation for the anuga paper
|
File size:
386 bytes
|
Line | |
---|
1 | """Common filenames and locations for topographic data, meshes and outputs. |
---|
2 | Also includes origin for slump scenario. |
---|
3 | """ |
---|
4 | basename = "uq" |
---|
5 | depth_filename = "depth.csv" |
---|
6 | velocity_x_filename = "velocity_x.csv" |
---|
7 | velocity_y_filename = "velocity_y.csv" |
---|
8 | experiment_vel_filename = "velocity_x_experiment.csv" |
---|
9 | experiment_depth_filename = "depth_experiment.csv" |
---|
10 | |
---|
11 | |
---|
12 | mesh_filename = 'uq-mesh.tsh' |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.