Various fixes for CORDEX model data#3135
Conversation
…ion and streamline coordinate handling
This update introduces a new section in the preprocessor documentation detailing how to regrid to standard CORDEX domains using the `target_grid` parameter. An example configuration for the `EUR-11` domain is provided, clarifying the use of domain names recognized by the `cordex` package.
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (74.35%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3135 +/- ##
==========================================
- Coverage 96.25% 96.09% -0.16%
==========================================
Files 273 284 +11
Lines 16188 16294 +106
==========================================
+ Hits 15581 15657 +76
- Misses 607 637 +30 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…grid-cordex-domain
…mvalcore into more-cordex-fixes
|
I got some of this issues from the recipe yesterday. I'm going to test this PR. |
This reverts commit 082a121.
|
Thanks! I'll stop working on this branch then and start a new branch for further fixes. |
|
You can keep making changes. I thought you finished when you put me in the reviewer. Just ping me again when you finish all changes. |
|
It's finished for the perfmetrics recipe, but then I tried adding another recipe plotting the models without first regridding and ran into #3145. |
Description
heightcoordinate from variablesnwof modelCOSMO-crCLIM-v1-1as it does not make sense for this variablelong_nameand standard variable names for coordinates for all variables from modelHadREM3-GA7-05because these are non standarduse_standard_grid: trueby default for modelsCOSMO-crCLIM-v1-1,RACMO22E, andRCA4because these models are missing bounds on the lat/lon coordinates. This could alternatively be solved by computing the lat/lon bounds from the rotated lat/lon bounds.aliasfacet and group the datasets in theensemble_statisticspreprocessor function so they work for CORDEX dataTesting
These changes can be tested with
recipe_perfmetrics_CORDEX-CMIP5.ymlfrom ESMValGroup/ESMValTool#4199. It should also be possible to test the changes to theensemble_statisticspreprocessor function by using it in that recipe.Before you get started
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.
To help with the number pull requests: