ERA5 dataset for climwip recipe #2861
-
Hi, I am new with esmval and I am trying to use climwip on my own server. So, if I understood well, since downloading era5 data from ESMval is not possible, I should download it myself, which I can do using era5cli as suggested on the webpage. Both from there, I am a bit lost...from what I understood, I should CMORize first the downloaded dataset and then use it with climwip..right? For now I downloaded some monthly mean dataset (t2m for now) form some year and then I tried to cmorize them using esmvaltool data format --config_file config-userera5.yml "path to rawera5" where I have indicate in my I kept having this error message: I have tried a few combinations with no sucess. p.s I am able to use other recipe that does not need era5 but need dataset from esgf, so I know that some of the esmvaltool recipe works |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
hi @DoMatte and welcome to the ESMValRool discussions! RAWOBS: "path to rawera5" is not a valid key-value parameter, instead of "path to rawera5" you need to specify the actual POSIX path object e.g. |
Beta Was this translation helpful? Give feedback.
-
Hi @DoMatte, thanks for your interest in ESMValTool and opening this discussions. It is actually not recommended to CMORize ERA5 data beforehand but rather rely on the "on-the-fly" CMORization during recipe run. This is used for datasets with the |
Beta Was this translation helpful? Give feedback.
Hi @DoMatte, thanks for your interest in ESMValTool and opening this discussions. It is actually not recommended to CMORize ERA5 data beforehand but rather rely on the "on-the-fly" CMORization during recipe run. This is used for datasets with the
native6
project in recipes, like in climwip recipes. For this to work it is necessary to put the data downloaded withera5cli
into the right directory structure (see doc fornative6
data). In your case, that should be:~/RAWOBS/Tier3/ERA5/v1/mon/tas/t2m*.nc
(I forgot what's the exact file name returned by era5cli...). Please let me know if that enables you to run the recipe directly.