Replies: 3 comments
-
I just tried this on Linux and didn't have an issue. I have both these files in my
I'll have to try it on my PC to see if I can reproduce your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wasn't able to reproduce your issue on my Windows |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you get when you execute H.xarray(searchstring) you should get the 2-m temperature data read into an xarray DataSet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've installed Herbie on a Windows 10 machine running python 3.10. My objective is to generate regional subsets of surface met variables (ugrd,vgrd,tmp at 2m,sfcpress , etc) for use as forcing for a regional ocean model. The first step is to subset the data by variable.
I stared with a simple example from the tutorial
Downloading the entire file works fine. It appears in my home directory as expected.
However, when I try this:
The output suggests a subset file was downloaded and is now in my home directory. However, the file subset_b7103ca278a75cad8f7d065acda0c2e80da0b7dc__hrrr.t00z.wrfsfcf00.grib2 does not exist. And it was instantaneous. There did not seem to be any delay associated with a file download.
Is there a configurations step I am missing?
Thanks.,
Eli
Beta Was this translation helpful? Give feedback.
All reactions