source: anuga_validation/UQ_runup_2006/project.py @ 4750

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

simplify

File size: 279 bytes
Line 
1"""Common filenames and locations for topographic data, meshes and outputs.
2Also includes origin for slump scenario.
3"""
4basename = "uq"
5depth_filename = "depth.csv"
6velocity_x_filename =  "velocity_x.csv"
7velocity_y_filename =  "velocity_y.csv"
8
9
10mesh_filename = 'uq-mesh.tsh'
11
Note: See TracBrowser for help on using the repository browser.