ESMValGroup / ESMValTool

ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP
https://www.esmvaltool.org
Apache License 2.0
218 stars 127 forks source link

Example recipe using CORDEX data #3337

Open nhsavage opened 1 year ago

nhsavage commented 1 year ago

replicate the content of examples/recipe_python.yml but using CORDEX data instead of CMIP data

This would start to build confidence in the ability to use CORDEX data with ESMValTool

I have started to write this but come across problems which I will need to resolve before lodging this. Opening this issue so I can have a branch for the recipe I am trying to develop

nhsavage commented 1 year ago

this recipe contains two models and does the timeseries extraction as well as maps. The timeseries extraction requires ESMValCore#2177

nhsavage commented 1 year ago

note there are also some warnings:

 Can not guess bounds for coordinate lon from var lon: Multi-dimensional coordinate not supported: 'longitude'
 Can not guess bounds for coordinate lat from var lat: Multi-dimensional coordinate not supported: 'latitude'

At least for roated pole models, this should be possible to work around by finding the dimension coordinates and guessing bounds for those whatever they are.