Add JCB variables for horizontal localization radius and halo size used in GETKF#535
Merged
ShunLiu-NOAA merged 1 commit intoNOAA-EMC:developfrom Feb 10, 2026
Conversation
Contributor
Author
|
PASSED on wcoss2 started build_and_test on wcoss2 at UTC time: Mon Feb 9 19:23:01 UTC 2026 workdir: /lfs/h2/emc/da/noscrub/samuel.degelia/rrfsbot/PRs_RDASApp/535 |
Contributor
Author
|
Not sure why the Hera CI tests were not posted. Here are the results: The error for I think this PR is okay to move ahead since the failure is not related to this PR. |
ShunLiu-NOAA
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When setting up the JEDI-based EnKF retros in rrfs-workflow, it was found that the horizontal localization settings in our JEDI YAMLs did not match those used in GSI-based RRFSv1. To address this, this small PR adds JCB variables that allow the horizontal localization radius and halo size to be configured explicitly. Separate variables are defined for conventional and dbz observations to be consistent with the existing RRFSv1 configuration.
The default values in the YAMLs are unchanged so that the current ctest results remain identical. At this stage, the updated localization values will be applied only through the JCB configuration files used by in rrfs-workflow.
For reference, the following GSI values are currently used and will be adopted for the upcoming retros:
Note that the vertical localization lengthscale is already configurable as a JCB variable and matches what is used in GSI.
Issue(s) addressed
None
Dependencies (if applicable)
None
Checklist