Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Time 1 not 2 from GFS APCP #321

Open
support2019mp opened this issue Dec 1, 2022 · 1 comment
Open

Get Time 1 not 2 from GFS APCP #321

support2019mp opened this issue Dec 1, 2022 · 1 comment

Comments

@support2019mp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants