Read values of extra_facets from ESGF? #1687
bouweandela
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to automatically generate some of the files in the esmvalcore/_config/extra_facets directory with the information provided on ESGF. I tried this and it generates a nice list of institutes that seems more complete than what we have for CMIP3 (some entries missing) and CORDEX (we have no file at all). However, for CMIP5 the institute names on ESGF appear to differ from the institute names used in the filenames in some cases, so there the file we have is more correct than what is generated by just looking at the facets on ESGF (maybe a sort of mapping is needed here too, as for the dataset names in CMIP5 have the same issue).
Here is an example script that pulls the institutes from ESGF:
and here is a script for comparing the resulting files:
Beta Was this translation helpful? Give feedback.
All reactions