Skip to content

Commit

Permalink
Remove enkfgdas from gdas/gfs stage dependency
Browse files Browse the repository at this point in the history
Refs #2475
  • Loading branch information
KateFriedman-NOAA committed Aug 15, 2024
1 parent 54f8326 commit a53c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def _fcst_cycled(self):

dependencies = rocoto.create_dependency(dep_condition='and', dep=dependencies)

if self.run in ['gdas', 'enkfgdas']:
if self.run in ['gdas']:
dep_dict = {'type': 'task', 'name': f'{self.run}stage_ic'}
dependencies.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep_condition='or', dep=dependencies)
Expand Down

0 comments on commit a53c97e

Please sign in to comment.