-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example recipe is too specific: will not work with DRS: BADC or DKRZ #614
Comments
If it fails because drs is set to BADC, that is a problem with _data_finder.py, not with the recipe. I agree that having an example that uses observational data that is difficult to obtain is not ideal though, maybe we should remove the NCEP dataset as well. |
I agree. The easiest solution if you want to have observational data in the example recipes is to use the Check this recipe for example. But we can also have examples using only models, that's fine as well. |
@valeriupredoi can you take care of this and then close this issue? Thanks! 👍 |
aye! @bouweandela @mattiarighi |
I am also trying to run the python example. However, there is a fatal error when |
The issue with @valeriupredoi can you help with the other issue? |
I am unable to reproduce the (second) issue; I have, however, removed the OBS entries in the recipe and tested - it works fine. Can you give it a test, please? #633 it is surely not related to the OBS files, but a check run of the recipe is still needed so we can push the PR. Can you tell me what matplotlib version you working with pls? 2.2.2 (one I have) is not complaining of anything |
The environment is using matplotlib 3.0.0, and basemap 1.2.0. I will try merging the latest |
Ok, after pulling the latest |
yes, I can confirm that with |
ESMValTool/esmvaltool/recipes/examples/recipe_python.yml
Line 7 in f6dc985
This has to be a general purpose example recipe and the fact that ERA-Interim is listed under the dataset section makes it fail when running it with drs set to e.g. BADC; suggest removing the ERA-Interim data request
The text was updated successfully, but these errors were encountered: