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
20 stars 17 forks source link

Perform scalability for larger grids #122

Closed stephenworsley closed 3 years ago

stephenworsley commented 3 years ago

Current scalability benchmarks for performance extend the source cube in the vertical dimension. This makes for a more efficient benchmark since the regridder only has to be made once, which ought to be the most expensive operation. However, since regridding calculations behave differently for the grid dimensions, it is worth capturing the scalability with respect to them.

It should be noted that the grids with this size significantly increase the time and resources taken to run these benchmarks.

codecov[bot] commented 3 years ago

Codecov Report

Merging #122 (ca3b63f) into unstructured_scheme (41b3a4c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           unstructured_scheme     #122   +/-   ##
====================================================
  Coverage                99.48%   99.48%           
====================================================
  Files                       24       24           
  Lines                     1550     1550           
====================================================
  Hits                      1542     1542           
  Misses                       8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41b3a4c...ca3b63f. Read the comment docs.