Switch pressure level plots to use pcolormesh#1967
Merged
Conversation
Contributor
Author
|
Links to #672 but doesn't solve. |
Contributor
David Flack (daflack)
approved these changes
Mar 13, 2026
Collaborator
David Flack (daflack)
left a comment
There was a problem hiding this comment.
Happy with these changes.
Contributor
|
James Warner (@jwarner8) and David Flack (@daflack), note that this temporary fix may need to be extended to the sequence plotting and the case aggregation by mean validity time recipes as well. My workflow tripped at these two instances and worked when I applied pcolormesh instead of contour_plot. https://github.com/MetOffice/CSET/blob/main/src/CSET/recipes/level_fields/generic_level_spatial_plot_sequence.yaml |
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.
Switches pressure level spatial plots to use pcolormesh rather than contourf, given shapely geos errors arising occasionally and reproducibly, likely due to issues with the contour polygons.
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.
rose-suite.conf.examplehas been updated if new diagnostic added.