-
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
fix a bug in deter_sfc_gmi (#778) #781
fix a bug in deter_sfc_gmi (#778) #781
Conversation
Passed ctest on Hera:
|
The wrong fix is associated with the PR. We want fix @ 2a86d5b. I don't know how |
@xincjin-NOAA , would you please run the ctests on WCOSS2 (Cactus)? |
Ctest passed on WCOSS2 (Cactus):
|
Thank you @xincjin-NOAA for running ctests on Cactus and Hera. This is sufficient. Once we get peer reviews and approvals we can submit this PR to the GSI Handling Review team for final approval. |
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.
With the change from 0
to 1
in the klonn
check, the debug gsi.x
runs to completion for the 2023060712 case.
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.
Looking at the code, it makes sense that this check should be excluding zero as well. The variable isli_full is allocated as:
allocate(isli_full(nlat_sfc,nlon_sfc))
So a value of zero for the second index should not occur.
Approve.
Thank you @CatherineThomas-NOAA and @emilyhcliu for your reviews and approval. |
* origin/develop: Move to contrib spack-stack on Jet (NOAA-EMC#787) a quick workaround for increasing the mpi task numbers on orion for ctest :: rrfs_3denvar_rdasens (NOAA-EMC#788) Recover the capability of handling model fields from operation gfs.v16.3 (NOAA-EMC#785) fix a bug in deter_sfc_gmi (NOAA-EMC#781) add safeguard to thompson_reff (NOAA-EMC#779) Fix incorrect usage of real(i_kind) in mg_input.f90 (NOAA-EMC#760) Transition to Thompson Microphysics for Microwave All-sky Assimilation (NOAA-EMC#743) Format changes for EUMETSAT metop-sg and CADS debug fix (NOAA-EMC#773) Update global_4denvar and global_enkf ctests to reflect GFS v17 (NOAA-EMC#774) fix for cris-fsr memory corruption (NOAA-EMC#767) Gnssrwnd1.0 (NOAA-EMC#747)
Description
To fix a bug in deter_sfc_gmi which is dissed in detail in the issue #778 Debug gsi.x aborts in deter_sfc_gmi with invalid array index
changed a check for the subscript of an array.
Resolves #778
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist