TEOS-10 / GibbsSeaWater.jl

Gibbs-SeaWater (GSW) Oceanographic Toolbox in Julia
http://www.teos-10.org
Other
23 stars 3 forks source link

Segmentation fault on Ubuntu (can not handle longitude>360) #18

Open Leon6j opened 2 years ago

Leon6j commented 2 years ago

On Ubuntu, the GibbsSeawater.jl will report a "signal (11): Segmentation fault" error if longitude is great than 360.

Here are the details: https://discourse.julialang.org/t/a-weird-issue-with-julia-1-7-1-on-ubuntu-gibbsseawater-jl-package/73632

In reality, a lot of people use a 20-380 degree system so as to keep all the major oceans in one piece. Many thanks.

richardsc commented 2 years ago

In reality, a lot of people use a 20-380 degree system so as to keep all the major oceans in one piece.

Not here to argue, but this is the first I have ever heard of this practice.

More broadly, the Julia software wraps the C library (as does python and R) so any change in behaviour should probably be considered upstream so that the various flavours don't diverge in their usage by adding special cases.