From 052ad495738b09e0c6b8868d48ed0010af2baccd Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Fri, 30 Dec 2022 11:08:47 -0500 Subject: [PATCH] Add FHOUT_ENKF_GFS to calculate epos group On branch feature/gefs_v13_822_add_atm_fcst Changes to be committed: modified: workflow/rocoto/workflow_tasks.py Refs: #822 --- workflow/rocoto/workflow_tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/rocoto/workflow_tasks.py b/workflow/rocoto/workflow_tasks.py index c31397dd26..83850e44c1 100644 --- a/workflow/rocoto/workflow_tasks.py +++ b/workflow/rocoto/workflow_tasks.py @@ -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']