-
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
ESGF config files #179
base: main
Are you sure you want to change the base?
ESGF config files #179
Conversation
This is just a copy of https://github.com/ESGF/config/blob/91691a8/publisher-configs/ini/esg.cmip6.ini to have it as reference for the modifications to be introduced to adapt it for CORDEX-CMIP6
also use file_label as default for field to search in json file
Still not there but close
Made available at docs/ folder
for more information, see https://pre-commit.ci
docs/esg.cordex-cmip6.ini
Outdated
frequency | string | false | true | 10 | ||
product | string | false | true | 11 | ||
source_type | string | false | true | 12 | ||
grid | string | false | true | 13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if grid
and other CMIP6 DRS elements that in CORDEX are just global attributes should remain here as category
docs/esg.cordex-cmip6.ini
Outdated
|
||
dataset_id = cordex.%(activity_id)s.%(domain_id)s.%(institution_id)s.%(driving_source_id)s.%(driving_experiment_id)s.%(driving_variant_label)s.%(source_id)s.%(version_realization)s.%(frequency)s.%(variable_id)s | ||
|
||
dataset_name_format = mip_era=%(mip_era)s, source_id=%(source_id)s, experiment=%(experiment_title)s, member_id=%(member_id)s, variable=%(variable_id)s, version=%(version)s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry still needs adapting. Not sure which criteria are followed to select the DRS elements which appear in this dataset_name_format
entry (currently remains as in CMIP6 ini file).
|
||
las_configure = false | ||
|
||
extract_global_attrs = frequency, product, source_type, grid, creation_date, variant_label, activity_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure of the meaning of extract_global_attrs
Automatic creation of
esg.cordex-cmip6.ini
config file for ESGF. See #165