GPU analysis workflow examples

Hello Pangeans,

I am interested in learning about (non-deep learning) analysis workflows that use tools like CuPy/Jax to process a large amount of climate model outputs (e.g. CMIP6, CESM Large Ensemble, etc…) on GPUs. Any pointers to existing Jupyter notebooks and/or regular Python scripts are appreciated.

1 Like

Our new gcm-filters package supports GPU computations via cupy. More info here:

https://gcm-filters.readthedocs.io/en/latest/gpu.html

1 Like

Thank you :pray:t5:, @rabernat!