source: anuga_validation/Hinwood_2008/README.txt @ 5713

Last change on this file since 5713 was 5713, checked in by duncan, 16 years ago

More notes

File size: 1.1 KB
Line 
1ANUGA VALIDATION AGAINST THE MONASH FLUME EXPERIMENT
2
3This directory contains code conducting a validation of ANUGA aganst a
4wave tank simulation.
5
68 experiments were carried out in the flume tank.  Then were four
7scenarios, with a repeat for each scenario.
8
9Each experiment has 2 files; a boundary file and a water stage file.
10For the first experiment these files are called S1R1_boundary.csv and
11S1R1_exp_stage.csv. The time in both of these files is in seconds.
12The header of the water stage file is the x-coordinate of each gauge,
13in m.  The stage is given in m, with the still water line being the origin.
14
15
16The ANUGA scripts to run are
17
18run_dam.py:
19  This script will run a numerical 8 simulations based on the the bathymetry
20  and the given boundary condition and store the model outputs in ANUGA
21  sww files which can be viewed using one of the viewers,
22  e.g. Swollen.  The output is stored in a directory called output.
23     
24calc_rmds.py
25  This script will calculate the root mean square deviation of all the
26  sensors in all 8 simulations.
27 
Note: See TracBrowser for help on using the repository browser.