GSW-Python
Python implementation of the Thermodynamic Equation of Seawater 2010 (TEOS-10)
https://github.com/TEOS-10/GSW-Python
using xarray
code:python
sigma0 = xr.apply_ufunc(gsw.sigma0, ds.salt, ds.thetaoga,
dask='parallelized', output_dtypes=ds.salt.dtype)
"Wrapped for dask" TEOS-10 / Gibbs SeaWater (GSW) Oceanographic Toolbox? - Science - Pangeo
https://discourse.pangeo.io/t/wrapped-for-dask-teos-10-gibbs-seawater-gsw-oceanographic-toolbox/466/5
#Density
#ocean equation of state
See also
fastjmd95