How to get the latest forecast for a given valid time? #465
Unanswered
williamhobbs
asked this question in
Q&A
Replies: 1 comment
-
|
I see what you mean. It's been awhile since I wrote HerbieLatest, but it should work for this case, but I guess what your looking for is not something I ever tested. Given |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This is somewhat related to #464.
In the examples,
HerbieLatestcan be used to get the latest forecast with a given lead time (including the default offxx=0), https://herbie.readthedocs.io/en/stable/user_guide/tutorial/latest.html. Is there a way to get the latest forecast for a given valid time?That seems like it would be useful, for example, if I want to know what the HRRR forecast is for tomorrow at noon local time. That's a little tricky, because I need to know how long it takes HRRR outputs to be available and I may need to remember which HRRR runs go out more than 18 hours.
I tried this:
but it gives me
which is not what I was hoping for.
Beta Was this translation helpful? Give feedback.
All reactions