-
Notifications
You must be signed in to change notification settings - Fork 177
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
Adding a gefs_arch task to GEFS workflow #3211
Adding a gefs_arch task to GEFS workflow #3211
Conversation
995f3a3
to
26e42ea
Compare
It's coming back to me why we only had the archive task when extract_vars is on: the archive job doesn't do much for GEFS right now when extract_vars is off (well, now it may archive the expdir). If you look at parm/archive/master_gefs.yaml.j2, all of the non-expdir included lists are extracted ones. There is a parm/archive/gefs_arcdir.yaml.j2, but it doesn't seem to be included anywhere. I think to complete this, we need the following:
@DavidHuber-NOAA @EricSinsky-NOAA please let me know if I'm incorrect here. |
@WalterKolczynski-NOAA Yes, I think you are correct. There would need to be an if-block around global-workflow/parm/archive/master_gefs.yaml.j2 Lines 7 to 12 in f1afac9
|
To make things more simple, I believe we can remove the gefs_extracted* yaml files and only use gefs_arcdir.yaml.j2. The only place these gefs_extracted* yaml files are needed are in the feature/gefs_reforecast branch. I do not believe they are needed in develop if we use gefs_arcdir.yaml.j2. |
…ando-NOAA/global-workflow into feature/add-gefs-arch
@WalterKolczynski-NOAA A CI test passed in HERCULES. @EricSinsky-NOAA Are you satisfied with the changes? If so we can go ahead and run CIs in the PR. |
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.
These changes look good. Thank you, @AntonMFernando-NOAA.
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 1 in |
CI Failed on Hera in Build# 1
|
@AntonMFernando-NOAA the parm/archive/gefs_extractvars* YAMLs should also be deleted. These will only be retained in the gefs_reforecast branch (not develop). |
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.
Changes look good to me. Will wait for @EricSinsky-NOAA's approval before starting CI testing.
CI Passed on Hera in Build# 2
|
3a5af9a
into
NOAA-EMC:develop
Description
The
gefs_arch
task is not generated during the execution of the workflow setup scripts. It is only created whendo_extractvars
is set to true, withdo_extractvars
being false by default. This pull request ensures that thegefs_arch
task will be created in the workflow regardless of the value ofdo_extractvars
.Resolves The GEFS workflow does not create a gefs_arch task #3151
Type of change
Change characteristics
How has this been tested?
Checklist