-
Notifications
You must be signed in to change notification settings - Fork 155
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
Iasi ng bufr change #818
Iasi ng bufr change #818
Conversation
…These are expected to be identical for the operational stream (from EUMETSAT via NESDIS) and all DBNet data.
@ADCollard @DavidHuber-NOAA @emilyhcliu would you review these changes? |
My ctests on Hera completed as expected. Test project /scratch1/NCEPDEV/jcsda/Jim.Jung/save/ctests/update/build 100% tests passed, 0 tests failed out of 6 Total Test time (real) = 1965.66 sec One of my ctests on wcoss (global_4denvar) failed due to not having permission to use restricted data (RSTPROD). |
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. Just one request that you also remove the two commented-out lines in src/enkf/enkf_files.cmake
that reference observer_nmmb.f90
and observer_wrf.f90
.
WCOSS2 ctests
|
Orion ctests Install develop at
|
Hercules ctests Install
Note the extremely long ctest time - about 9 hours. This is due to extremely long queue times on Hercules. |
@wx20jjung : None of the ctests exercise the code changed in this PR. You mention above that you tested these changes with NESDIS provided data. I assume the test was successful. It would be good to state this. You hint at It is good to explicitly mention these as I did above so that reviewers and code managers better understand what's needed for this capability to be fully exercised. |
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.
Agree with @DavidHuber-NOAA . Please remove the commented out lines
#observer_nmmb.f90 -- This is soft-linked to observer_reg.f90
#observer_wrf.f90 -- This is soft-linked to observer_reg.f90
at the end of src/enkf/enkf_files.cmake
.
The change to src/gsi/read_iasing.f90
is straightforward but I have no way to confirm that the new mnemonic is correct.
Is there EUMETSAT or NESDIS document we can link to this PR or the parent issue #815 to confirm that the RPS
mnemonics are correct?
@RussTreadon-NOAA I use this page for most of my IASI info. |
These are no longer relevant.
The two comment lines in src/enkf/enkf_files.cmake are removed. Changes are pushed up to github in @wx20jjung branch IASI-NG_BUFR_change |
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.
Approve
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.
LGTM
@wx20jjung : This PR can be scheduled for merger 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
Thank you @ADCollard and @DavidHuber-NOAA for your reviews and approvals. I'll work with the GSI Handling Review team to get this PR merged into |
Description
The mnemonics to read the IASI-NG data and the corresponding MetImage data were changed by NESDIS. This PR is to change the read_iasing subroutine to use the new mnemonics.
Resolves #815
There are no dependencies with this change.
Two links in the /src/enkf directory were also removed, as they are not necessary.
observer_nmmb.f90 -> observer_reg.f90
observer_wrf.f90 -> observer_reg.f90
Type of change
How Has This Been Tested?
NESDIS provided ~6 hours of proxy data containing these new mnemonics. The OBSPROC group (Steve Stegall) generated the two dump files consistent with the global workflow. We tested the our changes on these data.
In order for others to test these changes, modifications to scripts in the global-workflow and channel entries in the satinfo file will be required. The global-workflow script changes are in a separate (global-workflow) pull request. Changes to the satinfo and scaninfo will be in a separate pull request (gsi/fix) once the script changes to the global-workflow are incorporated.
Checklist