[develop] Sync ufs-weather-model hash to 31863b9 (April 29) version - #1375
Closed
MichaelLueken wants to merge 2 commits into
Closed
[develop] Sync ufs-weather-model hash to 31863b9 (April 29) version#1375MichaelLueken wants to merge 2 commits into
MichaelLueken wants to merge 2 commits into
Conversation
* Externals.cfg - Update ufs-weather-model hash to 31863b9 (April 29)
* parm/FV3.input.yml - Remove FV3_RRFS_v1beta * parm/diag_table.FV3_RRFS_v1beta - Deleted * parm/field_table.FV3_RRFS_v1beta - Deleted * scripts/exregional_make_ics.sh - Remove FV3_RRFS_v1beta * scripts/exregional_make_lbcs.sh - Remove FV3_RRFS_v1beta * sorc/CMakeLists.txt - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.derecho - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.hera.gnu - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.hera.intel - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.noaacloud - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.orion - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.ursa.gnu - Remove FV3_RRFS_v1beta * tests/WE2E/machine_suites/comprehensive.ursa.gnu - Remove FV3_RRFS_v1beta * tests/WE2E/test_configs/grids_extrn_mdls_suites_community/config.grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_RRFS_v1beta.yaml - Deleted * ush/experiment.jsonschema - Remove FV3_RRFS_v1beta * ush/setup.py - Remove FV3_RRFS_v1beta
MichaelLueken
requested review from
EdwardSnyder-NOAA,
JeffBeck-NOAA,
RatkoVasic-NOAA,
WeirAE,
benkozi,
chan-hoo,
christinaholtNOAA,
gsketefian,
gspetro-NOAA,
jdkublnick,
jkbk2004,
natalie-perlin,
panll,
priyarpillai,
rickgrubin-noaa,
selbigmtnwx23 and
ywangwof
as code owners
May 6, 2026 18:31
Collaborator
|
@MichaelLueken Note I just opened #1376, which will update to a more recent weather model hash. If it makes sense I can absorb your other cleanup changes into that PR. |
Collaborator
Author
|
@mkavulich Thanks for opening #1376, updating the weather model hash, and applying changes to exercise the new UFS Fire capabilities. I'll go ahead and close this PR now. If you would like to absorb the cleanup changes into your PR, that would be great. Thanks again! |
19 tasks
MichaelLueken
added a commit
that referenced
this pull request
May 22, 2026
…vvars: in config file, remove obsolete `FV3_RRFS_v1beta` suite (#1376) This PR: * Updates to the latest UFS Weather Model hash, which includes the addition of MPI capability for the CFBM fire model (UFS_FIRE). The MPI parallelization is activated by setting FIRE_NUM_TASKS to a value greater than the default of 1. In addition, a new setting FIRE_GEO_EM_FILE is provided in case the user wants to use an input fire geo_em file with a different name. This supersedes the old FIRE_INPUT_DIR which assumed the filename would be geo_em.d01.nc, though the default values are set so that config files using the old setting will still work as expected * Adds a check for if the user incorrectly places a setting outside of the envvars: section for all config variables. This will work on all sections, not just fire: * Incorporates changes from #1375, removing the obsolete FV3_RRFS_v1beta CCPP suite. --------- Co-authored-by: michael.lueken <Michael.Lueken@noaa.gov>
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 OF CHANGES:
Type of change
TESTS CONDUCTED:
CHECKLIST