You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WE2E test "get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS_fmt_nemsio" purports to test the ability to source data directly from NOMADS over the internet using wget. However, the internet site that the script sources (https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/) only keeps the last seven days of operational GFS
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Attempt to run WE2E test "get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS_fmt_nemsio" on any platform
Observe failure due to trying to access nonexistent data.
Additional Context
The quickest way to fix this issue would be to modify the test to always use a current date (e.g. "yesterday"). This could have unforeseen problems, as currently all tests use static dates and input data, but it could also be a very good test to have as it could catch problems that may otherwise go unnoticed.
Output
This is the output if you attempt to run this test currently, after the experiment is set up:
For the above test, I reduced the wget number of tries from the default of 20 to a more reasonable 2 so that the failure would take less than several hours. This is another change that should be made.
The text was updated successfully, but these errors were encountered:
Description
The WE2E test "get_from_NOMADS_ics_FV3GFS_lbcs_FV3GFS_fmt_nemsio" purports to test the ability to source data directly from NOMADS over the internet using wget. However, the internet site that the script sources (https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/) only keeps the last seven days of operational GFS
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional Context
The quickest way to fix this issue would be to modify the test to always use a current date (e.g. "yesterday"). This could have unforeseen problems, as currently all tests use static dates and input data, but it could also be a very good test to have as it could catch problems that may otherwise go unnoticed.
Output
This is the output if you attempt to run this test currently, after the experiment is set up:
For the above test, I reduced the wget number of tries from the default of 20 to a more reasonable 2 so that the failure would take less than several hours. This is another change that should be made.
The text was updated successfully, but these errors were encountered: