Skip to content

Commit

Permalink
Fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Oct 25, 2023
1 parent bec1b76 commit 840f549
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions configs/model/multimodal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ nwp_encoder:
conv3d_channels: 32
image_size_pixels: 24

#--------------------------------------------
# Sat encoder settings
#--------------------------------------------
include_sat: False
include_nwp: True
add_image_embedding_channel: True
sat_image_size_pixels: 48
nwp_image_size_pixels: 48
number_sat_channels: 11
number_nwp_channels: 2

sat_encoder:
_target_: pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet
Expand Down Expand Up @@ -57,24 +61,22 @@ output_network:

embedding_dim: 16
include_sun: True
include_gsp_yield_history: False
include_gsp_yield_history: false

#--------------------------------------------
# Times
#--------------------------------------------

# Foreast and time settings
forecast_minutes: 480
forecast_minutes: 2880 # 48 hours
history_minutes: 120

min_sat_delay_minutes: 60

# --- set to null if same as history_minutes ---
sat_history_minutes: 90
nwp_history_minutes: 120
nwp_forecast_minutes: 480
pv_history_minutes: 180

nwp_forecast_minutes: 2880 # 48 hours
# ----------------------------------------------
# Optimizer
# ----------------------------------------------
Expand Down

0 comments on commit 840f549

Please sign in to comment.