Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 362 Bytes

moist-euler-dg

Repo for moist Euler equations DG solver.

Installation

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 .

Examples

Run the jupyter notebook notebook/simple-bubble.ipynb.