From 483f57ccf7d25b0f3ae90b4ead058c0d984dfdf0 Mon Sep 17 00:00:00 2001 From: Michael Kelleher Date: Wed, 10 Apr 2024 13:14:40 -0500 Subject: [PATCH] Fix offset for annual avg --- components/mpas-ocean/cime_config/SystemTests/mvko.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mpas-ocean/cime_config/SystemTests/mvko.py b/components/mpas-ocean/cime_config/SystemTests/mvko.py index de6e6edb30e5..71477a4dfc12 100644 --- a/components/mpas-ocean/cime_config/SystemTests/mvko.py +++ b/components/mpas-ocean/cime_config/SystemTests/mvko.py @@ -180,7 +180,7 @@ def build_phase(self, sharedlib_only=False, model_only=False): # Write yearly averages to custom output file tss_climatology_config = [ "config_am_timeseriesstatsclimatology_enable = .true.\n", - "config_am_timeseriesstatsclimatology_backward_output_offset = '00-03-00_00:00:00'\n", + "config_am_timeseriesstatsclimatology_backward_output_offset = '01-00-00_00:00:00'\n", "config_am_timeseriesstatsclimatology_compute_interval = '00-00-00_01:00:00'\n", "config_am_timeseriesstatsclimatology_compute_on_startup = .false.\n", "config_am_timeseriesstatsclimatology_duration_intervals = '01-00-00_00:00'\n",