Skip to content

#671: remove further_info_url for CMIP7#921

Draft
Lauren Boon (mo-laurenboon) wants to merge 2 commits into
mainfrom
671_remove_further_info_url
Draft

#671: remove further_info_url for CMIP7#921
Lauren Boon (mo-laurenboon) wants to merge 2 commits into
mainfrom
671_remove_further_info_url

Conversation

@mo-laurenboon
Copy link
Copy Markdown
Collaborator

Closes issue #671

@mo-laurenboon
Copy link
Copy Markdown
Collaborator Author

NOTE: All CMIP7 functional tests currently fail, this will be resolved an additional changes made shortly

@mo-laurenboon
Copy link
Copy Markdown
Collaborator Author

All tests now passing

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a couple of thoughts

"""
global_attributes = OrderedDict()
global_attributes['further_info_url'] = get_further_info_url(request)
if request.metadata.mip_era != "CMIP7":
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could check in the required_global_attributes in the CVs as to whether this is required, rather than assuming that it is only gone for CMIP7.

self._request.metadata.sub_experiment_id,
self._request.metadata.variant_label)
return further_info_url
return 'none'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do? do we end up with a global attribute that says "none" or does it get skipped?

@mo-laurenboon Lauren Boon (mo-laurenboon) marked this pull request as draft May 18, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants