Skip to content

Commit

Permalink
modified /work2/noaa/global/antonf/global-workflow/workflow/rocoto/ge…
Browse files Browse the repository at this point in the history
…fs_tasks.py
  • Loading branch information
AntonMFernando-NOAA committed Jul 18, 2024
1 parent 9b2343d commit 1e0cc66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions workflow/rocoto/gefs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ def arch(self):
dep_dict = {'type': 'metatask', 'name': f'wave_post_grid'}
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep=deps, dep_condition='and')

resources = self.get_resource('arch')
task_name = f'arch'
task_dict = {'task_name': task_name,
Expand All @@ -521,9 +520,7 @@ def arch(self):
'job_name': f'{self.pslot}_{task_name}_@H',
'log': f'{self.rotdir}/logs/@Y@m@d@H/{task_name}.log',
'maxtries': '&MAXTRIES;'
}

}
task = rocoto.create_task(task_dict)

return task

0 comments on commit 1e0cc66

Please sign in to comment.