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
Hi! I'm trying to get data from a GFS APCP (Total Precipitation 'tp' accum),
but only can access to time 2.
Time 1 have the accumulated precipitation from RUN hour to the forecast hour.
For example for 06Z , time 1 shows tha acumulated precipitation from 00 to 06.
Time 2 have the accumulated fomr the sinoptic hour until the forecast hour.
For example, 17Z have the precipitation from 12 to 17.
With:
backend_kwargs = {'filter_by_keys': {'stepType':'accum'},'indexpath': ''}
ds = xr.open_dataset(file_path , engine="cfgrib" , backend_kwargs=backend_kwargs)
only can be read time 2, not time 1.
Please, how could I read time 1 grib?
Thank you
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to get data from a GFS APCP (Total Precipitation 'tp' accum),
but only can access to time 2.
Time 1 have the accumulated precipitation from RUN hour to the forecast hour.
For example for 06Z , time 1 shows tha acumulated precipitation from 00 to 06.
Time 2 have the accumulated fomr the sinoptic hour until the forecast hour.
For example, 17Z have the precipitation from 12 to 17.
With:
backend_kwargs = {'filter_by_keys': {'stepType':'accum'},'indexpath': ''}
ds = xr.open_dataset(file_path , engine="cfgrib" , backend_kwargs=backend_kwargs)
only can be read time 2, not time 1.
Please, how could I read time 1 grib?
Thank you
The text was updated successfully, but these errors were encountered: