You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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]
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.
The text was updated successfully, but these errors were encountered: