You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numerical model for simulating shallow water hydrodynamics on the GPU using an Adaptive Mesh Refinement type grid. The model was designed with the goal of simulating inundation (River, Storm surge or tsunami). The model uses a Block Uniform Quadtree approach that runs on the GPU but the adaptive/multi-resolution/AMR is being implemented and not yet operational.
2
+
Numerical model for simulating shallow water hydrodynamics on the GPU using an Adaptive Mesh Refinement type grid. The model was designed with the goal of simulating inundation (Rain, river, storm-surge or tsunami). The model uses a Block Uniform Quadtree approach that runs on the GPU using variable resolution grid.Developent of .
3
3
4
4
The core SWE engine and adaptivity has been inspired and taken from St Venant solver from [Basilisk](http://basilisk.fr/) and the CUDA GPU memory model has been inspired by the work from [Vacondio _et al._2017](https://dl.acm.org/citation.cfm?id=3031292))
5
5
@@ -8,12 +8,41 @@ The adaptive version of the model is currently under heavy development. Makefile
For Windows users we make binaries/executable available for download in the [release](https://github.com/CyprienBosserelle/BG_Flood/releases/tag/v1.0) section.
22
+
23
+
MacOS and Linux users need to compile the code. Find compile guide [here.](https://cyprienbosserelle.github.io/BG_Flood/Install/#linux)
24
+
25
+
26
+
## Basic usage
27
+
The simplest usage of BG_Flood is to move the executable (an accompanying DLLs for Windows users) to a working folder (e.g. BG_Flood\Examples\SimpleRain) and either launch from CLI:
28
+
```
29
+
./BG_FLood BG_param.txt
30
+
```
31
+
32
+
or by double clicking the excecutable (BG_Flood will automatically look for ```BG_param.txt```)
33
+
34
+
Refer to [Manual](https://cyprienbosserelle.github.io/BG_Flood/) and examples to understand how to use the param file and parameters.
13
35
## Reference
14
36
15
37
Bosserelle C., Lane E., Harang A., (2021) BG-Flood: A GPU adaptive, open-source, general inundation hazard model. Proceedings of the Australasian Coasts & Ports 2021 Conference. [PDF](docs/150_bosserelle_finalpaper.pdf)
16
38
17
39
18
-
## Testing
19
-
CI test (development branch):
40
+
## Testing and validation
41
+
42
+
BG_Flood has 12+ internal tests to make sure the hydrodynamics engine and input work as expected.
43
+
44
+
Below is the result of all the tests (development branch):
author = {Bosserelle, Cyprien and Lane, Emily M. and Harang, Alice},
3
+
title = {{BG-Flood}: {A} {GPU} adaptive, open-source, general inundation hazard model},
4
+
booktitle = {Proceedings of the Australasian Coasts \& Ports 2021 Conference},
5
+
year = {2021},
6
+
pages = {112--118},
7
+
address = {Christchurch, New Zealand},
8
+
url = {https://coastsandports2021.com.au/}
9
+
}
10
+
11
+
@article{bosserelle2020effects,
12
+
author = {Bosserelle, Cyprien and Williams, Shaun and Cheung, Kwok Fai and Lay, Thorne and Yamazaki, Yoshiki and Simi, Titimanu and Gilleland, C. and Lane, Emily M.},
13
+
title = {Effects of source faulting and fringing reefs on the 2009 South Pacific Tsunami inundation in southeast Upolu, Samoa},
14
+
journal = {Journal of Geophysical Research: Oceans},
15
+
year = {2020},
16
+
volume = {125},
17
+
number = {12},
18
+
pages = {e2020JC016537},
19
+
doi = {10.1029/2020JC016537},
20
+
url = {https://doi.org/10.1029/2020JC016537}
21
+
}
22
+
23
+
@unpublished{harang2026,
24
+
author = {Harang, A. and Lane, Emily M. and Bosserelle, Cyprien and Dean, S. and Catto{\"e}n, C. and Pearson, R. and Carey-Smith, T. and Srinivasan, R. and Shiona, H. and Wilkins, M. and Smart, G.},
25
+
title = {Flood Hazard in {Aotearoa New Zealand} under Current and Future Climates},
26
+
year = {2026},
27
+
note = {To be submitted to {Geoscience Data Journal}},
28
+
address = {New Zealand}
29
+
}
30
+
31
+
@article{pelmard2026regional,
32
+
author = {Pelmard, Jo{\"e} and Lane, Emily Margaret and Harang, Alice and Bosserelle, Cyprien and Xu, Zhonghou and Pearson, Rose and Carey-Smith, Trevor and Smart, Graeme and Bind, Jochen and Kumar, Raghunathan Senthil and Cheng, Elvira and Bui, Giang and Paulik, Ryan and Zorn, Conrad and Wotherspoon, Liam},
33
+
title = {Regional flood hazard mapping for {February 2023 Ex-Tropical Cyclone Gabrielle}, {New Zealand}},
34
+
journal = {Earth System Science Data Discussions},
0 commit comments