-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
349 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
Oops, something went wrong.