From 8dc4e26a63ab7f6cae188ccd433d3bdb57a2a2f8 Mon Sep 17 00:00:00 2001 From: Alexandra Udaltsova <43303448+AUdaltsova@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:58:00 +0100 Subject: [PATCH] Add nwp_interval_minutes to multimodal.yaml Update example configs to accommodate setting different time resolution for NWPs --- configs.example/model/multimodal.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs.example/model/multimodal.yaml b/configs.example/model/multimodal.yaml index 650a2649..56955d8d 100644 --- a/configs.example/model/multimodal.yaml +++ b/configs.example/model/multimodal.yaml @@ -89,6 +89,10 @@ nwp_history_minutes: nwp_forecast_minutes: ukv: 480 ecmwf: 480 +# This dictionary is optional, but make sure to include if using data with different time resolution as defaults to 60 +nwp_interval_minutes: + ukv: 60 + ecmwf: 60 # ---------------------------------------------- # Optimizer