xiaxilin / hipims

High-Performance Integrated Modelling System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

HiPIMS names for High-Performance Integrated hydrodynamic Modelling System. It uses state-of-art numerical schemes (Godunov-type finite volume) to solve the 2D shallow water equations for flood simulations. To support high-resolution flood simulations, HiPIMS is implemented on multiple GPUs (Graphics Processing Unit) using CUDA/C++ languages to achieve high-performance computing. Since HiPIMS has a modular and flexible structure, it has a great potential to be further developed for other applications in hydrological science as long as the problem can be solved on a uniform rectangular grid. To find out how to use the model, please see the wiki.

License

The code is licensed under GPLv3. Please see LICENCE for more information.

About

High-Performance Integrated Modelling System

License:GNU General Public License v3.0


Languages

Language:C++ 45.7%Language:Cuda 32.5%Language:Python 20.5%Language:C 0.8%Language:CMake 0.5%