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

No variable found when having multi-members #79

Open
pegadilla opened this issue Nov 23, 2020 · 0 comments
Open

No variable found when having multi-members #79

pegadilla opened this issue Nov 23, 2020 · 0 comments

Comments

@pegadilla
Copy link

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!!

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

No branches or pull requests

1 participant