CliMA / LESbrary.jl

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations
MIT License
27 stars 10 forks source link

Linear interpolation on the GPU #103

Closed ali-ramadhan closed 3 years ago

ali-ramadhan commented 3 years ago

I think the only thing stopping us from running the "realistic" pilot_simulation.jl on the GPU is the linear interpolation used to interpolate the surface fluxes (1D) and SOSE profiles (2D bilinear interpolation). We've been using the Interpolations.jl package which isn't GPU friendly I think.

Would be good to implement some GPU linear interpolation we can run/debug simulations more quickly.

cc @sandreza