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
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