You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides a Numba_ implementation the JMD95 equation of state.
7
7
@@ -20,7 +20,10 @@ fastjmd95 provides three ufuncs:
20
20
>>> drhods(35.5, 3., 3000.)
21
21
0.77481
22
22
23
-
Actual documentation coming soon.
23
+
Tutorial
24
+
--------
25
+
26
+
Tutorial notebook located at `doc/fastjmd95_tutorial.ipynb <https://nbviewer.jupyter.org/github/xgcm/fastjmd95/blob/master/doc/fastjmd95_tutorial.ipynb>`_.
0 commit comments