Skip to content

Commit

Permalink
Add FHOUT_ENKF_GFS to calculate epos group
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v13_822_add_atm_fcst
 Changes to be committed:
	modified:   workflow/rocoto/workflow_tasks.py

Refs: NOAA-EMC#822
  • Loading branch information
XianwuXue-NOAA committed Dec 30, 2022
1 parent af7dc51 commit 052ad49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rocoto/workflow_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,9 +1259,10 @@ def epos(self):
def _get_eposgroups(epos):
fhmin = epos['FHMIN_ENKF']
fhmax = epos['FHMAX_ENKF']
fhout = epos['FHOUT_ENKF']
if self.cdump == "gfs":
fhmax = epos['FHMAX_ENKF_GFS']
fhout = epos['FHOUT_ENKF']
fhout = epos['FHOUT_ENKF_GFS']
fhrs = range(fhmin, fhmax + fhout, fhout)

neposgrp = epos['NEPOSGRP']
Expand Down

0 comments on commit 052ad49

Please sign in to comment.