-
Notifications
You must be signed in to change notification settings - Fork 120
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
[develop] Fixing the issue related to NDAS file name change on NOAA HPSS #626
Conversation
Update the new merges
…odification fixes that issue.
Thanks for this fix, @panll! After making the change, did you test a date between 20200226 and 20220627, and also a date after 20220627 to make sure all the logic works correctly? If so, I'll approve! |
Yes, it was tested on Hera (e.g., 2022062618, 2022062718. Cycle 2022062718 needs the data of 20220628 for 12 hour forecast). Thanks! @JeffBeck-NOAA |
Thanks, @panll! Approving. |
Machine: hera |
Machine: hera |
@panll The Jenkins tests have all passed (the Orion tests were aborted since the machine is still down for maintenance, which is why the report is showing that the build of this commit was aborted, the tests on Cheyenne, Jet, and Gaea all passed). However, there are issues with the GiHub Action ci-hera-intel-WE tests. Only the |
@MichaelLueken I have no issue on Hera. What kind of error message do you get? This pull request only change NDAS data downloading and will not impact other parts (e.g., make_sfc_climo). |
@panll The ci-hera-intel-WE tests are returning:
It looks like it might be a space issue or something else. As noted, the Jenkins tests are fine, it's just the automated tests on Hera that are failing now. I'll try submitting them again and see what happens. Thanks! |
Machine: hera |
Machine: hera |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@panll Thank you for fixing this issue! As noted yesterday, the Jenkins tests successfully passed and, ultimately, all of the fundamental tests from the ci-hera-intel-WE tests have passed. I will now give my approval to these changes.
DESCRIPTION OF CHANGES:
NDAS file names on NOAA HPSS changed after June 28, 2022. This pull request fixed that issue (#617)
Type of change
TESTS CONDUCTED:
DEPENDENCIES:
N/A
DOCUMENTATION:
N/A
ISSUE:
Fixes issue mentioned in #617
CHECKLIST