Rev | Line | |
---|
[3880] | 1 | ANUGA VALIDATION AGAINST THE OKUSHIRI ISLAND TSUNAMI WAVETANK EXPERIMENT |
---|
| 2 | |
---|
| 3 | This directory contains code conducting a validation of ANUGA aganst a |
---|
| 4 | wave tank simulation of the 1993 Okushiri island tsunami as described at |
---|
| 5 | the Third International Conference on Long Wave Runup: |
---|
| 6 | http://www.cee.cornell.edu/longwave/index.cfm?page=benchmark&problem=2 |
---|
| 7 | |
---|
| 8 | The original files published at the website and also available in |
---|
| 9 | this directory are |
---|
| 10 | |
---|
| 11 | problem02.doc: A description of the validation problem |
---|
| 12 | Benchmark_2_Bathymetry.txt: The digital elevation model |
---|
| 13 | Benchmark_2_input.txt: The timeseries applied at the western boundary |
---|
| 14 | output_ch5-7-9.xls: Experimental data measured at three gauges |
---|
| 15 | |
---|
| 16 | One derived file is |
---|
| 17 | output_ch5-7-9.txt: The Excel file stored as TAB separated ascii text |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | The ANUGA scripts to run are |
---|
| 21 | |
---|
| 22 | create_okushiri.py: |
---|
| 23 | This script will convert the text files to native |
---|
| 24 | ANUGA netcdf formats and also create a suitable triangular mesh. |
---|
| 25 | |
---|
| 26 | run_okushiri.py: |
---|
| 27 | This script will run a numerical simulation based on the the bathymetry |
---|
| 28 | and the given boundary condition and store the model output in an ANUGA |
---|
| 29 | sww file which can be viewed using one of the viewers, e.g. Swollen. |
---|
| 30 | |
---|
| 31 | compare_timeseries.py |
---|
| 32 | This script will extract timeseries from the sww file and plot them |
---|
| 33 | together with the experimental data provided. Numerical similarity |
---|
| 34 | measures will also be computed. |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.