ggebbie / IsopycnalSurfaces.jl

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

Consider `PhysOcean.jl` for equation of state instead of MITgcmTools.jl #10

Closed ggebbie closed 2 years ago

ggebbie commented 2 years ago

https://github.com/gher-ulg/PhysOcean.jl

ggebbie commented 2 years ago

Or https://github.com/CliMA/SeawaterPolynomials.jl https://github.com/TEOS-10/GibbsSeaWater.jl

ggebbie commented 2 years ago

Took JMZ (MIT gcm) equation of state and added to this package

jrayshi commented 2 years ago

EOS from https://github.com/gher-ulg/PhysOcean.jl is added in branch rayEOS.

ggebbie commented 2 years ago

Thank you @jrayshi! I'll take a look. I will check out your pull request and get it into the main branch. Once it's in the main branch, then I can use the TagBot to put this code in the official Julia version of the package.

ggebbie commented 2 years ago

2 equations of state now available: EOS80 and JMD95. Next: add TEOS10 from GibbsSeaWater.jl.