TEOS-10 / GSW-Python

Python implementation of TEOS-10 GSW based on ufunc wrappers of GSW-C
https://teos-10.github.io/GSW-Python
Other
143 stars 30 forks source link

missing functions matlab -> python? #156

Open durack1 opened 8 months ago

durack1 commented 8 months ago

Hi all, I'm trying to ascertain what the status of a number of Matlab functions are in this (C ->) Python implementation. I did note in the docs here that it does state "Many functions in the GSW-Matlab toolbox are not yet available here.", but figured I would query just in case I was missing something obvious.

In particular, I was unable to find the gsw_SA_CT_interp.m function, as documented in Barker & McDougall, 2020. I had similar questions about the other documented functions gsw_tracer_interp.m and gsw_t_interp.m, and gsw_tracer_CT_interp.m. I was able to find the pchip_interp function, but wasn't certain if that mapped across to the Matlab implementation.

The stabilization functions gsw_stabilise_SA_CT.m and gsw_stabilise_SA_const_t.m documented in Barker & McDougall, 2017 were another query (EDIT: I now see that the Matlab versions are dependent on licensed Matlab toolboxes which complicates things considerably)