This is a simple implementation of a shallow water model in CUDA C++.
This project uses CMake as a build system. Use the following commands to get started with building the project.
# Clone the repo
git clone https://github.com/plabadens/elnino-cuda.git
cd elnino-cuda
# Configure the build
cmake .
# Build the project
make