recipe_climwip_test_basic.yml not work #2989
-
Hi Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @tugiyo523, thanks for your question. The error message suggests that the Tool can't find the ERA5 data needed to run the recipe: Would you have access to ERA5 data on the machine where you work? If not, you would need to download necessary ERA5 data beforehand and put them in the right directory structure. In that case, I would recommend to take a look at the era5cli tool to download ERA5 data. Once installed, you will need to use commands like |
Beta Was this translation helpful? Give feedback.
-
Hi remi-kazeroni, Btw to which database ESMValTool will download ERA5 Tier3 ..? |
Beta Was this translation helpful? Give feedback.
-
If I have ERA5 in this directory: '/mnt/data1/pr_era5_sea_1976-2005.nc' And modify the recipe like this: obs_data: &obs_data # for climwip performance metrics |
Beta Was this translation helpful? Give feedback.
That would not work. ESMValTool is designed to work with input data organized given specific directory structures, not paths to data. Before trying to run the recipe, I would recommend to take a look at the tutorial on input data which explains how to set up the input data: https://esmvalgroup.github.io/ESMValTool_Tutorial/03-configuration/index.html