source: trunk/anuga_work/development/okushiri_2005/README.txt @ 7884

Last change on this file since 7884 was 2229, checked in by steve, 18 years ago

Moved directories into production and development parent directories

File size: 643 bytes
Line 
1VALIDATION CODE
2
3This directory contains code conduction a validation of pyvolution aganst a
4wave tank simulation of the 1993 Okushiri island tsunami as described in the
5file problem02.doc and URL
6
7http://www.cee.cornell.edu/longwave/index.cfm?page=benchmark&problem=2
8
9Run the code lwru2.py with the variable use_variable_mesh = False (at the top
10of the code) and then extract_timeseries.py to see the results.
11
12If you wish to look at the a more detailed animation, create a mesh
13using the script create_mesh.py and run lwru2.py again with use_variable_mesh
14= True. The resulting sww file can be viewed with e.g. Swollen.
15
16
Note: See TracBrowser for help on using the repository browser.