-
Notifications
You must be signed in to change notification settings - Fork 168
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
Fix ocean file locations in archive job #1716
Fix ocean file locations in archive job #1716
Conversation
During the COM refactor, a location for the ocn/ice daily files was defined within the products directory. However, the daily files are output directly by the model and land in the history directory. The archive job was looking in the otherwise unused daily product directory for the files and not finding them. This update now: - Removes the COM variable for the daily files - Updates the archive job to pull the daily files from history Fixes NOAA-EMC#1709
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Thanks @WalterKolczynski-NOAA ! |
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.
Looks good.
@jiandewang please verify the contents of the hpss archive to ensure the required files are present.
will make an end-to-end run to verify the fixing |
my end-to-end run finished, archiving step works as expected now. |
Description
During the COM refactor, a location for the ocn/ice daily files was defined within the products directory. However, the daily files are output directly by the model and land in the history directory. The archive job was looking in the otherwise unused daily product directory for the files and not finding them.
The 2D and 3D ocean files had the opposite problem: archive was looking in the history directory, but these files have their own directories in products.
This update now:
Fixes #1709
Type of change
How Has This Been Tested?
Checklist