Skip to content

Commit 90550ae

Browse files
langmoreWeatherbench2 authors
authored and
Weatherbench2 authors
committed
Change default TIMEDELTA_SPACING from 12h to 6h. This is in line with what we do for our evals.
PiperOrigin-RevId: 703651863
1 parent fba7ec3 commit 90550ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compute_probabilistic_climatological_forecasts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
)
134134
INITIAL_TIME_SPACING = flags.DEFINE_string(
135135
'initial_time_spacing',
136-
'12h',
136+
'6h',
137137
help=(
138138
'Spacing between initial forecast times. Must be a multiple of spacing'
139139
' between times in INPUT. Must be a multiple or divisor of both one day'

0 commit comments

Comments
 (0)