-
Notifications
You must be signed in to change notification settings - Fork 176
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
base: develop
Are you sure you want to change the base?
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. |
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