Skip to content

Help: GFS DSWRF #240

Answered by blaylockbk
peterdudfield asked this question in Q&A
Oct 13, 2023 · 4 comments · 3 replies
Discussion options

You must be logged in to vote

It looks like the DSWRF variable doesn't exist for fxx=0, but it does for the forecast hours.

from herbie import Herbie
H = Herbie("2023-10-01", model="gfs", fxx=6)
H.inventory("DS")
grib_message start_byte end_byte range reference_time valid_time variable level forecast_time search_this
652 653 461198994 462155002 461198994-462155002 2023-10-01 2023-10-01 06:00:00 DSWRF surface 0-6 hour ave fcst :DSWRF:surface:0-6 hour ave fcst
ds = H.xarray("DSWRF")
ds.dswrf.plot()

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@blaylockbk
Comment options

@blaylockbk
Comment options

@blaylockbk
Comment options

Answer selected by blaylockbk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #236 on October 15, 2023 04:39.