lukelbd / climate-benchmarks

⏱ Various benchmark comparisons for data analysis with python, julia, CDO, NCO, and NCL
21 stars 2 forks source link

xgcm vertical coordinate interpolation #1

Open rabernat opened 3 years ago

rabernat commented 3 years ago

Thanks for maintaining this super cool and useful project.

We recently released a new version of xgcm which supports efficient vertical coordinate interpolation (implemented in numba) for xarray datasets: https://xgcm.readthedocs.io/en/latest/transform.html

It would be interesting to try the isentropic interpolation benchmark with this. @jbusecke could maybe help out with this.

jbusecke commented 3 years ago

Whoa, this is so cool! I'd be thrilled to put xgcm to the test!

jbusecke commented 3 years ago

See #2 for an initial attempt.