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
climpred_example.zip
Hi, I have a problem with using the HindcastEnsemble.verify() , and i don't where is wrong. Attached are the data files and code. I hope you could tell where is wrong.Thanks!
The text was updated successfully, but these errors were encountered:
The problem might arise from valid_time being datetime and init and time being objects/cftime. Does valid_time already exist in the xr dataset before using climpred? If so, drop it please HindcastEnsemble(ds.drop("valid_time")).verify(...)
The problem might arise from valid_time being datetime and init and time being objects/cftime. Does valid_time already exist in the xr dataset before using climpred? If so, drop it please HindcastEnsemble(ds.drop("valid_time")).verify(...)
Thanks! The problem has been solved.
aaronspring
changed the title
meet a problem when using the HindcastEnsemble.verify()
HindcastEnsemble.verify() fails when valid_time of different object time than time
Jul 2, 2022
climpred_example.zip
Hi, I have a problem with using the HindcastEnsemble.verify() , and i don't where is wrong. Attached are the data files and code. I hope you could tell where is wrong.Thanks!
The text was updated successfully, but these errors were encountered: