Last change
on this file since 6609 was
5847,
checked in by steve, 16 years ago
|
Changed parallel_api so that global mesh only needs to
be constructed on processor 0
|
File size:
431 bytes
|
Rev | Line | |
---|
[5847] | 1 | """Common filenames for Okushiri Island validation |
---|
| 2 | Formats are given as ANUGA native netCDF where applicable. |
---|
| 3 | |
---|
| 4 | """ |
---|
| 5 | |
---|
| 6 | # Given boundary wave |
---|
| 7 | boundary_filename = 'Benchmark_2_input.tms' |
---|
| 8 | |
---|
| 9 | # Observed timeseries |
---|
| 10 | validation_filename = 'output_ch5-7-9.txt' |
---|
| 11 | |
---|
| 12 | # Digital Elevation Model |
---|
| 13 | bathymetry_filename = 'Benchmark_2_Bathymetry.pts' |
---|
| 14 | |
---|
| 15 | # Triangular mesh |
---|
| 16 | mesh_filename = 'Benchmark_2.msh' |
---|
| 17 | |
---|
| 18 | # Model output |
---|
| 19 | output_filename = 'okushiri.sww' |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.