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

When needed, convert doubles to singles when writing metadata #1

Closed
DavidHuber-NOAA opened this issue May 26, 2023 · 0 comments · Fixed by #2
Closed

When needed, convert doubles to singles when writing metadata #1

DavidHuber-NOAA opened this issue May 26, 2023 · 0 comments · Fixed by #2

Comments

@DavidHuber-NOAA
Copy link
Contributor

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.

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 a pull request may close this issue.

1 participant