Skip to content

Commit

Permalink
modifed gefs_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Oct 18, 2024
1 parent 458b130 commit 027e79f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow/rocoto/gefs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,9 @@ def wavepostsbs(self):
'MEMDIR': 'mem#member#',
'FHR3': '#fhr#',
}

for key, value in wave_post_dict.items():
wave_post_envars.append(rocoto.create_envar(name=key, value=str(value)))


task_name = f'gefs_wave_post_grid_#member#_f#fhr#'
task_dict = {'task_name': task_name,
'resources': resources,
Expand Down

0 comments on commit 027e79f

Please sign in to comment.