v17: Update with PRs from develop branch #4499
Merged
DavidHuber-NOAA merged 3 commits intoNOAA-EMC:dev/gfs.v17from Feb 2, 2026
Merged
v17: Update with PRs from develop branch #4499DavidHuber-NOAA merged 3 commits intoNOAA-EMC:dev/gfs.v17from
DavidHuber-NOAA merged 3 commits intoNOAA-EMC:dev/gfs.v17from
Conversation
It was discovered during v17 testing that the `atmos_prod` tasks could launch before all necessary files were created. This PR updates the dependency for the `atmos_prod` tasks to use a log file written to the history directory after the forecast hour is completed and all files for that forecast hour are generated.
…C#4486) # Description - Moves the creation of the `upp.fd` link earlier in link_workflow.sh to ensure it exists before any files within it are referenced or linked. - This prevents missing file errors during workflow setup. Uses a subshell for cleaner directory handling. Resolves NOAA-EMC#4396
# Description This PR: - adds a mechanism to profile shell scripts by adding two functions `tick` and `tock` when used in tandem will provide time elapsed between their invocations - includes `stderr` when using CFP with `mpiexec`
Contributor
Author
|
WCOSS2: Gaea: |
DavidHuber-NOAA
approved these changes
Feb 2, 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
This PR is pulling in 3 PRs that went into the develop branch to the dev/gfs.v17 branch.
These PRs are:
4394 - atmos prod dependency
4486 - Fix linking sequence
4468 - add timing functions and improve run_mpmd logging
Type of change
Change characteristics
How has this been tested?
generate workflow -G on Gaea & WCOSS2.
Checklist