From 90550ae08b45b4ca907aa6b11091bcaa827e75d8 Mon Sep 17 00:00:00 2001 From: Ian Langmore Date: Fri, 6 Dec 2024 16:36:54 -0800 Subject: [PATCH] Change default TIMEDELTA_SPACING from 12h to 6h. This is in line with what we do for our evals. PiperOrigin-RevId: 703651863 --- scripts/compute_probabilistic_climatological_forecasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compute_probabilistic_climatological_forecasts.py b/scripts/compute_probabilistic_climatological_forecasts.py index aca59f1..2157ad9 100644 --- a/scripts/compute_probabilistic_climatological_forecasts.py +++ b/scripts/compute_probabilistic_climatological_forecasts.py @@ -133,7 +133,7 @@ ) INITIAL_TIME_SPACING = flags.DEFINE_string( 'initial_time_spacing', - '12h', + '6h', help=( 'Spacing between initial forecast times. Must be a multiple of spacing' ' between times in INPUT. Must be a multiple or divisor of both one day'