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
211 stars 122 forks source link

Recipe testing and output comparison for release 2.10.0 #3414

Closed zklaus closed 7 months ago

zklaus commented 8 months ago

This issue documents recipe testing for the v2.10.0 release

Installation and environment

$ git clone https://github.com/ESMValGroup/ESMValTool.git
$ cd ESMValTool
$ git checkout v2.10.x
$ mamba env create -n esmvaltool-v2.10.x-2023-11-13 -f environment.yml
$ conda activate esmvaltool-v2.10.x-2023-11-13
$ pip install .

Environment file

environment.txt

Config user file

All options at the default for Levante except search_esgf: when_missing.

zklaus commented 8 months ago

Recipe running session 2023-11-14 13:51:43.524394

Successfully ran recipes

115 out of 155

Recipes that failed with DiagnosticError

15 out of 155

Recipes that failed of Missing Data

4 out of 155

Recipes that failed for other reasons

21 out of 155 so far

bouweandela commented 7 months ago

Continued in #3463