-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update read_ozone.f90 to handle GOME data before and after 20240131 18Z #721
Update read_ozone.f90 to handle GOME data before and after 20240131 18Z #721
Conversation
ctests have been run on Cactus, Hera, Hercules, and Orion with acceptable results. See issue #716 for details. |
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. approved
@RussTreadon-NOAA Thank you for making the changes. |
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.
Everything looks good to me
@ShunLiu-NOAA , @hu5970 , and @CoryMartin-NOAA : This PR has been peer reviewed and approved. ctests have been run on WCOSS2 (Cactus), Hera, Hercules, and Orion with acceptable results. Additionally debug global_4denvar tests have been successfully run on Cactus using old and new GOME format bufr files. This PR is ready for merger into |
Russ,
Works for me.
Shun
…On Mon, Mar 18, 2024 at 2:56 PM RussTreadon-NOAA ***@***.***> wrote:
@ShunLiu-NOAA <https://github.com/ShunLiu-NOAA> , @hu5970
<https://github.com/hu5970> , and @CoryMartin-NOAA
<https://github.com/CoryMartin-NOAA> : This PR has been peer reviewed and
approved. ctests have been run on WCOSS2 (Cactus), Hera, Hercules, and
Orion with acceptable results. Additionally debug global_4denvar tests have
been successfully run on Cactus using old and new GOME format bufr files.
This PR is ready for merger into develop.
—
Reply to this email directly, view it on GitHub
<#721 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACD5GZY34XJSDH4TN2426E3YY42FDAVCNFSM6AAAAABEYJ4QKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBUGY4TKOBYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Me too, approve and merge when ready |
Description
The contents of the GOME bufr dump file changed 20240131 18Z. The
DOYR
mnenoic was replaced withMNTH DAYS
. This PR is opened to get the required changes toread_ozone.f90
intodevelop
.This change is required because NCO IT testing compiles and runs executables in debug mode. At present
gsi.x
built fromdevelop
will abort with forrtl: error (65): floating invalid when processing GOME data. This is not acceptable. The debuggsi.x
must successfully run to completion.Fixes #716
Type of change
How Has This Been Tested?
The updated
read_ozone.f90
has been used in the global_4denvar ctest for two dates: 20221109 00Z (old GOME bufr format) and 20240223 00Z (new GOME bufr format).gsi.x
was built in debug mode and run for both cases.gsi.x
successfully ran to completion for both cases.Checklist