Skip to content
Snippets Groups Projects
Commit 694301f2 authored by Natalja Rakowsky's avatar Natalja Rakowsky
Browse files

Update README.md

parent b8d271ec
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ Small test cases for TsunAWI
Usage
-----
* First clone or download and build the tsunawi source code. From the tsunawi root
directory, clone or download this verification path. If you put it into another location, fine, but
remeber to adjust the exepath, see below.
* First clone or download and build the [TsunAWI source code](https://gitlab.awi.de/tsunawi/tsunawi). From the root
directory tsuawi/, clone or download this verification path. If you put it into another location, fine, but
remember to adjust the exepath, see below.
* Check ./test_tsunawi.sh if
```
......@@ -37,23 +37,29 @@ Usage
Test cases
----------
All test cases are kept short with a very reduced number of timesteps.
All test cases are kept short with a very reduced number of timesteps. Also the
setups itself are chosen with regard to small mesh size.
IO is (mostly) switched off, only checksums are compared, netcdf or XML support
is not needed.
However, each directory contains a namelist that can be adjusted for more
realistic setups: increase the number of timesteps, switch on IO.
* bm1_sloping_beach
* **bm1_sloping_beach**
Synthetic benchmark for the runup on a plain beach
https://nctr.pmel.noaa.gov/benchmark/Analytical/index.html
* bm2_okushiri
* **bm2_okushiri**
Channel experiment simulating the 1983 tsunami that heavily struck the Monai Valley on the Japanese island of Okushiri.
https://nctr.pmel.noaa.gov/benchmark/Laboratory/Laboratory_MonaiValley/index.html
* global_cosinebell
* **global_cosinebell**
A very coarse global mesh (far too coarse for realistic simulations!),
initialized with a cosine bell at the approximate location of the Lissabon 1755 earthquake and tsunami,
though with increased magnitude of 9.0.
* global_cosinebell_restart
* **global_cosinebell_restart**
As above, but the simulation is split half way and restarted once, to test this functionality.
Adding test cases
-----------------
Basically, just add a directory with a namelist.tsunami, with write_final_checksums=.true. switched on.
The script test_tsunawi.sh will automatically enter this directory and run TsunAWI.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment