We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem explained at: TEOS-10/python-gsw#26
In my spatial_weights.py module I use gsw to convert between height, pressure and depth (i.e. gsw.z_from_p and gsw.depth_from_z).
spatial_weights.py
gsw.z_from_p
gsw.depth_from_z
I then call that module in calc_ocean_maps.py (i.e. it callsspatial_weights.calc_vertical_weights_2D).
calc_ocean_maps.py
spatial_weights.calc_vertical_weights_2D
I'm not sure whether the python implementation errors apply to these simple pressure/height conversions?
The text was updated successfully, but these errors were encountered:
It might be possible to write my own Python wrappers for the C code following this lesson?
Sorry, something went wrong.
No branches or pull requests
Problem explained at:
TEOS-10/python-gsw#26
In my
spatial_weights.py
module I use gsw to convert between height, pressure and depth (i.e.gsw.z_from_p
andgsw.depth_from_z
).I then call that module in
calc_ocean_maps.py
(i.e. it callsspatial_weights.calc_vertical_weights_2D
).I'm not sure whether the python implementation errors apply to these simple pressure/height conversions?
The text was updated successfully, but these errors were encountered: