[develop] Remove production runtime dependencies on sorc/ directory#4732
Merged
DavidHuber-NOAA merged 3 commits intodevelopfrom Mar 31, 2026
Merged
Conversation
Add missing links in link_workflow.sh for fd_ufs.yaml, CCPP suite files, UPP modulefiles, and chgres_cube executable. Update scripts to reference files from parm/ufs/, modulefiles/, and exec/ instead of sorc/. Agent-Logs-Url: https://github.com/NOAA-EMC/global-workflow/sessions/f0cf46c1-4b10-437d-9104-dfdb166d1914 Co-authored-by: DavidHuber-NOAA <69919478+DavidHuber-NOAA@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix model dependencies on sorc directory in production runs
Remove production runtime dependencies on sorc/ directory
Mar 31, 2026
CoryMartin-NOAA
approved these changes
Mar 31, 2026
Contributor
|
Launching CI on Hercules. |
Contributor
|
All tests passed on Hercules. Merging. |
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
Production jobs reference files directly in
sorc/at runtime, causing failures ifsorc/is removed after deployment. Four files had hardcodedsorc/paths:sorc/link_workflow.sh— added missing links to production locations:fd_ufs.yaml→parm/ufs/suite_*.xmlCCPP suite files →parm/ufs/modulefiles/upp/chgres_cubeadded toufs_utilsexec list →exec/Runtime scripts updated to use linked locations:
ush/forecast_predet.sh— CCPP suite path →${HOMEglobal}/parm/ufs/ush/parsing_ufs_configure.sh—fd_ufs.yaml→${HOMEglobal}/parm/ufs/dev/scripts/exglobal_atmos_chgres_gen_control.sh—chgres_cube→${EXECglobal}/modulefiles/gw_upp.wcoss2.lua— MODULEPATH →modulefiles/upp/Refs #4731
Type of change
Change characteristics
How has this been tested?
sorc/references in modified runtime scriptsChecklist