SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Decide on appropriate sparse matrix types #402

Open stephenworsley opened 4 weeks ago

stephenworsley commented 4 weeks ago

📰 Custom Issue

scipy.sparse provides multiple types of matrix (e.g csr_array, csc_array). it is worth testing to see which of these performs best. There may also be room for testing the performance of alternatives to sparse arrays for nearest neighbour regridding (i.e. indices).