From 1c7800376c29b67ead1aef75b17dd5d03108c3be Mon Sep 17 00:00:00 2001 From: Sukhil Patel Date: Wed, 13 Mar 2024 16:27:31 +0000 Subject: [PATCH] Add ecmwf to multimodal model config example --- configs.example/model/multimodal.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs.example/model/multimodal.yaml b/configs.example/model/multimodal.yaml index 82cabf13..650a2649 100644 --- a/configs.example/model/multimodal.yaml +++ b/configs.example/model/multimodal.yaml @@ -15,6 +15,14 @@ nwp_encoders_dict: number_of_conv3d_layers: 6 conv3d_channels: 32 image_size_pixels: 24 + ecmwf: + _target_: pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet + _partial_: True + in_channels: 12 + out_features: 256 + number_of_conv3d_layers: 4 + conv3d_channels: 32 + image_size_pixels: 12 #-------------------------------------------- # Sat encoder settings @@ -77,8 +85,10 @@ pv_history_minutes: 180 # These must be set for each NWP encoder nwp_history_minutes: ukv: 120 + ecmwf: 120 nwp_forecast_minutes: ukv: 480 + ecmwf: 480 # ---------------------------------------------- # Optimizer