Replies: 2 comments 7 replies
-
Hi @v7nguyen, I found a bug that prevented the downloaded files from having unique file names! This is fixed in the master branch (see de70cb7). Also, I have a new method for concatenating multiple xarray Datasets together you might like to try. It is a little faster than from herbie.tools import fast_Herbie_xarray
ds = fast_Herbie_xarray(
searchString=":(?:TMP|RH|APTMP):2 m above ground",
DATES='2022-04-01',
fxx=range(7),
model='gfs',
product='pgrb2.0p25',
)
ds |
Beta Was this translation helpful? Give feedback.
5 replies
-
And thanks @v7nguyen for finding/reporting this bug 😊 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running xr_concat_sameRun for different weather sources, all of the other sources work correctly except for GFS. When running the function, it will only download and concatenate the first 2 grib files and then not the rest, even though those grib files exist.
Has anyone else encountered this behavior before? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions