Skip to content

Commit

Permalink
modified gfs_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Oct 31, 2024
1 parent 4db4b82 commit 96934ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,7 @@ def _atmosoceaniceprod(self, component: str):
return task

def wavepostsbs(self):

resources = self.get_resource('wavepostsbs')
deps = []
dep_dict = {'type': 'metatask', 'name': f'{self.run}_fcst'}
Expand All @@ -1237,7 +1238,7 @@ def wavepostsbs(self):
}

fhrs = self._get_forecast_hours('gefs', self._configs['wavepostsbs'])

member_var_dict = {'fhr': ' '.join([f"{fhr:03d}" for fhr in fhrs])}
metatask_dict = {'task_name': f'gfs_wave_post_grid',
'task_dict': task_dict,
Expand Down

0 comments on commit 96934ca

Please sign in to comment.