Skip to content

Commit

Permalink
add tutorial file
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 16, 2024
1 parent ca4f36b commit 8d8bb25
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# PyMPDATA tutorials

PyMPDATA tutorial notebooks are designed to introduce users to the basics of MPDATA and related concepts.
Each tutorial includes introductory information and a simple code example where the user can explore how simulation
results depend on various parameter values.
These notebooks are designed for an introductory numerical modelling course for advanced undergraduate and graduate students.

### Minimal MPDATA implementation using NumPy (no dependence on PyMPDATA)
A simple example depicting how basic MPDATA (1D) can be implemented using NumPy
- [![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/PyMPDATA/tree/tutorial/tutorials/numpy_only_basic_mpdata.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyMPDATA.git/tutorial?urlpath=lab/tree/tutorials/numpy_only_basic_mpdata.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyMPDATA/blob/tutorial/tutorials/numpy_only_basic_mpdata.ipynb)

Loading

0 comments on commit 8d8bb25

Please sign in to comment.