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

gsw.gibbs not seen #128

Closed pvthinker closed 1 year ago

pvthinker commented 1 year ago

Dear authors,

I need to access the gibbs potential: gsw.gibbs but I can't. 'gibbs' is not in gsw.dir(). I've tempted several fixes: install from conda, git clone and compile from this site, using either Python3.7 or 3.8. In all cases, I've mostly all the functions but never the 'gibbs' one.

I installed gsw in a python2.7 environment and there you go, I see the gibbs function.

In all cases, I can see that gibbs is present in the dynamic library, but somethow _wrapped_ufuncs.py missed it

Help appreciated, thank you very much for this wonderful package.

Cheers,

Guillaume

ocefpaf commented 1 year ago

I believe this one can also be closed. If not please reopen.

xref.: #134