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
The "atmos" subfolder part of the GDA dependency path for the prep and atmanalprep jobs is missing in the generated xmls for cycled mode. Looks like it got left out when the setup scripts were rewritten.
This line in workflow_tasks.py:
data = f'{dmpdir}/{self.cdump}{dump_suffix}.@Y@m@d/@H/{self.cdump}.t@Hz.updated.status.tm00.bufr_d'
...should be (includes "atmos"):
data = f'{dmpdir}/{self.cdump}{dump_suffix}.@Y@m@d/@H/atmos/{self.cdump}.t@Hz.updated.status.tm00.bufr_d'
Expected behavior
Prep and atmanalprep jobs start when they see the dependent updated.status file in the GDA.
Current behavior
Prep job does not start because it does not "see" the updated.status file because the dependency path is incorrect. This is currently only a bug for dates after WCOSS2 go-live because older dates in the GDA don't yet include the "atmos" subfolder and the files still live just under the cycle folder. There are symlinks in all GDA date subfolders to redirect users who have the updated dependency path that includes "atmos" for dates before WCOSS2 go-live. The "atmos" subfolder exists in the GDA after WCOSS2 go-live cycle.
Machines affected
All.
To Reproduce
Run any cycled test with CDATEs after WCOSS2 go-live (~2022062812).
Detailed Description
Add the missing "atmos" subfolder into the dependency paths in workflow_tasks.py.
The text was updated successfully, but these errors were encountered:
- The "atmos" subfolder in the GDA was missing in the dependency path
for the prep and atmanalprep jobs. Add it in for correctness.
- Updated dependencies in workflow/rocoto/workflow_tasks.py.
Refs: #997
The "atmos" subfolder in the GDA was missing in the dependency path for the prep and atmanalprep jobs. Add it in for correctness. Updated dependencies in workflow/rocoto/workflow_tasks.py.
Refs: #997
The "atmos" subfolder part of the GDA dependency path for the prep and atmanalprep jobs is missing in the generated xmls for cycled mode. Looks like it got left out when the setup scripts were rewritten.
This line in
workflow_tasks.py
:...should be (includes "atmos"):
Expected behavior
Prep and atmanalprep jobs start when they see the dependent updated.status file in the GDA.
Current behavior
Prep job does not start because it does not "see" the updated.status file because the dependency path is incorrect. This is currently only a bug for dates after WCOSS2 go-live because older dates in the GDA don't yet include the "atmos" subfolder and the files still live just under the cycle folder. There are symlinks in all GDA date subfolders to redirect users who have the updated dependency path that includes "atmos" for dates before WCOSS2 go-live. The "atmos" subfolder exists in the GDA after WCOSS2 go-live cycle.
Machines affected
All.
To Reproduce
Run any cycled test with CDATEs after WCOSS2 go-live (~2022062812).
Detailed Description
Add the missing "atmos" subfolder into the dependency paths in
workflow_tasks.py
.The text was updated successfully, but these errors were encountered: