-
Notifications
You must be signed in to change notification settings - Fork 3
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
ERA5 ncwrite fails #61
Comments
Yeah, the type of the Fill Value is Integer, while the type of the data is Float. Should we check and autoconvert the type of fill value to the type of the array? |
(notice: this is not our problem per se. It's a problem of NCDatasets.jl that doesn't provide the convenience of automatic conversion) |
ah I see! I guess we could add an optional parameter to |
Hi! I got the same problem here. Is there are any ways to solve this? |
Yeap, the solution is quite trivial. Either do a PR here and modify the function Or just do this on your end. Just convert the |
Tried to save a ClimArray containing ERA5 tasmax data and it failed due to a potential wrong
_FillValue
.I can provide the file, but it is ~750MB. I do not remember where and when I downloaded it.
The text was updated successfully, but these errors were encountered: