Skip to content

Commit

Permalink
modified workflow\rocoto\gefs_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jan 7, 2025
1 parent 26e42ea commit 995f3a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflow/rocoto/gefs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ def arch(self):
deps.append(rocoto.add_dependency(dep_dict))
dep_dict = {'type': 'metatask', 'name': 'gefs_wave_post_bndpnt_bull'}
deps.append(rocoto.add_dependency(dep_dict))
if self.options['do_extractvars']:
dep_dict = {'type': 'metatask', 'name': 'gefs_extractvars'}
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep=deps, dep_condition='and')

resources = self.get_resource('arch')
Expand Down

0 comments on commit 995f3a3

Please sign in to comment.