ggebbie / IsopycnalSurfaces.jl

Find isopycnal surfaces for your ocean data
MIT License
4 stars 3 forks source link

handle depth coordinates #14

Open ggebbie opened 2 years ago

ggebbie commented 2 years ago

proposed solution: use GibbsSeaWater to transfer depth to pressure, then calculate density.

jrayshi commented 2 years ago

I have considered the transfer from depth to pressure coordinate based on GibbsSeaWater. The potential density relative to the given pressure is not affected by the coordinate. See runtest_rayEOS2_depth.jl in test.

ggebbie commented 1 year ago

runtest_rayEOS2_depth is not fully tested in runtests.jl for commit https://github.com/ggebbie/IsopycnalSurfaces.jl/commit/0bd3eb1577c1327a83031e639cadc4db3d7cf217

This note marks the intention to revisit this.