You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enkf.yaml.j2 lists _echgres.log as a required archive file to archive. However, metatask eanm only has a dependency on enkfgdas_epmn. Thus, enkfgdas_earc00 will fail if the enkfgdas_epmn dependency is satisfied before enkfgdas_echgres completes.
What is wrong?
enkf.yaml.j2
lists_echgres.log
as a required archive file to archive. However, metatask eanm only has a dependency onenkfgdas_epmn
. Thus,enkfgdas_earc00
will fail if theenkfgdas_epmn
dependency is satisfied beforeenkfgdas_echgres
completes.What should have happened?
enkfgdas_earc00
should not fail.What machines are impacted?
All or N/A
What global-workflow hash are you using?
0db859e
Steps to reproduce
develop
enkfgdas_epmn
finishenkgdas_earc00
The
enkfgdas_earc00
job will fail with a FileNotFound message. For example,Additional information
No response
Do you have a proposed solution?
The following change to
workflow/rocoto/gfs_tasks.py
addsenkfgdas_echgres
as a dependency to metataskenkfgdas_eamn
When the revised
gfs_tasks.py
is used to generate the xml, we get the following dependencies for metataskenkfgdas_eamn
The text was updated successfully, but these errors were encountered: