From 05b362ac5dcaa50b2da317256cc828cceb36bd2f Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Wed, 28 Sep 2022 12:34:09 -0400 Subject: [PATCH] Change back for echgres funtion because cycled gfs doesn't run it On branch feature/dev_early_enkf modified: rocoto/workflow_tasks.py Refs: #1021 --- workflow/rocoto/workflow_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rocoto/workflow_tasks.py b/workflow/rocoto/workflow_tasks.py index 409e95bbab..cdac9ede46 100644 --- a/workflow/rocoto/workflow_tasks.py +++ b/workflow/rocoto/workflow_tasks.py @@ -1175,7 +1175,7 @@ def efcs(self): def echgres(self): - #self._is_this_a_gdas_task(self.cdump, 'echgres') + self._is_this_a_gdas_task(self.cdump, 'echgres') deps = [] dep_dict = {'type': 'task', 'name': f'{self.cdump}fcst'}