Skip to content

Commit

Permalink
add two lines into gfs_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshichen-noaa committed Jan 6, 2025
1 parent 2b11995 commit bbfabec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2898,6 +2898,8 @@ def earc(self):
deps = []
dep_dict = {'type': 'metatask', 'name': f'{self.run}_epmn'}
deps.append(rocoto.add_dependency(dep_dict))
dep_dict = {'type': 'task', 'name': 'enkfgdas_echgres'}
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep=deps)

earcenvars = self.envars.copy()
Expand Down

0 comments on commit bbfabec

Please sign in to comment.