source: anuga_validation/okushiri_2005/README.txt @ 7623

Last change on this file since 7623 was 3880, checked in by ole, 17 years ago

Updated README file

File size: 1.4 KB
Line 
1ANUGA VALIDATION AGAINST THE OKUSHIRI ISLAND TSUNAMI WAVETANK EXPERIMENT
2
3This directory contains code conducting a validation of ANUGA aganst a
4wave tank simulation of the 1993 Okushiri island tsunami as described at
5the Third International Conference on Long Wave Runup:
6http://www.cee.cornell.edu/longwave/index.cfm?page=benchmark&problem=2
7
8The original files published at the website and also available in
9this directory are
10
11problem02.doc: A description of the validation problem
12Benchmark_2_Bathymetry.txt: The digital elevation model
13Benchmark_2_input.txt: The timeseries applied at the western boundary   
14output_ch5-7-9.xls: Experimental data measured at three gauges
15
16One derived file is
17output_ch5-7-9.txt: The Excel file stored as TAB separated ascii text
18
19
20The ANUGA scripts to run are
21
22create_okushiri.py:
23  This script will convert the text files to native
24  ANUGA netcdf formats and also create a suitable triangular mesh.
25 
26run_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     
31compare_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.