Repo for moist Euler equations DG solver.
Installation requires git
and gfortran
, and python3
. To install run (in terminal):
git clone https://github.com/kieranricardo/moist-euler-dg.git
cd moist-euler-dg
python3 -m pip install -e .
Run the jupyter notebook notebook/simple-bubble.ipynb
.