Remove deprecated horizontal regridding schemes unstructured_nearest and linear_extrapolate#2743
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2743 +/- ##
==========================================
- Coverage 95.20% 95.19% -0.01%
==========================================
Files 259 259
Lines 15221 15206 -15
==========================================
- Hits 14491 14476 -15
Misses 730 730 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7 tasks
valeriupredoi
approved these changes
Jun 2, 2025
Contributor
|
2.13 is a bit aways but am happy to have this out now - saw the Tool PR earlier today too, many thanks, Manu 🍺 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In #2231 (in time for version 2.11.0), the regridding schemes
unstructured_nearestandlinear_extrapolatehave been deprecated. Since we work on v2.13.0 now, these schemes can be removed for good.Backwards-incompatible change
This PR removes two deprecated regridding schemes:
unstructured_nearest: Please use the schemenearestinstead. This is an exact replacement for data on unstructured grids. ESMValCore is now able to determine the most suitable regridding scheme based on the input data.linear_extrapolate: Please use a generic scheme withreference: iris.analysis:Linearandextrapolation_mode: extrapolateinstead. This is an exact replacement, e.g.:Related to #2231.
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
Changes are backward compatibleTo help with the number pull requests: