Skip to content

Commit

Permalink
Fix workflow generation post times for early cycle (#1329)
Browse files Browse the repository at this point in the history
In PR #1309 a setting was overlooked that controls what hours have post tasks created for the early cycle.

Fixes #1328
  • Loading branch information
XianwuXue-NOAA committed Feb 22, 2023
1 parent 07fedaa commit e18a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/workflow_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ def _get_eposgroups(epos):
fhmin = epos['FHMIN_ENKF']
fhmax = epos['FHMAX_ENKF']
fhout = epos['FHOUT_ENKF']
if self.cdump == "gfs":
if self.cdump == "enkfgfs":
fhmax = epos['FHMAX_ENKF_GFS']
fhout = epos['FHOUT_ENKF_GFS']
fhrs = range(fhmin, fhmax + fhout, fhout)
Expand Down

0 comments on commit e18a790

Please sign in to comment.