-
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
9 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
6 changes: 2 additions & 4 deletions
6
examples/PyMPDATA_examples/Arabas_and_Farhat_2020/__init__.py
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
""" | ||
This module contains an implementation of a paper on pricing European and | ||
American options using the PyMPDATA library. | ||
The paper is available at: [Arabas and Farhat 2020](https://doi.org/10.1016/j.cam.2019.05.023). | ||
This example implements simulations presented in the [Arabas and Farhat 2020](https://doi.org/10.1016/j.cam.2019.05.023) | ||
study on pricing of European and American options using MPDATA. | ||
Each notebook in this directory corresponds to a figure or a table in the paper. | ||
I.e. the notebook `fig_1.ipynb` corresponds to Figure 1 in the paper. | ||
""" | ||
|
||
from .simulation import Simulation |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
This example is based on the paper: | ||
[Bartman et al. 2022](https://joss.theoj.org/papers/10e7361e43785dbb1b3d659c5b01757a). | ||
[Bartman et al. 2022](https://doi.org/10.21105/joss.03896). | ||
""" |
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# https://github.com/pdoc3/pdoc/issues/199 | ||
# https://github.com/python/cpython/pull/20809 | ||
""" | ||
This example demonstrates the use of the Double-Pass Donor-Cell option in `PyMPDATA.options`. | ||
""" | ||
pass |
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
2 changes: 1 addition & 1 deletion
2
examples/PyMPDATA_examples/Molenkamp_test_as_in_Jaruga_et_al_2015_Fig_12/__init__.py
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
This is an example based on the solid-body rotation test from | ||
[Molenkap 1968](http://dx.doi.org/10.1175/1520-0450(1968)007%3C0160:AOFDMA%3E2.0.CO;2) | ||
[Molenkap 1968](http://doi.org/10.1175/1520-0450(1968)007%3C0160:AOFDMA%3E2.0.CO;2) | ||
(as in Fig. 12 in [Jaruga et al. 2015](https://doi.org/10.5194/gmd-8-1005-2015)). | ||
""" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
This is a PyMPDATA implementation of 1D particle population condensational growth | ||
problem with coordinate transformations, as presented in | ||
[Olesik et al. 2020](https://arxiv.org/abs/2011.14726). | ||
[Olesik et al. 2022](https://doi.org/10.5194/gmd-15-3879-2022). | ||
""" |
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
3 changes: 0 additions & 3 deletions
3
...es/PyMPDATA_examples/Williamson_and_Rasch_1989_as_in_Jaruga_et_al_2015_Fig_14/__init__.py
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# https://github.com/pdoc3/pdoc/issues/199 | ||
# https://github.com/python/cpython/pull/20809 | ||
""" | ||
This example is based on | ||
[Williamson and Rasch 1989](https://doi.org/10.1175/1520-0493(1989)117%3C0102:TDSLTW%3E2.0.CO;2). | ||
It demonstrates the use of `PyMPDATA.solver.g_factor` | ||
to transform the advection problem onto a sphere. | ||
""" | ||
pass |
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
# https://github.com/pdoc3/pdoc/issues/199 | ||
# https://github.com/python/cpython/pull/20809 | ||
""" | ||
PyMPDATA advection-diffusion 1D example with error analysis | ||
PyMPDATA 1D advection-diffusion example with error analysis | ||
for different initial parameters. | ||
""" | ||
pass |