Efficient Tsunami Modeling on Adaptive Grids with Graphics Processing Units (GPUs)
by X. Qin, R. J. LeVeque, and M. Motley, To appear in Journal of Advances in Modeling Earth Systems, 2019, DOI:10.1029/2019MS001635

Abstract. Solving the shallow water equations efficiently is critical to the study of natural hazards induced by tsunami and storm surge, since it provides more response time in an early warning system and allows more runs to be done for probabilistic assessment where thousands of runs may be required. Using Adaptive Mesh Refinement (AMR) speeds up the process by greatly reducing computational demands, while accelerating the code using the Graphics Processing Unit (GPU) does so through using faster hardware. Combining both, we present an efficient CUDA implementation of GeoClaw, an open source Godunov-type high-resolution finite volume numerical scheme on adaptive grids for shallow water system with varying topography. The use of AMR and spherical coordinates allows modeling transoceanic tsunami simulation. Numerical experiments on several realistic tsunami modeling problems illustrate the correctness and efficiency of the code, which implements a simplified dimensionally-split version of the algorithms. This implementation is shown to be accurate and faster than the original when using CPUs alone. The GPU implementation, when running on a single GPU, is observed to be 3.6 to 6.4 times faster than the original model running in parallel on a 16-core CPU. Three metrics are proposed to evaluate relative performance of the model, which shows efficient usage of hardware resources.

Preprint: https://arxiv.org/abs/1901.06798

Journal: Journal of Advances in Modeling Earth Systems, 2019, DOI:10.1029/2019MS001635

bibtex entry:

@article{QinLeVequeMotley2019,
    Author = {X. Qin and R. J. LeVeque and M. Motley},
    Title = {Efficient Tsunami Modeling on Adaptive Grids with Graphics Processing
Units (GPUs)},
    Journal = {J. Adv. Model. Earth. Sys.},
    Year = {2019},
    doi = {10.1029/2019MS001635},
}

Back to Recent Publication list