Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GEFS and SFS compile flags in build_all.sh #3197

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

DavidHuber-NOAA
Copy link
Contributor

Description

The build_all.sh script was fixed to send the correct flags to build_ufs.sh for GEFS (added a missing -w) and SFS (added a missing -y) executables. Issue reported by @AntonMFernando-NOAA.

Type of change

  • Bug fix (fixes something broken)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? NO
  • Does this change require an update to any of the following submodules? NO

How has this been tested?

Build test on Hercules

Checklist

  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • This change is covered by an existing CI test or a new one has been added (NO)

Copy link
Contributor

@aerorahul aerorahul left a comment

Choose a reason for hiding this comment

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

oooh, this is a big bugfix.

@sbanihash I think this is the cause of your failures. The gefs build option was missing a -w.

Good hunting @DavidHuber-NOAA @AntonMFernando-NOAA

@sbanihash
Copy link
Contributor

@aerorahul that's a relief! @EricSinsky-NOAA I know you mentioned this -w to me, but we just figured that we don't need to add anything while building with the new develop branch. I will test with the changes and hopefully get it running:)

@EricSinsky-NOAA
Copy link
Contributor

Thank you all for finding the cause of this issue and adding a fix for it. Adding "-w" (build with wave structured grid) as an argument for ufs_gefs should resolve the issue that prevented the GEFS forecast job from running successfully since PR #3186 .

@aerorahul aerorahul merged commit 21f8048 into NOAA-EMC:develop Jan 2, 2025
5 checks passed
tsga added a commit to tsga/global-workflow that referenced this pull request Jan 4, 2025
* develop:
  Ensure OCNRES and ICERES have 3 digits in the archive script (NOAA-EMC#3199)
  Set runtime shell requirements within Jenkins Pipeline (NOAA-EMC#3171)
  Add efcs and epos to ufs_hybatm xml (NOAA-EMC#3192) (NOAA-EMC#3193)
  Fix GEFS and SFS compile flags in build_all.sh (NOAA-EMC#3197)
  Remove early-cycle EnKF forecast (NOAA-EMC#3185)
  Fix mod_icec bug in atmos_prod (NOAA-EMC#3167)
  Create compute build option (NOAA-EMC#3186)
  Support global-workflow using Rocky 8 on CSPs (NOAA-EMC#2998)
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.

4 participants