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
I'm presently trying to load, modify and rewrite ECMWF perturbed members using to_grib in GRIB v1, and despite all the other needed keys being there, the keys perturbationNumber and numberOfForecastsInEnsemble are not present in the final output file.
All the members are present in the output grib file but it is impossible to know which member is which one. Therefore, later I cannot reload correctly once gain using cf_grib.
Is there a way to do it properly or this is not yet implemented?
Thank you in advance,
Jonathan
The text was updated successfully, but these errors were encountered:
Ok I switched to v2 and it worked. Up to you to see if you want this to remain open or not.
Edit: FYI, even in v2, I had to impose the perturbationNumber by hand via grib_keys because to_grib was not picking it from my xarray dataset coordinate number.
Hi there,
I'm presently trying to load, modify and rewrite ECMWF perturbed members using
to_grib
in GRIB v1, and despite all the other needed keys being there, the keysperturbationNumber
andnumberOfForecastsInEnsemble
are not present in the final output file.All the members are present in the output grib file but it is impossible to know which member is which one. Therefore, later I cannot reload correctly once gain using
cf_grib
.Is there a way to do it properly or this is not yet implemented?
Thank you in advance,
Jonathan
The text was updated successfully, but these errors were encountered: