-
Notifications
You must be signed in to change notification settings - Fork 154
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
Remove HIRS from GSI regression tests #672
Conversation
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.
Changes look good. Approve
@ADCollard , we need to peer reviews. Would you assign two peer reviewers. This is a straight forward PR. The review should not take long. I'm running regression tests on Orion and will post results in the PR later. Can you run ctests on WCOSS2 and Hera to ensure everything works as expected? |
@RussTreadon-NOAA ctests are running on Hera. I will start the tests on WCOSS2. |
Orion ctests
The The first three tests monitor the data. Removing monitored data does not alter analysis results. The |
I am getting a very small difference in the final penalty values for the global_4denvar test on WCOSS. I do not know why this is. I am going to try to re-run with a freshly built version of control and develop. This straightforward PR might take a little longer than expected. |
Hmm, we faced a similar issue with PR #616. What's up with WCOSS2? Orion results are identical between |
Hera ctests
Orion and Hera ctest results are consistent. All tests pass on both machines. |
I re-ran the WCOSS2 ctests with clean builds. I get two failures
Not sure why this would be, so re-running these two tests. |
The second run of
|
Thank you @ADCollard for rerunning the WCOSS2 tests. The The While the |
Installed
Below are the
Below are the task 0 maximum resident set sizes for the
|
Rerun
the task 0 maximum resident set size differs from the first run
I can not explain the run to run difference in the task 0 maximum resident set size. |
@RussTreadon-NOAA Thanks for running the WCOSS2 regression tests! I am sorry you had to do that. Where do we go from here? I cannot see how minor changes such as these can cause thiis behavior, so I assume there is something more fundamental going on? |
Rerun ctests on Orion. Note similar behavior with regards to different task 0 maximum resident set sizes. For example,
I will reach out to George V. to see if he has observed similar behavior and, more importantly, has an explanation. |
Based on George's informative reply we should reconsider using the task 0 maximum resident set size in the GSI regression test check script.
|
@ADCollard , I think this PR can be merged pending @emilyhcliu 's review. Thank you for making these changes. |
@RussTreadon-NOAA @emilyhcliu Thank you! Sorry it took so long - nothing is ever simple, it seems! |
@RussTreadon-NOAA @ADCollard Just thought I would add in that |
Thank you @DavidHuber-NOAA for the additional information. I didn't know how |
I just wanted to check on the status of this PR. I'm starting to do an official upgrade to spack-stack version 1.6.0, including CRTM v2.4.0.1, which will need HIRS removed. |
@emilyhcliu , would you please review this PR? |
I am catching up my e-mails. |
It looks like the issue with the regression tests has been resolved. |
Description
With the update to CRTM 2.4.0.1, an issue with versioning of CRTM HIRS files has been exposed. This is documented in JCSDA/spack-stack#922 and JCSDA/crtm#42.
As HIRS radiances are no longer used in the GSI, these data should be removed from processing until a suitable update to CRTM is available.
Resolves #673
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Build and run ctests on Hera
Checklist
DUE DATE for merger of this PR into develop is 2/1/2024 (six weeks after PR creation).