-
Notifications
You must be signed in to change notification settings - Fork 175
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
Remove early-cycle EnKF forecast #3185
Merged
WalterKolczynski-NOAA
merged 2 commits into
NOAA-EMC:develop
from
TravisElless-NOAA:feature/remove_ec_fcst
Dec 26, 2024
Merged
Remove early-cycle EnKF forecast #3185
WalterKolczynski-NOAA
merged 2 commits into
NOAA-EMC:develop
from
TravisElless-NOAA:feature/remove_ec_fcst
Dec 26, 2024
Conversation
This file contains 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
TravisElless-NOAA
requested review from
DavidHuber-NOAA,
WalterKolczynski-NOAA and
aerorahul
as code owners
December 20, 2024 15:44
WalterKolczynski-NOAA
approved these changes
Dec 23, 2024
aerorahul
approved these changes
Dec 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
WalterKolczynski-NOAA
added
the
CI-Hercules-Ready
**CM use only** PR is ready for CI testing on Hercules
label
Dec 25, 2024
emcbot
added
CI-Hercules-Building
**Bot use only** CI testing is cloning/building on Hercules
CI-Hercules-Running
**Bot use only** CI testing on Hercules for this PR is in-progress
CI-Hercules-Passed
**Bot use only** CI testing on Hercules for this PR has completed successfully
and removed
CI-Hercules-Ready
**CM use only** PR is ready for CI testing on Hercules
CI-Hercules-Building
**Bot use only** CI testing is cloning/building on Hercules
CI-Hercules-Running
**Bot use only** CI testing on Hercules for this PR is in-progress
labels
Dec 25, 2024
CI Passed on Hercules in Build# 1
|
WalterKolczynski-NOAA
merged commit Dec 26, 2024
1c37f90
into
NOAA-EMC:develop
10 of 11 checks passed
This was referenced Dec 26, 2024
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
CI-Hercules-Passed
**Bot use only** CI testing on Hercules for this PR has completed successfully
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
Currently GFS experiments with the early-cycle EnKF call identical jobs to the late-cycle. However, since the forecast portion of the early-cycle is handled through the GEFS workflow, the forecast and post jobs are not needed in the GFS early-cycle EnKF. This PR removes calling the early-cycle EnFK forecast and post jobs in GFS experiments, and adds statements to the archive yamls to only search for forecast files during the late-cyle EnKF.
Type of change
Change characteristics
How has this been tested?
Checklist