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
I am working with seasonal forecast and I am using data from ECMWF, obtained from Copernicus. When I try to do the dataInvetory or use the loadGriData function with a multi-member NetCDF file the following error comes:
> forecast <- dataInventory("sudanForecast2016.nc")
[2020-11-23 14:13:36] Doing inventory ...
Error: No variables found
The variable I have is total precipitation (tp), and I already define a dictionary, that's fine.
Those two functions are only working for me if I use the ensemble average.... but then, when I want to do the biasCorrection I get an error an I think it is because there are no individual members (in the ensemble average of course).
Do you know how can I solve this? Or if I have to define or modify before the file?
Thanks a lot!!
The text was updated successfully, but these errors were encountered:
Hi everyone!
I am working with seasonal forecast and I am using data from ECMWF, obtained from Copernicus. When I try to do the dataInvetory or use the loadGriData function with a multi-member NetCDF file the following error comes:
> forecast <- dataInventory("sudanForecast2016.nc")
[2020-11-23 14:13:36] Doing inventory ...
Error: No variables found
The variable I have is total precipitation (tp), and I already define a dictionary, that's fine.
Those two functions are only working for me if I use the ensemble average.... but then, when I want to do the biasCorrection I get an error an I think it is because there are no individual members (in the ensemble average of course).
Do you know how can I solve this? Or if I have to define or modify before the file?
Thanks a lot!!
The text was updated successfully, but these errors were encountered: