CESM-Development / cime

Common Infrastructure for Modeling the Earth
Other
16 stars 13 forks source link

Add a DOI XML variable #483

Closed bertinia closed 7 years ago

bertinia commented 7 years ago

Starting with CESM2.0, there will be a DOI pointing to the associated CESM model page URL. This DOI variable will be included in every component history output file as a global metadata attribute. It needs to be set as a CESM XML variable in:

cime/driver_cpl/cime_config/config_component_cesm.xml.

and then picked up by every component model output writer routine similar to the global attribute time_period_freq.

This is for CMIP6 compliance and also provides additional provenance information in the history file global metadata.

bertinia commented 7 years ago

This issue was moved to ESMCI/cime#1327