Skip to content

Commit

Permalink
Fix offset for annual avg
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstratos committed Apr 10, 2024
1 parent a1cdc62 commit 483f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/SystemTests/mvko.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 483f57c

Please sign in to comment.