File size: 4,832 Bytes
4fd98bb
c4d1d47
 
 
 
 
 
 
 
cc486ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5fdc7ec
 
 
 
 
 
 
 
 
 
 
bbe244d
c4d1d47
 
4fd98bb
c4d1d47
 
 
 
 
 
 
4831fc7
 
5fdc7ec
c4d1d47
4831fc7
 
cc486ad
 
 
 
 
 
c4d1d47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4831fc7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
_target_: pvnet.models.LateFusionModel
output_quantiles:
- 0.02
- 0.1
- 0.25
- 0.5
- 0.75
- 0.9
- 0.98
nwp_encoders_dict:
  ukv:
    _target_: pvnet.models.late_fusion.encoders.encoders3d.DefaultPVNet
    _partial_: true
    in_channels: 9
    out_features: 256
    number_of_conv3d_layers: 6
    conv3d_channels: 32
    image_size_pixels: 24
  ecmwf:
    _target_: pvnet.models.late_fusion.encoders.encoders3d.DefaultPVNet
    _partial_: true
    in_channels: 11
    out_features: 256
    number_of_conv3d_layers: 4
    conv3d_channels: 32
    image_size_pixels: 12
sat_encoder:
  _target_: pvnet.models.late_fusion.encoders.encoders3d.ResConv3DNet
  _partial_: true
  in_channels: 11
  out_features: 256
  image_size_pixels: 24
  hidden_channels: 32
  n_res_blocks: 3
  res_block_layers: 3
  batch_norm: true
  dropout_frac: 0.0
add_image_embedding_channel: false
pv_encoder: null
output_network:
  _target_: pvnet.models.late_fusion.linear_networks.networks.ResFCNet
  _partial_: true
  fc_hidden_features: 128
  n_res_blocks: 6
  res_block_layers: 2
  dropout_frac: 0.0
embedding_dim: 16
include_sun: true
include_generation_history: false
t0_embedding_dim: 3
forecast_minutes: 480
history_minutes: 120
min_sat_delay_minutes: 0
sat_history_minutes: 30
nwp_history_minutes:
  ukv: 120
  ecmwf: 120
nwp_forecast_minutes:
  ukv: 540
  ecmwf: 540
location_id_mapping:
  1: 1
  2: 2
  3: 3
  4: 4
  6: 5
  7: 6
  8: 7
  9: 8
  10: 9
  11: 10
  12: 11
  13: 12
  14: 13
  15: 14
  16: 15
  18: 16
  19: 17
  20: 18
  21: 19
  22: 20
  23: 21
  24: 22
  25: 23
  26: 24
  27: 25
  28: 26
  29: 27
  30: 28
  31: 29
  32: 30
  33: 31
  34: 32
  35: 33
  36: 34
  37: 35
  38: 36
  39: 37
  40: 38
  42: 39
  43: 40
  44: 41
  45: 42
  46: 43
  47: 44
  48: 45
  49: 46
  50: 47
  51: 48
  52: 49
  54: 50
  55: 51
  56: 52
  57: 53
  58: 54
  59: 55
  60: 56
  61: 57
  62: 58
  63: 59
  64: 60
  65: 61
  66: 62
  67: 63
  68: 64
  69: 65
  70: 66
  71: 67
  72: 68
  73: 69
  74: 70
  76: 71
  77: 72
  78: 73
  79: 74
  80: 75
  81: 76
  82: 77
  83: 78
  84: 79
  85: 80
  86: 81
  87: 82
  88: 83
  89: 84
  90: 85
  91: 86
  92: 87
  93: 88
  94: 89
  95: 90
  96: 91
  97: 92
  98: 93
  99: 94
  100: 95
  101: 96
  102: 97
  103: 98
  104: 99
  105: 100
  106: 101
  107: 102
  108: 103
  109: 104
  110: 105
  111: 106
  112: 107
  113: 108
  114: 109
  115: 110
  116: 111
  117: 112
  118: 113
  119: 114
  120: 115
  121: 116
  122: 117
  123: 118
  124: 119
  125: 120
  126: 121
  127: 122
  128: 123
  129: 124
  130: 125
  131: 126
  132: 127
  133: 128
  134: 129
  135: 130
  136: 131
  137: 132
  138: 133
  141: 134
  142: 135
  144: 136
  145: 137
  146: 138
  147: 139
  148: 140
  149: 141
  150: 142
  151: 143
  152: 144
  153: 145
  154: 146
  155: 147
  156: 148
  159: 149
  160: 150
  161: 151
  162: 152
  164: 153
  165: 154
  166: 155
  167: 156
  168: 157
  169: 158
  170: 159
  171: 160
  172: 161
  173: 162
  174: 163
  175: 164
  176: 165
  177: 166
  178: 167
  179: 168
  180: 169
  181: 170
  182: 171
  183: 172
  184: 173
  185: 174
  186: 175
  187: 176
  188: 177
  189: 178
  190: 179
  191: 180
  192: 181
  193: 182
  194: 183
  195: 184
  196: 185
  197: 186
  198: 187
  199: 188
  200: 189
  201: 190
  202: 191
  203: 192
  204: 193
  205: 194
  206: 195
  207: 196
  208: 197
  209: 198
  210: 199
  211: 200
  212: 201
  213: 202
  214: 203
  215: 204
  216: 205
  217: 206
  218: 207
  219: 208
  220: 209
  221: 210
  222: 211
  223: 212
  224: 213
  226: 214
  227: 215
  228: 216
  229: 217
  230: 218
  231: 219
  232: 220
  233: 221
  234: 222
  235: 223
  236: 224
  237: 225
  238: 226
  239: 227
  240: 228
  241: 229
  242: 230
  243: 231
  244: 232
  245: 233
  246: 234
  247: 235
  248: 236
  249: 237
  250: 238
  251: 239
  252: 240
  253: 241
  254: 242
  255: 243
  256: 244
  258: 245
  259: 246
  260: 247
  261: 248
  262: 249
  263: 250
  264: 251
  265: 252
  266: 253
  267: 254
  268: 255
  269: 256
  270: 257
  271: 258
  272: 259
  273: 260
  274: 261
  275: 262
  276: 263
  277: 264
  278: 265
  279: 266
  280: 267
  281: 268
  282: 269
  283: 270
  284: 271
  285: 272
  286: 273
  287: 274
  288: 275
  289: 276
  290: 277
  291: 278
  292: 279
  293: 280
  294: 281
  295: 282
  296: 283
  297: 284
  298: 285
  299: 286
  300: 287
  301: 288
  302: 289
  303: 290
  304: 291
  305: 292
  306: 293
  307: 294
  308: 295
  309: 296
  311: 297
  312: 298
  313: 299
  314: 300
  315: 301
  316: 302
  317: 303
  318: 304
  319: 305
  320: 306
  321: 307
  322: 308
  323: 309
  324: 310
  325: 311
  326: 312
  327: 313
  328: 314
  329: 315
  330: 316
  331: 317
  332: 318
  333: 319
  334: 320
  335: 321
  336: 322
  337: 323
  338: 324
  339: 325
  340: 326
  341: 327
  342: 328
  343: 329
  344: 330
  345: 331
  346: 332
  347: 333
  348: 334