Last change
on this file since 5344 was
5343,
checked in by Leharne, 17 years ago
|
True-scale version of Okushiri wavetank experiment
|
File size:
513 bytes
|
Line | |
---|
1 | """Common filenames for truescale Okushiri Island validation |
---|
2 | Formats are given as ANUGA native netCDF where applicable. |
---|
3 | |
---|
4 | """ |
---|
5 | |
---|
6 | # Given boundary wave |
---|
7 | boundary_filename = 'okushiri_truescale_input.tms' |
---|
8 | |
---|
9 | # Observed timeseries |
---|
10 | validation_filename = 'okushiri_truescale_output_ch5-7-9.txt' |
---|
11 | |
---|
12 | # Digital Elevation Model |
---|
13 | bathymetry_filename = 'okushiri_truescale_bathymetry.pts' |
---|
14 | |
---|
15 | # Triangular mesh |
---|
16 | mesh_filename = 'okushiri_truescale.msh' |
---|
17 | |
---|
18 | # Model output |
---|
19 | output_filename = 'okushiri_truescale.sww' |
---|
20 | |
---|
21 | |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.