Skip to content
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

MPAS input overwrites registry attributes #4986

Closed
akturner opened this issue May 26, 2022 · 0 comments · Fixed by #4987
Closed

MPAS input overwrites registry attributes #4986

akturner opened this issue May 26, 2022 · 0 comments · Fixed by #4987

Comments

@akturner
Copy link
Contributor

When reading in a file to MPAS, attributes in the input file overwrite attributes for a field that are set in the Registry. This potentially overwrites CF-compliant units in the Registry with non-CF compliant units in the input file.

jonbob added a commit that referenced this issue Jun 27, 2022
Remove functionality from MPAS framework that overwrites attributes

Removes functionality from MPAS framework that overwrites Registry
attributes with stream file attributes. This change prevents input files
from overwriting CF-compliant units in Registry with non-CF compliant
ones in the input file.

Fixes #4986

[BFB]
@jonbob jonbob closed this as completed in 87dad35 Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant