Skip to content

Commit

Permalink
Merge pull request #160 from openclimatefix/add-ecmwf-to-multimodal-c…
Browse files Browse the repository at this point in the history
…onfig

Add ecmwf to multimodal model config example
  • Loading branch information
Sukh-P authored Mar 13, 2024
2 parents 7e1dd3b + 1c78003 commit 75b5886
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs.example/model/multimodal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 75b5886

Please sign in to comment.