Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 15 years of sea ice forecast data, 9 months of daily forecasts issued once per month. I also have analysis for the same period, with about 20% of data missing. I am struggling with combining the two datasets together. Later on, I group the data and compute verification scores, like this one: xarray-contrib/xskillscore#396.
Here is an example of what I came with, a toy data:
This appears to work, but I am not happy about the code. I have to use
method='nearest'
to select appropriate slice for each forecast reference time, but at the end those computed values are discarded (there are too many gaps to to allow for interpolation). Is there a better approach?Beta Was this translation helpful? Give feedback.
All reactions