PySDM_examples.Fisher_1991

based on the Jouzel and Merlivat 1984 calculations of delta_{18O} and delta_D used in d-excess formula and solved by integration of the eq. (1) in Fisher 1991 and eq. (3) in Jouzel and Merlivat 1984

fig_2.ipynb: preview notebook launch on mybinder.org launch on Colab

 1# pylint: disable=invalid-name
 2"""
 3based on the [Jouzel and Merlivat 1984](https://doi.org/10.1029/JD089iD07p11749) calculations
 4of delta_{18O} and delta_D used in d-excess formula and solved
 5by integration of the eq. (1) in
 6[Fisher 1991](https://doi.org/10.3402/tellusb.v43i5.15414) and eq. (3) in Jouzel and Merlivat 1984
 7
 8
 9fig_2.ipynb:
10.. include:: ./fig_2.ipynb.badges.md
11"""