-
Notifications
You must be signed in to change notification settings - Fork 9
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
Generation of configuration files for ESGF #165
Comments
Ok, i think this is doable from our collection of meta data in the CV. Will you need some help with this? I see you have already a branch... |
Thank you. I still need to adapt the ini file to all the new CV elements. The script already replaces correctly the required lists and maps using the CV files, so it should work. |
For the record, @sashakames gave further info on the YAML file:
user_project_config:
cmip6plus:
CONST_ATTR:
project: CMIP6Plus
pid_prefix: '21.14100'
samplesec:
CONST_ATTR:
project: sampleSEC
DRS:
- project
- source_id
- experiment_id
- frequency
- variable_id
cosmo-rea:
CONST_ATTR:
project: COSMO-REA
DRS:
- project
- product
- domain
- institute
- driving_model
- experiment
- ensemble
- rcm_name
- rcm_version
- time_frequency
- realm
- variable_id |
In order for ESGF to publish CORDEX-CMIP6 data, we need to provide two configuration files with information which can be built from the CV in this repo:
esg.cordex-cmip6.ini
file, which can be based either on esg.cordex.ini or esg.cmip6.ini. This is necessary for esgmapfile tool and esgprep package.A JSON file, available from https://esg-publisher.readthedocs.io/en/main/install.html#project-configuration and needed for the new ESGF1.5A YAML file, see https://esg-publisher.readthedocs.io/en/main/install.html#config-file-esg-yamlThe text was updated successfully, but these errors were encountered: