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

fix NCDatasets missing error #679

Closed
juliasloan25 opened this issue Mar 7, 2024 · 0 comments · Fixed by #680
Closed

fix NCDatasets missing error #679

juliasloan25 opened this issue Mar 7, 2024 · 0 comments · Fixed by #680
Labels
bug Something isn't working

Comments

@juliasloan25
Copy link
Member

juliasloan25 commented Mar 7, 2024

Sometimes, data read from a NetCDF file is of type Union{Missing, FT}, even though the data doesn't actually contain any missings. NCDatasets provides a function nomissing to convert Union{Missing, FT} type to FT when reading from input datasets. This fixes ERROR: cannot convert MissingtoFloat64 which occasionally pops up on buildkite

This was done previously in ClimaLand (see here)

@juliasloan25 juliasloan25 added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant