Closed t-downing closed 1 year ago
When GloFAS forecasts are processed and saved, I think they aren't given a time dimension, so can't be concatenated by xr.open_mfdataset when calling GlofasForecast.load()
xr.open_mfdataset
GlofasForecast.load()
Oops great catch, I was trying to take care of it using preprocessing but the time dim wasn't being propagated through, I've addressed it in #205
Nicely dealt with in #205 , closing
When GloFAS forecasts are processed and saved, I think they aren't given a time dimension, so can't be concatenated by
xr.open_mfdataset
when callingGlofasForecast.load()