Resolve GNU compiler warnings in atmos_cubed submodule (#3196) // Create local backups of regression test log files (#3197)#3196
Conversation
|
@gspetro-NOAA Ok, #3197 changes have been merged into this PR. I'll sync now |
|
@gspetro-NOAA Ok, now this should be ready for testing. |
You're right. Updated the FV3 branch and it now has that hash in its history. Thanks for catching that. Take a look and see if everything else looks ok. I hope the CI issues are on GitHub's side and not with this PR (looks like it from the logs). |
No worries! It looks good now. I reran repo_check, and it's passing. The log warnings aren't worth rerunning because logs have changed since you ran tests, which is likely the reason for the failure. It matters more that they were originally passing, which they were. The Spack CI is failing due to some 500 errors in fetching certain submodules. From what I can tell, it's supposed to be a transient thing and CI related rather than code-related, so I think we can move forward. |
on-behalf-of @ufs-community <ecc.platform@noaa.gov>
|
Updated the UFSATM hash and reverted |
Commit Queue Requirements:
test_changes.listindicates which tests, if any, are changed by this PR. Committest_changes.list, even if it is empty.Description:
#3196
This PR will pull in changes to the atmos_cubed submodule to resolve all GNU compiler warnings. The warnings were being triggered due to extra characters occurring after
#ifor#endifcommands. Since the extra text were usually descriptors, the descriptors were moved to comments before the#ifor#endifcommands.After this PR, the only remaining GNU compiler warnings will be in UPP.
#3197
This PR modifies rt.sh to save a backup of the most recent regression test logs. This was a requested feature that can help users when they need to run multiple tests or if they accidentally spin off a test when it was not intended. The new backup files (added extension of
.bak) will not be saved to the repository and the files have been added to.gitignoreCommit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Documentation:
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log: