Skip to content

Commit

Permalink
Change default TIMEDELTA_SPACING from 12h to 6h. This is in line with…
Browse files Browse the repository at this point in the history
… what we do for our evals.

PiperOrigin-RevId: 703651863
  • Loading branch information
langmore authored and Weatherbench2 authors committed Dec 7, 2024
1 parent fba7ec3 commit 90550ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compute_probabilistic_climatological_forecasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 90550ae

Please sign in to comment.