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
For some ECMWF ensemble fxx values, the first dataset is all members and the second is the mean, but for other fxx values, the order is swapped. Is this expected?
For some ECMWF ensemble
fxx
values, the first dataset is all members and the second is the mean, but for otherfxx
values, the order is swapped. Is this expected?Started with https://herbie.readthedocs.io/en/latest/gallery/ecmwf_models/ecmwf.html#Ensemble-Forecast-Products.
Here's an example:
ds[0]
returns all 50 members:and
ds[1]
returns (presumably?) the mean:But, if I change
fxx
, I sometimes get the opposite:The text was updated successfully, but these errors were encountered: