-
Notifications
You must be signed in to change notification settings - Fork 10
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
GitHub Issue NOAA-EMC/GSI#237: merge release/gfsda.v16.x at a723db1 into master #240
Conversation
d4645c1
to
39abaf9
Compare
The Toward this end execute the following to revert updated global only
Done at 39abaf9. |
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 as expected. Approved.
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.
Correlated obs changes look correct
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.
I will check the fix files later
39abaf9
to
61e6458
Compare
Haixia's suggestions have been incorporated into this PR. Done at 61e6458.
|
61e6458
to
214b60f
Compare
Test revised
Examine Report these findings to Haixia. Agree to remove The removal of Subroutine |
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.
I have completed my visual review of the changes in this PR. There are some minor issues that should be addressed:
Two alignment issues in src/gsi/correlated_obsmod.F90
Should three commented out line be kept or removed in src/gsi/correlated_obsmod.F90
Replacing .eq. with == in src/gsi/setupoz.f90
Adding proper precision to a real value
The regression tests were run and the behavior matched the results you documented in issue #237.
The code was compiled in debug mode and no new warning messages were encountered. The debug tests were run and all ran through to completion.
Once these five issues have been addressed, I will submit this work to the DA review committee.
a1f356a
to
2acd89e
Compare
2acd89e adds a two line change to
This block catches the case in which an unexpected bufr subset is found in the nsstbufr file. This blocks acts as a none of the above catch to prevent the recurrence of problems which happened in operations. |
2acd89e
to
c6b17ce
Compare
c6b17ce added the following changes
Haixia developed and tested the changes in |
@RussTreadon-NOAA Thank you for testing the setupoz.f90 changes and confirm the changes are right. |
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.
No new issues were seen while visually reviewing the changes. While attempting to compile the update, however, the EnKF failed to compile with the following error:
/gpfs/dell2/emc/modeling/noscrub/Michael.Lueken/update/src/enkf/innovstats.f90(222): error #7938: Character length argument mismatch. [' all oz']
call printstats(' all oz',sumoz_nh,biasoz_nh,sumoz_spread_nh,sumoz_oberr_nh,nobsoz_nh,&
-------------------^
Please add two more spaces to ensure proper length (character(len=9)) to:
' all oz'
Once this is complete, I will be able to submit this work to the review committee.
c6b17ce
to
3d01b45
Compare
No feedback has been received from the DA review committee, so I will now give final approval to these changes and merge them to the authoritative master. Once merged, I will begin merging the fix file and libsrc modifications to rev2 and master of these submodules, respectively. |
Issue #237 documents the merge of the authoritative
master
at 2f28fbf into a forked copy of the authoritativerelease/gfsda.v16.x
at 3898ab4. The merge was done in @RussTreadon-NOAA 's forkedrelease/gfsda.v16.x
and completed at a723db1. From here, the forkedrelease/gfsda.v16.x
was squash merged into the forkedmaster
. Done at d4645c1This PR is opened to merge the forked
master
into the authoritativemaster
.