Skip to content

Commit

Permalink
Move newly added archive comment down
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA authored Nov 9, 2023
1 parent ec1ffbb commit 5519172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,12 +949,12 @@ def metp(self):
def arch(self):
deps = []
dependencies = []
if self.app_config.mode in ['cycled']: # Block for handling half cycle dependencies
if self.app_config.mode in ['cycled']:
if self.cdump in ['gfs']:
if self.app_config.do_vminmon:
dep_dict = {'type': 'task', 'name': f'{self.cdump}vminmon'}
deps.append(rocoto.add_dependency(dep_dict))
elif self.cdump in ['gdas']:
elif self.cdump in ['gdas']: # Block for handling half cycle dependencies
deps2 = []
if self.app_config.do_fit2obs:
dep_dict = {'type': 'task', 'name': f'{self.cdump}fit2obs'}
Expand Down

0 comments on commit 5519172

Please sign in to comment.