From c23ca3e1935eb9345953b4c39aea1ba3580ee220 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Wed, 12 Feb 2025 15:42:40 +0000 Subject: [PATCH] pynorms --- sorc/gdas.cd | 2 +- ush/python/pygfs/task/analysis_calc.py | 4 ++-- ush/python/pygfs/task/ensemble_center.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sorc/gdas.cd b/sorc/gdas.cd index 55304f0c3f..ee1b0b73a6 160000 --- a/sorc/gdas.cd +++ b/sorc/gdas.cd @@ -1 +1 @@ -Subproject commit 55304f0c3f7f9e0401c7a123576ebca4a297bec8 +Subproject commit ee1b0b73a6ee442dfc3f19a0b0017afb41e2a01a diff --git a/ush/python/pygfs/task/analysis_calc.py b/ush/python/pygfs/task/analysis_calc.py index 6e769d0ea3..f3702dd593 100644 --- a/ush/python/pygfs/task/analysis_calc.py +++ b/ush/python/pygfs/task/analysis_calc.py @@ -42,8 +42,8 @@ def __init__(self, config): _iau_times_iso = [] for hour in self.task_config.IAUFHRS: - _iau_times_iso.append(to_isotime(_window_begin + to_timedelta(f"{str(hour)}H") - - to_timedelta(f"{self.task_config.assim_freq}H")/2)) + _iau_times_iso.append(to_isotime(_window_begin + to_timedelta(f"{str(hour)}H") - + to_timedelta(f"{self.task_config.assim_freq}H")/2)) # Create a local dictionary that is repeatedly used across this class local_dict = AttrDict( diff --git a/ush/python/pygfs/task/ensemble_center.py b/ush/python/pygfs/task/ensemble_center.py index 37e4c89dac..8ce1802a12 100644 --- a/ush/python/pygfs/task/ensemble_center.py +++ b/ush/python/pygfs/task/ensemble_center.py @@ -42,8 +42,8 @@ def __init__(self, config): _iau_times_iso = [] for hour in self.task_config.IAUFHRS: - _iau_times_iso.append(to_isotime(_window_begin + to_timedelta(f"{str(hour)}H") - - to_timedelta(f"{self.task_config.assim_freq}H")/2)) + _iau_times_iso.append(to_isotime(_window_begin + to_timedelta(f"{str(hour)}H") - + to_timedelta(f"{self.task_config.assim_freq}H")/2)) # Create a local dictionary that is repeatedly used across this class local_dict = AttrDict(