ggebbie / IsopycnalSurfaces.jl

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

consider GPU support #18

Open ggebbie opened 2 years ago

ggebbie commented 2 years ago

IsopycnalSurfaces code is embarrassingly parallel because it calculates on 1D profiles. Consider GPU support following https://juliagpu.org/ .