Skip to content

ecflow workflow for SPA review and GFS v17 realtime ecflow parallel#55

Merged
DavidHuber-NOAA merged 2 commits intoDavidHuber-NOAA:fix/ecf_v17from
lgannoaa:feature/ecflow-rt
Apr 2, 2026
Merged

ecflow workflow for SPA review and GFS v17 realtime ecflow parallel#55
DavidHuber-NOAA merged 2 commits intoDavidHuber-NOAA:fix/ecf_v17from
lgannoaa:feature/ecflow-rt

Conversation

@lgannoaa
Copy link
Copy Markdown

@lgannoaa lgannoaa commented Apr 1, 2026

This version is intended for GFS EE2 review by NCO SPA team. The ecflow workflow is enabled to run the j-job.
setup_ecf_links.sh must be run during the linking stage, after the executable is built, to enable the full ecflow suite.

Lin Gan 04/01/02026

Description

I have redesigned the ecFlow package for GFS v17 to streamline real-time parallel operations and ready for NCO SPA to start the implementation standard reviews.

Type of change

  • New feature (adds functionality)

Change characteristics

  • GFS
  • Is this a breaking change (a change in existing functionality)? NO

How has this been tested?

Completed a full 00Z cycle test and output verified by the developer.

This version is intended for GFS EE2 review by NCO SPA team.
The ecflow workflow is enabled to run the j-job.
setup_ecf_links.sh must be run during the linking stage, after the executable is built, to enable the full ecflow suite.

Lin Gan 04/01/02026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@DavidHuber-NOAA DavidHuber-NOAA merged commit fec807b into DavidHuber-NOAA:fix/ecf_v17 Apr 2, 2026
1 of 6 checks passed
declare -rx COMOUT="${ROTDIR}/${RUN}.${PDY}/${cyc}/products/atmos/wmo"

#### workaround for path assignment bug in declare_from_tmpl
COMOUT=$(echo "$COMOUT" | tr -s '/')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

Suggested change
COMOUT=$(echo "$COMOUT" | tr -s '/')
COMOUT=$(echo "${COMOUT}" | tr -s '/')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants