-
Notifications
You must be signed in to change notification settings - Fork 33
Description
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)