Closed stephenworsley closed 3 years ago
Merging #122 (ca3b63f) into unstructured_scheme (41b3a4c) will not change coverage. The diff coverage is
n/a
.
@@ 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.
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.