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 50550e4 commit bad7250
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 @@ -1224,7 +1224,7 @@ def wavepostsbs(self):
for key, value in wave_post_dict.items():
wave_post_envars.append(rocoto.create_envar(name=key, value=str(value)))

cycledef = 'gdas_half, gdas' if self.run in ['gdas'] else self.run
cycledef = 'gdas_half,gdas' if self.run in ['gdas'] else self.run
task_name = f'gfs_wave_post_grid_f#fhr#'
task_dict = {'task_name': task_name,
'resources': resources,
Expand Down

0 comments on commit bad7250

Please sign in to comment.