-
Notifications
You must be signed in to change notification settings - Fork 150
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
Dsfcalc fix #727
Dsfcalc fix #727
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.
Looks good to me. Thank you @ADCollard
@emilyhcliu , @xincjin-NOAA , @XuanliLi-NOAA , or @azadeh-gh : Do any of you have time to review this PR? We need to peer reviews and approvals. |
@ADCollard : With this change we can set dsfcalc to 1 for atm_n21 on line 184 of regression/regression_namelists.sh. Would you please add this change to your branch. |
@RussTreadon-NOAA I am not in the reviewer list. |
@xincjin-NOAA , thank you for your reply. You're ahead of me. We are trying to process GSI PRs in a more agile manner. I saw this PR yesterday and self-assigned myself as the GSI Handling Review team member shepherding this PR. Hence my review and request. We need at least two peer reviews and approvals. Andrew may have reached out to potential peer reviewers. I don't know. I decided to be proactive and reach out four developers, including you, to see if any of you have time to review this PR. I don't assign reviewers without asking first. We are all busy. I only assign reviewers after I receive confirmation that (a) they can review the PR and (b) do so in a timely manner. |
I'm not very familiar with this part of GSI, but I'd be happy to review the PR if others are unavailable. Do I just need to run the ctest following the GSI wiki? |
@RussTreadon-NOAA I am just running the regression tests for this, but this change should cause them to fail. I will document differences. |
@XuanliLi-NOAA: No, you do not need to run ctests as a peer reviewer. Peer reviewer responsiblities are found in the GSI wiki and cut-n-pasted below
|
@RussTreadon-NOAA , thanks for the clarification. |
@ADCollard , thank you for running ctests. Yes,
We need to merge the latest |
@ADCollard, if it is helpful I have Orion and Hercules ctests results. All tests pass except |
Orion and Hercules ctests Update Orion
The
Hercules
|
@xincjin-NOAA and @XuanliLi-NOAA : I will add both of you to the PR as peer reviewers. If one or both of you have time to review this PR, your doing so would be very much appreciated. @ADCollard , before we merge this PR into |
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 to me.
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.
The changes are good.
Ctests run on WCOSS with
Both failures are walltime. I assume this is not an issue.
There are some weird warnings about ncdump not being found:
I am not sure why this would be as the netcdf module should be loaded. |
Hera ctest results:
Again, it is a runtime failure:
|
Re-running ctests with dsfcalc=1 for NOAA-21 ATMS. |
I am seeing the same ncdump warning on Hera, e.g.:
Investigating.... |
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.
Thank you @ADCollard for updating regression/regression_namelists.sh
.
Approve.
Hera tests with dsfcalc=1:
The global_4denvar failure is expected as results have changed. |
Similar results for wcoss with dsfcalc=1:
|
@ADCollard , any more tests you would like to run or changes to make to the PR? If not, we have sufficient peer reviews with approvals along with ctests. This PR can be sent to the Handling Review Team for final approval. |
@RussTreadon-NOAA I think this is good to go. Thanks! |
Tiny fix to allow modelling of sub-fov variability for NOAA-21 ATMS.
Fixes #725.
Type of change
How Has This Been Tested?
Stand alone run. Does not change results unless dfscalc is set to 1 for NOAA-21
Checklist