Skip to content

Commit

Permalink
fix forecast hours for gdas wave gridded output
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Dec 19, 2024
1 parent cea2a52 commit b1d31ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ def wavepostsbs(self):
'maxtries': '&MAXTRIES;'
}

fhrs = self._get_forecast_hours('gfs', self._configs['wavepostsbs'], 'wave')
fhrs = self._get_forecast_hours(self.run, self._configs['wavepostsbs'], 'wave')

fhr_metatask_dict = {'fhr': ' '.join([f"{fhr:03d}" for fhr in fhrs])}
metatask_dict = {'task_name': f'{self.run}_wavepostsbs',
Expand Down

0 comments on commit b1d31ca

Please sign in to comment.