-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add in logic to not fail when no HRRR weather model is available #695
base: dev
Are you sure you want to change the base?
Conversation
FYI, here are the test cases we itemized for this feature:
|
I think a more complete changelog entry for this feature would be: Added
@cmarshak @dbekaert does that communicate our intent well enough? I'm open to keywords other than |
There's code that strongly suggests the However, check_weather_model_availability invoked on L627 raises This is the only place |
Yes - it's honestly, quite confusing because it supports different use cases. Auto seems ok, but there are some nuances that not being considered. The HRRR data is actually not continuous in that sometimes we expect it to be available (because a product is over US CONUS or AK), but the date is not available: https://github.com/ACCESS-Cloud-Based-InSAR/East-Coast-VLM-Sprint/blob/dev/check_hrrr_availability/Check%20HRRR%20CONUS.ipynb. That is, spatially we expect HRRR but temporally it is not available. The "bug" that @asjohnston-asf you are seeing is the result of having it exit successfully there. I did a lot of the logic to help, but not sure what the best way to proceed. ALSO! to keep in mind that eventually "auto" should use the HRES data that is being stored at ASF - this should be implemented at some point. |
I think this makes sense - see my previous comments for the caveats regarding exiting... |
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Type of change
Checklist: