A serial version of tsunami implemented during my Twitch stream on June 11, 2020.
This is cleaned-up code with comments and with few bug fixes that I didn't catch during the stream. Enjoy!
- gfortran
- fpm
- Python (for plotting)
- ffmpeg (for animating images)
git clone https://github.com/modern-fortran/twitch-stream-tsunami
cd twitch-stream-tsunami
Follow the directions from here.
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements.txt
fpm build
fpm run
Run this script to build and run the simulator, plot, and finally animate in an mp4 file:
./run.sh