fix the MPASSIT build failure and lbc task crashes on Hera; allow setting up RRFSv2x and RRFSv2x_ens directly out-of-the-box; add the SAT_USELIST option to turn on/off radiance DA explicitly#1559
Merged
MatthewPyle-NOAA merged 13 commits intoJun 22, 2026
Conversation
…flow/ directory to faciliate setting up mutiplie experiments with minimum effort
Contributor
Author
|
The XML differences are all due to the newly added |
chunhuazhou
approved these changes
Jun 22, 2026
MatthewPyle-NOAA
approved these changes
Jun 22, 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.
This PR mostly includes changes needed by RRFSv2x and RRFSv2x_ens as well as @keenaneure and @HaidaoLin-NOAA's TMS data assimilation expriments.
Similar to PR hotfix to enable building MPASBlend and RRFS_UTILS on Hera #1555, this PR fixes the MPASSIT build failure on Hera.
Update the MPAS-Model hash to fix the lbc task crashes on Hera. Check hotfix - safeguard invalid scalar indices to prevent segmentation faults during LBC/IC generation ufs-community/MPAS-Model#263 for details.
@chunhuazhou has requested for a while to be able to set up RRFSv2x and RRFSv2x_ens directly out-of-the-box without manually editing convinfo/satinfo for the deterministic and ensemble runs one by one (lots of times, getkf and jedivar assimilate different set of observations). This PR adds this capability to allow the coexistence of
convinfo/satinfo.${NET}[_ens]under theworkflow/directory to facilitate setting up multiple experiments with minimum effort.Base on the recent conversations with @HaidaoLin-NOAA @keenaneure and our summer interns (Ethan Chang, etc), this PR also streamlines how to turn on/off radiance DA for selected sensors. An option
SAT_USELISTis introduced so that now one can explicitly turn on/off given satellite sensors for DA in the exp file. And thensatinfois copied toexpdirby default and is only used to update sensor channel information. This provides more convenience that even one does not set up radiance DA at the time of runningsetup_rocoto.py, one can still easily turn on radiance DA by just modifyingSAT_USELISTin therrfs.xmlfile without rerunning the setup process. This also allows one to do preliminary tests of new satellite sensors without updatingsatinfofirst (although adding channel information to satinfo is still preferred in the long run).