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
There are instances in the GSI where doubles need to be converted to singles when writing metadata. Currently, this is handled in the GSI, but may result in bad conversions when attempting to write NaNs. A subroutine should be added to convert doubles to singles before writing metadata to the diag files that checks for NaNs and sends a missing value to the nc_diag_metadata interface instead.
The text was updated successfully, but these errors were encountered:
There are instances in the GSI where doubles need to be converted to singles when writing metadata. Currently, this is handled in the GSI, but may result in bad conversions when attempting to write NaNs. A subroutine should be added to convert doubles to singles before writing metadata to the diag files that checks for NaNs and sends a missing value to the
nc_diag_metadata
interface instead.The text was updated successfully, but these errors were encountered: