Created
December 11, 2019 19:58
-
-
Save raphaeldussin/e4cda7dbe54cf6a1033cd0662b3e74df to your computer and use it in GitHub Desktop.
using gsw with xarray
This file contains hidden or 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
| # this is a wrong & stupid computation, just here for example | |
| pt = xr.apply_ufunc(gsw.pt0_from_t, ds.so, ds.thetao, ds.z_l, dask='parallelized', output_dtypes=[ds.so.dtype]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment