Skip to content

Commit

Permalink
Issue #5 - fix for errant text in setup_workflow_fcstonly.py for wave…
Browse files Browse the repository at this point in the history
…init job settings
  • Loading branch information
KateFriedman-NOAA committed Aug 5, 2020
1 parent 7c4f8ea commit df20d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/rocoto/setup_workflow_fcstonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def get_workflow(dict_configs, cdump='gdas'):

# waveinit
if do_wave in ['Y', 'YES'] and do_wave_cdump in ['GFS', 'BOTH']:
task = wfu.create_wf_task('%swaveinit', cdump=cdump, envar=envars)
task = wfu.create_wf_task('waveinit', cdump=cdump, envar=envars)
tasks.append(task)
tasks.append('\n')

Expand Down

0 comments on commit df20d84

Please sign in to comment.