@digital4better/data 1.3.50 → 1.3.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/data/ai/models.csv +19 -3
  2. package/data/ai/models.json +564 -7
  3. package/data/factor/continent-monthly-green.csv +6 -0
  4. package/data/factor/continent-monthly-green.json +66 -0
  5. package/data/factor/continent-monthly.csv +6 -0
  6. package/data/factor/continent-monthly.json +66 -0
  7. package/data/factor/continent-yearly-green.csv +6 -6
  8. package/data/factor/continent-yearly-green.json +54 -54
  9. package/data/factor/continent-yearly.csv +6 -6
  10. package/data/factor/continent-yearly.json +54 -54
  11. package/data/factor/country-monthly-green.csv +213 -0
  12. package/data/factor/country-monthly-green.json +2343 -0
  13. package/data/factor/country-monthly.csv +213 -0
  14. package/data/factor/country-monthly.json +2343 -0
  15. package/data/factor/country-yearly-green.csv +88 -88
  16. package/data/factor/country-yearly-green.json +768 -768
  17. package/data/factor/country-yearly.csv +88 -88
  18. package/data/factor/country-yearly.json +763 -763
  19. package/data/factor/subdivision-monthly-green.csv +90 -26
  20. package/data/factor/subdivision-monthly-green.json +938 -234
  21. package/data/factor/subdivision-monthly.csv +90 -26
  22. package/data/factor/subdivision-monthly.json +938 -234
  23. package/data/factor/subdivision-yearly-green.csv +64 -64
  24. package/data/factor/subdivision-yearly-green.json +576 -576
  25. package/data/factor/subdivision-yearly.csv +64 -64
  26. package/data/factor/subdivision-yearly.json +576 -576
  27. package/data/factor/world-monthly-green.csv +1 -0
  28. package/data/factor/world-monthly-green.json +11 -0
  29. package/data/factor/world-monthly.csv +1 -0
  30. package/data/factor/world-monthly.json +11 -0
  31. package/data/factor/world-yearly-green.csv +1 -1
  32. package/data/factor/world-yearly-green.json +9 -9
  33. package/data/factor/world-yearly.csv +1 -1
  34. package/data/factor/world-yearly.json +9 -9
  35. package/data/mix/continent-monthly-green.csv +6 -0
  36. package/data/mix/continent-monthly-green.json +36 -0
  37. package/data/mix/continent-monthly.csv +6 -0
  38. package/data/mix/continent-monthly.json +66 -0
  39. package/data/mix/continent-yearly-green.csv +6 -6
  40. package/data/mix/continent-yearly-green.json +22 -22
  41. package/data/mix/continent-yearly.csv +6 -6
  42. package/data/mix/continent-yearly.json +41 -41
  43. package/data/mix/country-monthly-green.csv +213 -0
  44. package/data/mix/country-monthly-green.json +1278 -0
  45. package/data/mix/country-monthly.csv +213 -0
  46. package/data/mix/country-monthly.json +2343 -0
  47. package/data/mix/country-yearly-green.csv +84 -84
  48. package/data/mix/country-yearly-green.json +292 -292
  49. package/data/mix/country-yearly.csv +84 -84
  50. package/data/mix/country-yearly.json +556 -556
  51. package/data/mix/subdivision-monthly-green.csv +90 -26
  52. package/data/mix/subdivision-monthly-green.json +474 -90
  53. package/data/mix/subdivision-monthly.csv +90 -26
  54. package/data/mix/subdivision-monthly.json +882 -178
  55. package/data/mix/subdivision-yearly-green.csv +64 -64
  56. package/data/mix/subdivision-yearly-green.json +215 -215
  57. package/data/mix/subdivision-yearly.csv +64 -64
  58. package/data/mix/subdivision-yearly.json +377 -377
  59. package/data/mix/world-monthly-green.csv +1 -0
  60. package/data/mix/world-monthly-green.json +6 -0
  61. package/data/mix/world-monthly.csv +1 -0
  62. package/data/mix/world-monthly.json +11 -0
  63. package/data/mix/world-yearly-green.csv +1 -1
  64. package/data/mix/world-yearly-green.json +4 -4
  65. package/data/mix/world-yearly.csv +1 -1
  66. package/data/mix/world-yearly.json +8 -8
  67. package/package.json +1 -1
@@ -168,15 +168,15 @@
168
168
  "Wind": 0.0626
169
169
  },
170
170
  "2026": {
171
- "Bioenergy": 0.0162,
172
- "Coal": 0.4171,
173
- "Gas": 0.0758,
174
- "Hydro": 0.2642,
175
- "Nuclear": 0.039,
171
+ "Bioenergy": 0.016,
172
+ "Coal": 0.4143,
173
+ "Gas": 0.0753,
174
+ "Hydro": 0.2652,
175
+ "Nuclear": 0.0391,
176
176
  "Other Fossil": 0.0199,
177
- "Other Renewables": 0.0032,
178
- "Solar": 0.0967,
179
- "Wind": 0.0679
177
+ "Other Renewables": 0.0033,
178
+ "Solar": 0.0988,
179
+ "Wind": 0.0681
180
180
  }
181
181
  },
182
182
  "AG": {
@@ -350,12 +350,12 @@
350
350
  "2026": {
351
351
  "Bioenergy": 0,
352
352
  "Coal": 0,
353
- "Gas": 0.4174,
354
- "Hydro": 0.1778,
355
- "Nuclear": 0.3202,
353
+ "Gas": 0.417,
354
+ "Hydro": 0.1783,
355
+ "Nuclear": 0.32,
356
356
  "Other Fossil": 0,
357
357
  "Other Renewables": 0,
358
- "Solar": 0.0847,
358
+ "Solar": 0.0848,
359
359
  "Wind": 0
360
360
  }
361
361
  },
@@ -528,15 +528,15 @@
528
528
  "Wind": 0.1299
529
529
  },
530
530
  "2026": {
531
- "Bioenergy": 0.0108,
532
- "Coal": 0.007,
533
- "Gas": 0.5688,
534
- "Hydro": 0.1802,
535
- "Nuclear": 0.0534,
536
- "Other Fossil": 0.0084,
531
+ "Bioenergy": 0.0111,
532
+ "Coal": 0.0066,
533
+ "Gas": 0.5661,
534
+ "Hydro": 0.1847,
535
+ "Nuclear": 0.0513,
536
+ "Other Fossil": 0.0083,
537
537
  "Other Renewables": 0,
538
- "Solar": 0.0438,
539
- "Wind": 0.1275
538
+ "Solar": 0.0432,
539
+ "Wind": 0.1287
540
540
  }
541
541
  },
542
542
  "AS": {
@@ -708,15 +708,15 @@
708
708
  "Wind": 0.1306
709
709
  },
710
710
  "2026": {
711
- "Bioenergy": 0.0306,
712
- "Coal": 0.0156,
713
- "Gas": 0.1605,
714
- "Hydro": 0.4495,
715
- "Nuclear": 0.0227,
716
- "Other Fossil": 0.0166,
717
- "Other Renewables": 0.0009,
718
- "Solar": 0.157,
719
- "Wind": 0.1468
711
+ "Bioenergy": 0.0298,
712
+ "Coal": 0.0133,
713
+ "Gas": 0.1374,
714
+ "Hydro": 0.4644,
715
+ "Nuclear": 0.0194,
716
+ "Other Fossil": 0.0165,
717
+ "Other Renewables": 0.0007,
718
+ "Solar": 0.1741,
719
+ "Wind": 0.1443
720
720
  }
721
721
  },
722
722
  "AU": {
@@ -798,15 +798,15 @@
798
798
  "Wind": 0.1585
799
799
  },
800
800
  "2026": {
801
- "Bioenergy": 0.0025,
802
- "Coal": 0.4927,
803
- "Gas": 0.0572,
804
- "Hydro": 0.0544,
801
+ "Bioenergy": 0.0022,
802
+ "Coal": 0.4979,
803
+ "Gas": 0.0607,
804
+ "Hydro": 0.0568,
805
805
  "Nuclear": 0,
806
806
  "Other Fossil": 0,
807
807
  "Other Renewables": 0,
808
- "Solar": 0.2358,
809
- "Wind": 0.1573
808
+ "Solar": 0.2232,
809
+ "Wind": 0.1592
810
810
  }
811
811
  },
812
812
  "AW": {
@@ -980,13 +980,13 @@
980
980
  "2026": {
981
981
  "Bioenergy": 0,
982
982
  "Coal": 0,
983
- "Gas": 0.803,
983
+ "Gas": 0.8031,
984
984
  "Hydro": 0.1264,
985
985
  "Nuclear": 0,
986
986
  "Other Fossil": 0.0044,
987
987
  "Other Renewables": 0,
988
988
  "Solar": 0.0131,
989
- "Wind": 0.0532
989
+ "Wind": 0.053
990
990
  }
991
991
  },
992
992
  "BA": {
@@ -1069,14 +1069,14 @@
1069
1069
  },
1070
1070
  "2026": {
1071
1071
  "Bioenergy": 0,
1072
- "Coal": 0.4761,
1072
+ "Coal": 0.4936,
1073
1073
  "Gas": 0,
1074
- "Hydro": 0.4759,
1074
+ "Hydro": 0.4555,
1075
1075
  "Nuclear": 0,
1076
1076
  "Other Fossil": 0,
1077
1077
  "Other Renewables": 0,
1078
- "Solar": 0.0323,
1079
- "Wind": 0.0157
1078
+ "Solar": 0.0356,
1079
+ "Wind": 0.0153
1080
1080
  }
1081
1081
  },
1082
1082
  "BB": {
@@ -1248,15 +1248,15 @@
1248
1248
  "Wind": 0.0131
1249
1249
  },
1250
1250
  "2026": {
1251
- "Bioenergy": 0.0036,
1252
- "Coal": 0.4065,
1253
- "Gas": 0.4318,
1254
- "Hydro": 0.0217,
1255
- "Nuclear": 0.0087,
1256
- "Other Fossil": 0.077,
1251
+ "Bioenergy": 0.0035,
1252
+ "Coal": 0.4038,
1253
+ "Gas": 0.4296,
1254
+ "Hydro": 0.0215,
1255
+ "Nuclear": 0.0086,
1256
+ "Other Fossil": 0.0822,
1257
1257
  "Other Renewables": 0.0007,
1258
1258
  "Solar": 0.0339,
1259
- "Wind": 0.0161
1259
+ "Wind": 0.016
1260
1260
  }
1261
1261
  },
1262
1262
  "BE": {
@@ -1338,15 +1338,15 @@
1338
1338
  "Wind": 0.1893
1339
1339
  },
1340
1340
  "2026": {
1341
- "Bioenergy": 0.0325,
1342
- "Coal": 0.0349,
1343
- "Gas": 0.2698,
1344
- "Hydro": 0.056,
1345
- "Nuclear": 0.182,
1346
- "Other Fossil": 0.066,
1347
- "Other Renewables": 0.0024,
1348
- "Solar": 0.1582,
1349
- "Wind": 0.198
1341
+ "Bioenergy": 0.033,
1342
+ "Coal": 0.0362,
1343
+ "Gas": 0.269,
1344
+ "Hydro": 0.0614,
1345
+ "Nuclear": 0.1653,
1346
+ "Other Fossil": 0.0662,
1347
+ "Other Renewables": 0.0026,
1348
+ "Solar": 0.1763,
1349
+ "Wind": 0.19
1350
1350
  }
1351
1351
  },
1352
1352
  "BF": {
@@ -1518,15 +1518,15 @@
1518
1518
  "Wind": 0.037
1519
1519
  },
1520
1520
  "2026": {
1521
- "Bioenergy": 0.0039,
1522
- "Coal": 0.2283,
1523
- "Gas": 0.0692,
1524
- "Hydro": 0.1411,
1525
- "Nuclear": 0.3688,
1526
- "Other Fossil": 0.0007,
1521
+ "Bioenergy": 0.0038,
1522
+ "Coal": 0.2173,
1523
+ "Gas": 0.0665,
1524
+ "Hydro": 0.1449,
1525
+ "Nuclear": 0.3598,
1526
+ "Other Fossil": 0.0006,
1527
1527
  "Other Renewables": 0.0002,
1528
- "Solar": 0.1462,
1529
- "Wind": 0.0416
1528
+ "Solar": 0.1657,
1529
+ "Wind": 0.0412
1530
1530
  }
1531
1531
  },
1532
1532
  "BH": {
@@ -2060,13 +2060,13 @@
2060
2060
  "2026": {
2061
2061
  "Bioenergy": 0,
2062
2062
  "Coal": 0,
2063
- "Gas": 0.6667,
2064
- "Hydro": 0.29,
2063
+ "Gas": 0.6639,
2064
+ "Hydro": 0.2916,
2065
2065
  "Nuclear": 0,
2066
2066
  "Other Fossil": 0,
2067
2067
  "Other Renewables": 0,
2068
- "Solar": 0.0296,
2069
- "Wind": 0.0138
2068
+ "Solar": 0.0297,
2069
+ "Wind": 0.0148
2070
2070
  }
2071
2071
  },
2072
2072
  "BR": {
@@ -2149,14 +2149,14 @@
2149
2149
  },
2150
2150
  "2026": {
2151
2151
  "Bioenergy": 0.0559,
2152
- "Coal": 0.0125,
2153
- "Gas": 0.0708,
2154
- "Hydro": 0.6,
2155
- "Nuclear": 0.0151,
2156
- "Other Fossil": 0.0064,
2152
+ "Coal": 0.0119,
2153
+ "Gas": 0.0695,
2154
+ "Hydro": 0.6001,
2155
+ "Nuclear": 0.0163,
2156
+ "Other Fossil": 0.0063,
2157
2157
  "Other Renewables": 0,
2158
- "Solar": 0.1291,
2159
- "Wind": 0.1102
2158
+ "Solar": 0.1282,
2159
+ "Wind": 0.1117
2160
2160
  }
2161
2161
  },
2162
2162
  "BS": {
@@ -2508,15 +2508,15 @@
2508
2508
  "Wind": 0.0137
2509
2509
  },
2510
2510
  "2026": {
2511
- "Bioenergy": 0.0125,
2511
+ "Bioenergy": 0.0126,
2512
2512
  "Coal": 0,
2513
2513
  "Gas": 0.5791,
2514
2514
  "Hydro": 0.018,
2515
- "Nuclear": 0.2778,
2516
- "Other Fossil": 0.0967,
2515
+ "Nuclear": 0.2779,
2516
+ "Other Fossil": 0.0968,
2517
2517
  "Other Renewables": 0,
2518
- "Solar": 0.0055,
2519
- "Wind": 0.0105
2518
+ "Solar": 0.0054,
2519
+ "Wind": 0.0104
2520
2520
  }
2521
2521
  },
2522
2522
  "BZ": {
@@ -2599,14 +2599,14 @@
2599
2599
  },
2600
2600
  "2026": {
2601
2601
  "Bioenergy": 0.1797,
2602
- "Coal": 0.0145,
2603
- "Gas": 0.0985,
2604
- "Hydro": 0.5133,
2605
- "Nuclear": 0.0075,
2606
- "Other Fossil": 0.0986,
2602
+ "Coal": 0.0144,
2603
+ "Gas": 0.0988,
2604
+ "Hydro": 0.5129,
2605
+ "Nuclear": 0.0076,
2606
+ "Other Fossil": 0.0987,
2607
2607
  "Other Renewables": 0.0021,
2608
- "Solar": 0.0499,
2609
- "Wind": 0.036
2608
+ "Solar": 0.0496,
2609
+ "Wind": 0.0363
2610
2610
  }
2611
2611
  },
2612
2612
  "CA": {
@@ -2688,15 +2688,15 @@
2688
2688
  "Wind": 0.081
2689
2689
  },
2690
2690
  "2026": {
2691
- "Bioenergy": 0.0156,
2692
- "Coal": 0.0224,
2693
- "Gas": 0.1711,
2694
- "Hydro": 0.5662,
2695
- "Nuclear": 0.1217,
2696
- "Other Fossil": 0.0081,
2691
+ "Bioenergy": 0.0155,
2692
+ "Coal": 0.0222,
2693
+ "Gas": 0.1698,
2694
+ "Hydro": 0.5655,
2695
+ "Nuclear": 0.123,
2696
+ "Other Fossil": 0.008,
2697
2697
  "Other Renewables": 0.0007,
2698
- "Solar": 0.0066,
2699
- "Wind": 0.0876
2698
+ "Solar": 0.0068,
2699
+ "Wind": 0.0884
2700
2700
  }
2701
2701
  },
2702
2702
  "CD": {
@@ -3048,15 +3048,15 @@
3048
3048
  "Wind": 0.0145
3049
3049
  },
3050
3050
  "2026": {
3051
- "Bioenergy": 0.0048,
3052
- "Coal": 0.0218,
3053
- "Gas": 0.0418,
3054
- "Hydro": 0.4556,
3055
- "Nuclear": 0.2639,
3056
- "Other Fossil": 0.053,
3057
- "Other Renewables": 0.0012,
3058
- "Solar": 0.1302,
3059
- "Wind": 0.0277
3051
+ "Bioenergy": 0.0041,
3052
+ "Coal": 0.0185,
3053
+ "Gas": 0.0355,
3054
+ "Hydro": 0.4655,
3055
+ "Nuclear": 0.2543,
3056
+ "Other Fossil": 0.0514,
3057
+ "Other Renewables": 0.001,
3058
+ "Solar": 0.146,
3059
+ "Wind": 0.0238
3060
3060
  }
3061
3061
  },
3062
3062
  "CI": {
@@ -3318,15 +3318,15 @@
3318
3318
  "Wind": 0.1426
3319
3319
  },
3320
3320
  "2026": {
3321
- "Bioenergy": 0.0227,
3322
- "Coal": 0.1649,
3323
- "Gas": 0.1713,
3324
- "Hydro": 0.1952,
3321
+ "Bioenergy": 0.0233,
3322
+ "Coal": 0.1681,
3323
+ "Gas": 0.1723,
3324
+ "Hydro": 0.1918,
3325
3325
  "Nuclear": 0,
3326
- "Other Fossil": 0.016,
3326
+ "Other Fossil": 0.0165,
3327
3327
  "Other Renewables": 0.0014,
3328
- "Solar": 0.2857,
3329
- "Wind": 0.1427
3328
+ "Solar": 0.2816,
3329
+ "Wind": 0.1451
3330
3330
  }
3331
3331
  },
3332
3332
  "CM": {
@@ -3498,15 +3498,15 @@
3498
3498
  "Wind": 0.1087
3499
3499
  },
3500
3500
  "2026": {
3501
- "Bioenergy": 0.0192,
3502
- "Coal": 0.5528,
3503
- "Gas": 0.0283,
3504
- "Hydro": 0.1055,
3505
- "Nuclear": 0.0456,
3506
- "Other Fossil": 0.0016,
3501
+ "Bioenergy": 0.0189,
3502
+ "Coal": 0.5444,
3503
+ "Gas": 0.0279,
3504
+ "Hydro": 0.1097,
3505
+ "Nuclear": 0.0458,
3506
+ "Other Fossil": 0.0015,
3507
3507
  "Other Renewables": 0,
3508
- "Solar": 0.1255,
3509
- "Wind": 0.1216
3508
+ "Solar": 0.1306,
3509
+ "Wind": 0.1212
3510
3510
  }
3511
3511
  },
3512
3512
  "CO": {
@@ -3678,15 +3678,15 @@
3678
3678
  "Wind": 0.1164
3679
3679
  },
3680
3680
  "2026": {
3681
- "Bioenergy": 0.0077,
3682
- "Coal": 0.0007,
3683
- "Gas": 0.0047,
3684
- "Hydro": 0.6573,
3685
- "Nuclear": 0.0004,
3686
- "Other Fossil": 0.0462,
3687
- "Other Renewables": 0.1148,
3688
- "Solar": 0.0018,
3689
- "Wind": 0.1664
3681
+ "Bioenergy": 0.0064,
3682
+ "Coal": 0.0006,
3683
+ "Gas": 0.0038,
3684
+ "Hydro": 0.6654,
3685
+ "Nuclear": 0.0003,
3686
+ "Other Fossil": 0.0456,
3687
+ "Other Renewables": 0.114,
3688
+ "Solar": 0.0015,
3689
+ "Wind": 0.1625
3690
3690
  }
3691
3691
  },
3692
3692
  "CU": {
@@ -3953,10 +3953,10 @@
3953
3953
  "Gas": 0,
3954
3954
  "Hydro": 0,
3955
3955
  "Nuclear": 0,
3956
- "Other Fossil": 0.7591,
3956
+ "Other Fossil": 0.7561,
3957
3957
  "Other Renewables": 0,
3958
- "Solar": 0.1788,
3959
- "Wind": 0.0621
3958
+ "Solar": 0.1829,
3959
+ "Wind": 0.061
3960
3960
  }
3961
3961
  },
3962
3962
  "CZ": {
@@ -4038,15 +4038,15 @@
4038
4038
  "Wind": 0.0092
4039
4039
  },
4040
4040
  "2026": {
4041
- "Bioenergy": 0.0363,
4042
- "Coal": 0.3722,
4043
- "Gas": 0.0735,
4041
+ "Bioenergy": 0.0369,
4042
+ "Coal": 0.3541,
4043
+ "Gas": 0.0674,
4044
4044
  "Hydro": 0.0199,
4045
- "Nuclear": 0.3836,
4046
- "Other Fossil": 0.0083,
4047
- "Other Renewables": 0.0312,
4048
- "Solar": 0.0653,
4049
- "Wind": 0.0097
4045
+ "Nuclear": 0.3966,
4046
+ "Other Fossil": 0.0092,
4047
+ "Other Renewables": 0.0317,
4048
+ "Solar": 0.0746,
4049
+ "Wind": 0.0096
4050
4050
  }
4051
4051
  },
4052
4052
  "DE": {
@@ -4128,15 +4128,15 @@
4128
4128
  "Wind": 0.2717
4129
4129
  },
4130
4130
  "2026": {
4131
- "Bioenergy": 0.0832,
4132
- "Coal": 0.2033,
4133
- "Gas": 0.1629,
4134
- "Hydro": 0.0305,
4135
- "Nuclear": 0.0016,
4136
- "Other Fossil": 0.0378,
4137
- "Other Renewables": 0.007,
4138
- "Solar": 0.1962,
4139
- "Wind": 0.2775
4131
+ "Bioenergy": 0.0845,
4132
+ "Coal": 0.1979,
4133
+ "Gas": 0.1534,
4134
+ "Hydro": 0.0329,
4135
+ "Nuclear": 0.0024,
4136
+ "Other Fossil": 0.038,
4137
+ "Other Renewables": 0.0073,
4138
+ "Solar": 0.2206,
4139
+ "Wind": 0.2631
4140
4140
  }
4141
4141
  },
4142
4142
  "DJ": {
@@ -4308,15 +4308,15 @@
4308
4308
  "Wind": 0.5114
4309
4309
  },
4310
4310
  "2026": {
4311
- "Bioenergy": 0.1387,
4312
- "Coal": 0.05,
4313
- "Gas": 0.0536,
4314
- "Hydro": 0.0289,
4315
- "Nuclear": 0.0306,
4316
- "Other Fossil": 0.057,
4317
- "Other Renewables": 0.0013,
4318
- "Solar": 0.1209,
4319
- "Wind": 0.5189
4311
+ "Bioenergy": 0.1394,
4312
+ "Coal": 0.0464,
4313
+ "Gas": 0.0548,
4314
+ "Hydro": 0.0324,
4315
+ "Nuclear": 0.0333,
4316
+ "Other Fossil": 0.0575,
4317
+ "Other Renewables": 0.0014,
4318
+ "Solar": 0.1409,
4319
+ "Wind": 0.4939
4320
4320
  }
4321
4321
  },
4322
4322
  "DM": {
@@ -4668,15 +4668,15 @@
4668
4668
  "Wind": 0.0062
4669
4669
  },
4670
4670
  "2026": {
4671
- "Bioenergy": 0.0014,
4671
+ "Bioenergy": 0.0012,
4672
4672
  "Coal": 0.0002,
4673
- "Gas": 0.0297,
4674
- "Hydro": 0.6776,
4673
+ "Gas": 0.0294,
4674
+ "Hydro": 0.678,
4675
4675
  "Nuclear": 0.0001,
4676
- "Other Fossil": 0.2867,
4676
+ "Other Fossil": 0.2872,
4677
4677
  "Other Renewables": 0,
4678
- "Solar": 0.0007,
4679
- "Wind": 0.0036
4678
+ "Solar": 0.0006,
4679
+ "Wind": 0.0035
4680
4680
  }
4681
4681
  },
4682
4682
  "EE": {
@@ -4758,15 +4758,15 @@
4758
4758
  "Wind": 0.2129
4759
4759
  },
4760
4760
  "2026": {
4761
- "Bioenergy": 0.0685,
4762
- "Coal": 0.0511,
4763
- "Gas": 0.0969,
4764
- "Hydro": 0.0694,
4765
- "Nuclear": 0.0783,
4766
- "Other Fossil": 0.2662,
4761
+ "Bioenergy": 0.0676,
4762
+ "Coal": 0.0486,
4763
+ "Gas": 0.0923,
4764
+ "Hydro": 0.0689,
4765
+ "Nuclear": 0.0761,
4766
+ "Other Fossil": 0.2568,
4767
4767
  "Other Renewables": 0.0031,
4768
- "Solar": 0.1581,
4769
- "Wind": 0.2083
4768
+ "Solar": 0.1808,
4769
+ "Wind": 0.2058
4770
4770
  }
4771
4771
  },
4772
4772
  "EG": {
@@ -5028,15 +5028,15 @@
5028
5028
  "Wind": 0.2168
5029
5029
  },
5030
5030
  "2026": {
5031
- "Bioenergy": 0.0136,
5032
- "Coal": 0.0011,
5033
- "Gas": 0.1685,
5034
- "Hydro": 0.1517,
5035
- "Nuclear": 0.202,
5036
- "Other Fossil": 0.007,
5037
- "Other Renewables": 0.0023,
5038
- "Solar": 0.2069,
5039
- "Wind": 0.2469
5031
+ "Bioenergy": 0.0139,
5032
+ "Coal": 0.0016,
5033
+ "Gas": 0.1692,
5034
+ "Hydro": 0.1471,
5035
+ "Nuclear": 0.1995,
5036
+ "Other Fossil": 0.0073,
5037
+ "Other Renewables": 0.0024,
5038
+ "Solar": 0.2269,
5039
+ "Wind": 0.2321
5040
5040
  }
5041
5041
  },
5042
5042
  "ET": {
@@ -5208,15 +5208,15 @@
5208
5208
  "Wind": 0.258
5209
5209
  },
5210
5210
  "2026": {
5211
- "Bioenergy": 0.1319,
5212
- "Coal": 0.0167,
5213
- "Gas": 0.0482,
5214
- "Hydro": 0.1511,
5215
- "Nuclear": 0.354,
5216
- "Other Fossil": 0.0482,
5211
+ "Bioenergy": 0.1285,
5212
+ "Coal": 0.0151,
5213
+ "Gas": 0.0428,
5214
+ "Hydro": 0.159,
5215
+ "Nuclear": 0.3558,
5216
+ "Other Fossil": 0.0449,
5217
5217
  "Other Renewables": 0.0045,
5218
- "Solar": 0.0172,
5219
- "Wind": 0.2281
5218
+ "Solar": 0.0198,
5219
+ "Wind": 0.2296
5220
5220
  }
5221
5221
  },
5222
5222
  "FJ": {
@@ -5569,14 +5569,14 @@
5569
5569
  },
5570
5570
  "2026": {
5571
5571
  "Bioenergy": 0.0063,
5572
- "Coal": 0.0017,
5573
- "Gas": 0.0322,
5574
- "Hydro": 0.1073,
5575
- "Nuclear": 0.691,
5576
- "Other Fossil": 0.0071,
5572
+ "Coal": 0.0015,
5573
+ "Gas": 0.0287,
5574
+ "Hydro": 0.1084,
5575
+ "Nuclear": 0.6923,
5576
+ "Other Fossil": 0.0072,
5577
5577
  "Other Renewables": 0,
5578
- "Solar": 0.0553,
5579
- "Wind": 0.0991
5578
+ "Solar": 0.0613,
5579
+ "Wind": 0.0943
5580
5580
  }
5581
5581
  },
5582
5582
  "GA": {
@@ -5748,15 +5748,15 @@
5748
5748
  "Wind": 0.3222
5749
5749
  },
5750
5750
  "2026": {
5751
- "Bioenergy": 0.0732,
5752
- "Coal": 0.0114,
5753
- "Gas": 0.2846,
5754
- "Hydro": 0.0303,
5755
- "Nuclear": 0.1411,
5756
- "Other Fossil": 0.0212,
5751
+ "Bioenergy": 0.0743,
5752
+ "Coal": 0.012,
5753
+ "Gas": 0.2819,
5754
+ "Hydro": 0.0317,
5755
+ "Nuclear": 0.1415,
5756
+ "Other Fossil": 0.0221,
5757
5757
  "Other Renewables": 0.0008,
5758
- "Solar": 0.0768,
5759
- "Wind": 0.3607
5758
+ "Solar": 0.0884,
5759
+ "Wind": 0.3475
5760
5760
  }
5761
5761
  },
5762
5762
  "GD": {
@@ -5928,15 +5928,15 @@
5928
5928
  "Wind": 0.016
5929
5929
  },
5930
5930
  "2026": {
5931
- "Bioenergy": 0.0039,
5932
- "Coal": 0.0942,
5933
- "Gas": 0.2384,
5934
- "Hydro": 0.6118,
5935
- "Nuclear": 0.0089,
5936
- "Other Fossil": 0.001,
5937
- "Other Renewables": 0.0007,
5938
- "Solar": 0.0179,
5939
- "Wind": 0.0233
5931
+ "Bioenergy": 0.0033,
5932
+ "Coal": 0.0816,
5933
+ "Gas": 0.2281,
5934
+ "Hydro": 0.6408,
5935
+ "Nuclear": 0.0077,
5936
+ "Other Fossil": 0.0009,
5937
+ "Other Renewables": 0.0006,
5938
+ "Solar": 0.0156,
5939
+ "Wind": 0.0213
5940
5940
  }
5941
5941
  },
5942
5942
  "GF": {
@@ -6739,14 +6739,14 @@
6739
6739
  },
6740
6740
  "2026": {
6741
6741
  "Bioenergy": 0,
6742
- "Coal": 0.0582,
6743
- "Gas": 0.3914,
6744
- "Hydro": 0.1234,
6742
+ "Coal": 0.0575,
6743
+ "Gas": 0.3929,
6744
+ "Hydro": 0.12,
6745
6745
  "Nuclear": 0,
6746
6746
  "Other Fossil": 0,
6747
6747
  "Other Renewables": 0,
6748
- "Solar": 0.1778,
6749
- "Wind": 0.2493
6748
+ "Solar": 0.1813,
6749
+ "Wind": 0.2483
6750
6750
  }
6751
6751
  },
6752
6752
  "GT": {
@@ -7189,14 +7189,14 @@
7189
7189
  },
7190
7190
  "2026": {
7191
7191
  "Bioenergy": 0.0081,
7192
- "Coal": 0.5587,
7193
- "Gas": 0.3398,
7194
- "Hydro": 0.0237,
7192
+ "Coal": 0.5578,
7193
+ "Gas": 0.3396,
7194
+ "Hydro": 0.024,
7195
7195
  "Nuclear": 0.0127,
7196
- "Other Fossil": 0.0051,
7196
+ "Other Fossil": 0.005,
7197
7197
  "Other Renewables": 0.0011,
7198
- "Solar": 0.0288,
7199
- "Wind": 0.0221
7198
+ "Solar": 0.0295,
7199
+ "Wind": 0.0222
7200
7200
  }
7201
7201
  },
7202
7202
  "HN": {
@@ -7280,10 +7280,10 @@
7280
7280
  "2026": {
7281
7281
  "Bioenergy": 0.0896,
7282
7282
  "Coal": 0.0054,
7283
- "Gas": 0.0053,
7283
+ "Gas": 0.0054,
7284
7284
  "Hydro": 0.2331,
7285
7285
  "Nuclear": 0.0004,
7286
- "Other Fossil": 0.4566,
7286
+ "Other Fossil": 0.4567,
7287
7287
  "Other Renewables": 0.0276,
7288
7288
  "Solar": 0.1048,
7289
7289
  "Wind": 0.0771
@@ -7368,15 +7368,15 @@
7368
7368
  "Wind": 0.203
7369
7369
  },
7370
7370
  "2026": {
7371
- "Bioenergy": 0.0424,
7372
- "Coal": 0.0584,
7373
- "Gas": 0.1774,
7374
- "Hydro": 0.372,
7375
- "Nuclear": 0.0457,
7376
- "Other Fossil": 0.0075,
7377
- "Other Renewables": 0.0182,
7378
- "Solar": 0.0664,
7379
- "Wind": 0.2121
7371
+ "Bioenergy": 0.044,
7372
+ "Coal": 0.0566,
7373
+ "Gas": 0.1642,
7374
+ "Hydro": 0.3605,
7375
+ "Nuclear": 0.0519,
7376
+ "Other Fossil": 0.0077,
7377
+ "Other Renewables": 0.0184,
7378
+ "Solar": 0.0776,
7379
+ "Wind": 0.2191
7380
7380
  }
7381
7381
  },
7382
7382
  "HT": {
@@ -7548,15 +7548,15 @@
7548
7548
  "Wind": 0.0374
7549
7549
  },
7550
7550
  "2026": {
7551
- "Bioenergy": 0.0353,
7552
- "Coal": 0.0574,
7553
- "Gas": 0.2134,
7554
- "Hydro": 0.0428,
7555
- "Nuclear": 0.3519,
7556
- "Other Fossil": 0.0179,
7551
+ "Bioenergy": 0.035,
7552
+ "Coal": 0.0551,
7553
+ "Gas": 0.1979,
7554
+ "Hydro": 0.0417,
7555
+ "Nuclear": 0.3471,
7556
+ "Other Fossil": 0.0178,
7557
7557
  "Other Renewables": 0.0042,
7558
- "Solar": 0.2322,
7559
- "Wind": 0.0449
7558
+ "Solar": 0.2583,
7559
+ "Wind": 0.0429
7560
7560
  }
7561
7561
  },
7562
7562
  "ID": {
@@ -7645,7 +7645,7 @@
7645
7645
  "Nuclear": 0.0003,
7646
7646
  "Other Fossil": 0.0356,
7647
7647
  "Other Renewables": 0.0476,
7648
- "Solar": 0.001,
7648
+ "Solar": 0.0011,
7649
7649
  "Wind": 0.0021
7650
7650
  }
7651
7651
  },
@@ -7728,15 +7728,15 @@
7728
7728
  "Wind": 0.3424
7729
7729
  },
7730
7730
  "2026": {
7731
- "Bioenergy": 0.0206,
7732
- "Coal": 0.0247,
7733
- "Gas": 0.4087,
7734
- "Hydro": 0.059,
7735
- "Nuclear": 0.039,
7736
- "Other Fossil": 0.0179,
7731
+ "Bioenergy": 0.0212,
7732
+ "Coal": 0.0245,
7733
+ "Gas": 0.4132,
7734
+ "Hydro": 0.0581,
7735
+ "Nuclear": 0.0396,
7736
+ "Other Fossil": 0.0164,
7737
7737
  "Other Renewables": 0.0016,
7738
- "Solar": 0.054,
7739
- "Wind": 0.3744
7738
+ "Solar": 0.0629,
7739
+ "Wind": 0.3624
7740
7740
  }
7741
7741
  },
7742
7742
  "IL": {
@@ -7908,15 +7908,15 @@
7908
7908
  "Wind": 0.0557
7909
7909
  },
7910
7910
  "2026": {
7911
- "Bioenergy": 0.0086,
7912
- "Coal": 0.706,
7913
- "Gas": 0.0115,
7914
- "Hydro": 0.0607,
7915
- "Nuclear": 0.031,
7911
+ "Bioenergy": 0.0079,
7912
+ "Coal": 0.7046,
7913
+ "Gas": 0.0117,
7914
+ "Hydro": 0.0617,
7915
+ "Nuclear": 0.0309,
7916
7916
  "Other Fossil": 0.0002,
7917
7917
  "Other Renewables": 0.0017,
7918
- "Solar": 0.1413,
7919
- "Wind": 0.0389
7918
+ "Solar": 0.1421,
7919
+ "Wind": 0.0391
7920
7920
  }
7921
7921
  },
7922
7922
  "IQ": {
@@ -8268,15 +8268,15 @@
8268
8268
  "Wind": 0.0918
8269
8269
  },
8270
8270
  "2026": {
8271
- "Bioenergy": 0.0528,
8272
- "Coal": 0.0271,
8273
- "Gas": 0.4124,
8274
- "Hydro": 0.1593,
8275
- "Nuclear": 0.0313,
8276
- "Other Fossil": 0.0139,
8277
- "Other Renewables": 0.0184,
8278
- "Solar": 0.1702,
8279
- "Wind": 0.1147
8271
+ "Bioenergy": 0.0529,
8272
+ "Coal": 0.0261,
8273
+ "Gas": 0.3919,
8274
+ "Hydro": 0.1693,
8275
+ "Nuclear": 0.0307,
8276
+ "Other Fossil": 0.0141,
8277
+ "Other Renewables": 0.0183,
8278
+ "Solar": 0.1846,
8279
+ "Wind": 0.1121
8280
8280
  }
8281
8281
  },
8282
8282
  "JM": {
@@ -8538,15 +8538,15 @@
8538
8538
  "Wind": 0.0134
8539
8539
  },
8540
8540
  "2026": {
8541
- "Bioenergy": 0.0708,
8542
- "Coal": 0.3189,
8543
- "Gas": 0.3184,
8541
+ "Bioenergy": 0.0709,
8542
+ "Coal": 0.3198,
8543
+ "Gas": 0.3175,
8544
8544
  "Hydro": 0.0488,
8545
- "Nuclear": 0.0926,
8545
+ "Nuclear": 0.0921,
8546
8546
  "Other Fossil": 0.0364,
8547
8547
  "Other Renewables": 0.0101,
8548
- "Solar": 0.0849,
8549
- "Wind": 0.019
8548
+ "Solar": 0.0854,
8549
+ "Wind": 0.0189
8550
8550
  }
8551
8551
  },
8552
8552
  "KE": {
@@ -8628,15 +8628,15 @@
8628
8628
  "Wind": 0.1328
8629
8629
  },
8630
8630
  "2026": {
8631
- "Bioenergy": 0.031,
8632
- "Coal": 0.0291,
8633
- "Gas": 0.0399,
8634
- "Hydro": 0.2517,
8631
+ "Bioenergy": 0.0309,
8632
+ "Coal": 0.0296,
8633
+ "Gas": 0.0405,
8634
+ "Hydro": 0.2553,
8635
8635
  "Nuclear": 0.0015,
8636
- "Other Fossil": 0.0829,
8637
- "Other Renewables": 0.427,
8638
- "Solar": 0.0335,
8639
- "Wind": 0.1034
8636
+ "Other Fossil": 0.0827,
8637
+ "Other Renewables": 0.4261,
8638
+ "Solar": 0.0331,
8639
+ "Wind": 0.1003
8640
8640
  }
8641
8641
  },
8642
8642
  "KG": {
@@ -8719,13 +8719,13 @@
8719
8719
  },
8720
8720
  "2026": {
8721
8721
  "Bioenergy": 0.0016,
8722
- "Coal": 0.0977,
8722
+ "Coal": 0.0975,
8723
8723
  "Gas": 0.0157,
8724
- "Hydro": 0.8404,
8724
+ "Hydro": 0.8405,
8725
8725
  "Nuclear": 0.0038,
8726
8726
  "Other Fossil": 0.0254,
8727
8727
  "Other Renewables": 0.0003,
8728
- "Solar": 0.0085,
8728
+ "Solar": 0.0087,
8729
8729
  "Wind": 0.0066
8730
8730
  }
8731
8731
  },
@@ -8808,14 +8808,14 @@
8808
8808
  "Wind": 0.0212
8809
8809
  },
8810
8810
  "2026": {
8811
- "Bioenergy": 0.0132,
8812
- "Coal": 0.4549,
8813
- "Gas": 0.0256,
8814
- "Hydro": 0.3681,
8811
+ "Bioenergy": 0.0131,
8812
+ "Coal": 0.4539,
8813
+ "Gas": 0.0255,
8814
+ "Hydro": 0.3685,
8815
8815
  "Nuclear": 0.0132,
8816
8816
  "Other Fossil": 0.0637,
8817
8817
  "Other Renewables": 0.0011,
8818
- "Solar": 0.0372,
8818
+ "Solar": 0.0379,
8819
8819
  "Wind": 0.023
8820
8820
  }
8821
8821
  },
@@ -9258,15 +9258,15 @@
9258
9258
  "Wind": 0.0062
9259
9259
  },
9260
9260
  "2026": {
9261
- "Bioenergy": 0.0204,
9262
- "Coal": 0.2749,
9263
- "Gas": 0.3219,
9264
- "Hydro": 0.0046,
9265
- "Nuclear": 0.2841,
9261
+ "Bioenergy": 0.0205,
9262
+ "Coal": 0.271,
9263
+ "Gas": 0.3192,
9264
+ "Hydro": 0.0048,
9265
+ "Nuclear": 0.288,
9266
9266
  "Other Fossil": 0.0085,
9267
- "Other Renewables": 0.002,
9268
- "Solar": 0.0762,
9269
- "Wind": 0.0074
9267
+ "Other Renewables": 0.0019,
9268
+ "Solar": 0.0789,
9269
+ "Wind": 0.0072
9270
9270
  }
9271
9271
  },
9272
9272
  "KW": {
@@ -9529,14 +9529,14 @@
9529
9529
  },
9530
9530
  "2026": {
9531
9531
  "Bioenergy": 0,
9532
- "Coal": 0.5568,
9533
- "Gas": 0.3016,
9534
- "Hydro": 0.057,
9532
+ "Coal": 0.5563,
9533
+ "Gas": 0.3014,
9534
+ "Hydro": 0.0568,
9535
9535
  "Nuclear": 0,
9536
9536
  "Other Fossil": 0.015,
9537
9537
  "Other Renewables": 0,
9538
- "Solar": 0.0144,
9539
- "Wind": 0.0552
9538
+ "Solar": 0.0151,
9539
+ "Wind": 0.0554
9540
9540
  }
9541
9541
  },
9542
9542
  "LA": {
@@ -10158,15 +10158,15 @@
10158
10158
  "Wind": 0.3528
10159
10159
  },
10160
10160
  "2026": {
10161
- "Bioenergy": 0.018,
10162
- "Coal": 0.0334,
10163
- "Gas": 0.1435,
10164
- "Hydro": 0.0666,
10165
- "Nuclear": 0.049,
10166
- "Other Fossil": 0.0984,
10167
- "Other Renewables": 0.0019,
10168
- "Solar": 0.1462,
10169
- "Wind": 0.4429
10161
+ "Bioenergy": 0.0173,
10162
+ "Coal": 0.0298,
10163
+ "Gas": 0.1293,
10164
+ "Hydro": 0.0639,
10165
+ "Nuclear": 0.0442,
10166
+ "Other Fossil": 0.0976,
10167
+ "Other Renewables": 0.0017,
10168
+ "Solar": 0.1746,
10169
+ "Wind": 0.4416
10170
10170
  }
10171
10171
  },
10172
10172
  "LU": {
@@ -10248,15 +10248,15 @@
10248
10248
  "Wind": 0.1875
10249
10249
  },
10250
10250
  "2026": {
10251
- "Bioenergy": 0.0505,
10252
- "Coal": 0.09,
10253
- "Gas": 0.1794,
10254
- "Hydro": 0.1451,
10255
- "Nuclear": 0.1399,
10256
- "Other Fossil": 0.0386,
10257
- "Other Renewables": 0.0056,
10258
- "Solar": 0.1484,
10259
- "Wind": 0.2024
10251
+ "Bioenergy": 0.05,
10252
+ "Coal": 0.0867,
10253
+ "Gas": 0.172,
10254
+ "Hydro": 0.1439,
10255
+ "Nuclear": 0.1381,
10256
+ "Other Fossil": 0.0388,
10257
+ "Other Renewables": 0.0057,
10258
+ "Solar": 0.1703,
10259
+ "Wind": 0.1946
10260
10260
  }
10261
10261
  },
10262
10262
  "LV": {
@@ -10338,15 +10338,15 @@
10338
10338
  "Wind": 0.0554
10339
10339
  },
10340
10340
  "2026": {
10341
- "Bioenergy": 0.0462,
10342
- "Coal": 0.0013,
10343
- "Gas": 0.3326,
10344
- "Hydro": 0.4017,
10345
- "Nuclear": 0.0023,
10346
- "Other Fossil": 0.0033,
10347
- "Other Renewables": 0.0001,
10348
- "Solar": 0.1766,
10349
- "Wind": 0.0359
10341
+ "Bioenergy": 0.0449,
10342
+ "Coal": 0.0019,
10343
+ "Gas": 0.2886,
10344
+ "Hydro": 0.402,
10345
+ "Nuclear": 0.0034,
10346
+ "Other Fossil": 0.0055,
10347
+ "Other Renewables": 0.0002,
10348
+ "Solar": 0.2117,
10349
+ "Wind": 0.0419
10350
10350
  }
10351
10351
  },
10352
10352
  "LY": {
@@ -10608,15 +10608,15 @@
10608
10608
  "Wind": 0.0935
10609
10609
  },
10610
10610
  "2026": {
10611
- "Bioenergy": 0.0152,
10612
- "Coal": 0.0631,
10613
- "Gas": 0.4923,
10614
- "Hydro": 0.1294,
10615
- "Nuclear": 0.0984,
10616
- "Other Fossil": 0.0102,
10617
- "Other Renewables": 0.0039,
10618
- "Solar": 0.0933,
10619
- "Wind": 0.094
10611
+ "Bioenergy": 0.0154,
10612
+ "Coal": 0.0618,
10613
+ "Gas": 0.4791,
10614
+ "Hydro": 0.1342,
10615
+ "Nuclear": 0.0988,
10616
+ "Other Fossil": 0.0103,
10617
+ "Other Renewables": 0.004,
10618
+ "Solar": 0.1036,
10619
+ "Wind": 0.0927
10620
10620
  }
10621
10621
  },
10622
10622
  "ME": {
@@ -10698,15 +10698,15 @@
10698
10698
  "Wind": 0.1283
10699
10699
  },
10700
10700
  "2026": {
10701
- "Bioenergy": 0.0025,
10702
- "Coal": 0.2814,
10703
- "Gas": 0.0158,
10704
- "Hydro": 0.5382,
10705
- "Nuclear": 0.0156,
10706
- "Other Fossil": 0.0016,
10707
- "Other Renewables": 0.0007,
10708
- "Solar": 0.037,
10709
- "Wind": 0.1073
10701
+ "Bioenergy": 0.0031,
10702
+ "Coal": 0.2741,
10703
+ "Gas": 0.02,
10704
+ "Hydro": 0.5139,
10705
+ "Nuclear": 0.0196,
10706
+ "Other Fossil": 0.0021,
10707
+ "Other Renewables": 0.0009,
10708
+ "Solar": 0.0436,
10709
+ "Wind": 0.1227
10710
10710
  }
10711
10711
  },
10712
10712
  "MG": {
@@ -10878,15 +10878,15 @@
10878
10878
  "Wind": 0.0564
10879
10879
  },
10880
10880
  "2026": {
10881
- "Bioenergy": 0.0052,
10882
- "Coal": 0.2473,
10883
- "Gas": 0.1333,
10884
- "Hydro": 0.3356,
10885
- "Nuclear": 0.0339,
10881
+ "Bioenergy": 0.0053,
10882
+ "Coal": 0.2495,
10883
+ "Gas": 0.1196,
10884
+ "Hydro": 0.3394,
10885
+ "Nuclear": 0.0337,
10886
10886
  "Other Fossil": 0.0035,
10887
10887
  "Other Renewables": 0.0014,
10888
- "Solar": 0.1719,
10889
- "Wind": 0.0679
10888
+ "Solar": 0.1811,
10889
+ "Wind": 0.0665
10890
10890
  }
10891
10891
  },
10892
10892
  "ML": {
@@ -11149,14 +11149,14 @@
11149
11149
  },
11150
11150
  "2026": {
11151
11151
  "Bioenergy": 0,
11152
- "Coal": 0.9163,
11152
+ "Coal": 0.9132,
11153
11153
  "Gas": 0,
11154
11154
  "Hydro": 0,
11155
11155
  "Nuclear": 0,
11156
11156
  "Other Fossil": 0,
11157
11157
  "Other Renewables": 0,
11158
11158
  "Solar": 0,
11159
- "Wind": 0.0837
11159
+ "Wind": 0.0868
11160
11160
  }
11161
11161
  },
11162
11162
  "MO": {
@@ -11238,15 +11238,15 @@
11238
11238
  "Wind": 0.0695
11239
11239
  },
11240
11240
  "2026": {
11241
- "Bioenergy": 0.0558,
11242
- "Coal": 0.449,
11243
- "Gas": 0.1614,
11244
- "Hydro": 0.0806,
11245
- "Nuclear": 0.0433,
11241
+ "Bioenergy": 0.0556,
11242
+ "Coal": 0.446,
11243
+ "Gas": 0.1609,
11244
+ "Hydro": 0.0818,
11245
+ "Nuclear": 0.0434,
11246
11246
  "Other Fossil": 0.0339,
11247
11247
  "Other Renewables": 0.0036,
11248
- "Solar": 0.0969,
11249
- "Wind": 0.0753
11248
+ "Solar": 0.0992,
11249
+ "Wind": 0.0756
11250
11250
  }
11251
11251
  },
11252
11252
  "MQ": {
@@ -11598,15 +11598,15 @@
11598
11598
  "Wind": 0.0301
11599
11599
  },
11600
11600
  "2026": {
11601
- "Bioenergy": 0.007,
11602
- "Coal": 0.0284,
11603
- "Gas": 0.6744,
11604
- "Hydro": 0.0416,
11605
- "Nuclear": 0.0453,
11606
- "Other Fossil": 0.0166,
11601
+ "Bioenergy": 0.0072,
11602
+ "Coal": 0.0282,
11603
+ "Gas": 0.6619,
11604
+ "Hydro": 0.0437,
11605
+ "Nuclear": 0.0462,
11606
+ "Other Fossil": 0.0147,
11607
11607
  "Other Renewables": 0.0019,
11608
- "Solar": 0.1531,
11609
- "Wind": 0.0319
11608
+ "Solar": 0.1646,
11609
+ "Wind": 0.0314
11610
11610
  }
11611
11611
  },
11612
11612
  "MU": {
@@ -11959,14 +11959,14 @@
11959
11959
  },
11960
11960
  "2026": {
11961
11961
  "Bioenergy": 0.0005,
11962
- "Coal": 0.0601,
11963
- "Gas": 0.5983,
11964
- "Hydro": 0.0801,
11965
- "Nuclear": 0.0384,
11966
- "Other Fossil": 0.0811,
11967
- "Other Renewables": 0.0094,
11968
- "Solar": 0.0575,
11969
- "Wind": 0.0746
11962
+ "Coal": 0.0594,
11963
+ "Gas": 0.6,
11964
+ "Hydro": 0.0803,
11965
+ "Nuclear": 0.0381,
11966
+ "Other Fossil": 0.0809,
11967
+ "Other Renewables": 0.0093,
11968
+ "Solar": 0.0583,
11969
+ "Wind": 0.0733
11970
11970
  }
11971
11971
  },
11972
11972
  "MY": {
@@ -12049,13 +12049,13 @@
12049
12049
  },
12050
12050
  "2026": {
12051
12051
  "Bioenergy": 0.0271,
12052
- "Coal": 0.4119,
12053
- "Gas": 0.3692,
12054
- "Hydro": 0.1609,
12052
+ "Coal": 0.4116,
12053
+ "Gas": 0.3716,
12054
+ "Hydro": 0.1602,
12055
12055
  "Nuclear": 0,
12056
- "Other Fossil": 0.0111,
12056
+ "Other Fossil": 0.01,
12057
12057
  "Other Renewables": 0,
12058
- "Solar": 0.0198,
12058
+ "Solar": 0.0195,
12059
12059
  "Wind": 0
12060
12060
  }
12061
12061
  },
@@ -12500,8 +12500,8 @@
12500
12500
  "2026": {
12501
12501
  "Bioenergy": 0,
12502
12502
  "Coal": 0,
12503
- "Gas": 0.627,
12504
- "Hydro": 0.373,
12503
+ "Gas": 0.6233,
12504
+ "Hydro": 0.3767,
12505
12505
  "Nuclear": 0,
12506
12506
  "Other Fossil": 0,
12507
12507
  "Other Renewables": 0,
@@ -12590,13 +12590,13 @@
12590
12590
  "2026": {
12591
12591
  "Bioenergy": 0.1703,
12592
12592
  "Coal": 0.0029,
12593
- "Gas": 0.02,
12593
+ "Gas": 0.0201,
12594
12594
  "Hydro": 0.0847,
12595
12595
  "Nuclear": 0.0015,
12596
12596
  "Other Fossil": 0.3974,
12597
12597
  "Other Renewables": 0.1561,
12598
12598
  "Solar": 0.0139,
12599
- "Wind": 0.153
12599
+ "Wind": 0.1531
12600
12600
  }
12601
12601
  },
12602
12602
  "NL": {
@@ -12678,15 +12678,15 @@
12678
12678
  "Wind": 0.2445
12679
12679
  },
12680
12680
  "2026": {
12681
- "Bioenergy": 0.0509,
12682
- "Coal": 0.0777,
12683
- "Gas": 0.3536,
12681
+ "Bioenergy": 0.0499,
12682
+ "Coal": 0.0728,
12683
+ "Gas": 0.3494,
12684
12684
  "Hydro": 0.0009,
12685
- "Nuclear": 0.0197,
12686
- "Other Fossil": 0.0203,
12687
- "Other Renewables": 0.0133,
12688
- "Solar": 0.2081,
12689
- "Wind": 0.2555
12685
+ "Nuclear": 0.0174,
12686
+ "Other Fossil": 0.0206,
12687
+ "Other Renewables": 0.0131,
12688
+ "Solar": 0.2315,
12689
+ "Wind": 0.2443
12690
12690
  }
12691
12691
  },
12692
12692
  "NO": {
@@ -12768,15 +12768,15 @@
12768
12768
  "Wind": 0.0864
12769
12769
  },
12770
12770
  "2026": {
12771
- "Bioenergy": 0.0011,
12772
- "Coal": 0.0044,
12773
- "Gas": 0.0164,
12774
- "Hydro": 0.8551,
12775
- "Nuclear": 0.0069,
12771
+ "Bioenergy": 0.0009,
12772
+ "Coal": 0.0038,
12773
+ "Gas": 0.0154,
12774
+ "Hydro": 0.8617,
12775
+ "Nuclear": 0.0059,
12776
12776
  "Other Fossil": 0.0027,
12777
- "Other Renewables": 0.003,
12778
- "Solar": 0.0034,
12779
- "Wind": 0.107
12777
+ "Other Renewables": 0.0031,
12778
+ "Solar": 0.0029,
12779
+ "Wind": 0.1036
12780
12780
  }
12781
12781
  },
12782
12782
  "NP": {
@@ -12858,15 +12858,15 @@
12858
12858
  "Wind": 0.0182
12859
12859
  },
12860
12860
  "2026": {
12861
- "Bioenergy": 0.0044,
12862
- "Coal": 0.1094,
12863
- "Gas": 0.0205,
12864
- "Hydro": 0.7996,
12865
- "Nuclear": 0.0105,
12861
+ "Bioenergy": 0.0043,
12862
+ "Coal": 0.1087,
12863
+ "Gas": 0.0204,
12864
+ "Hydro": 0.7999,
12865
+ "Nuclear": 0.0106,
12866
12866
  "Other Fossil": 0.0011,
12867
12867
  "Other Renewables": 0.0009,
12868
- "Solar": 0.0339,
12869
- "Wind": 0.0196
12868
+ "Solar": 0.0345,
12869
+ "Wind": 0.0197
12870
12870
  }
12871
12871
  },
12872
12872
  "NR": {
@@ -13128,15 +13128,15 @@
13128
13128
  "Wind": 0.091
13129
13129
  },
13130
13130
  "2026": {
13131
- "Bioenergy": 0.0025,
13132
- "Coal": 0.0139,
13133
- "Gas": 0.0525,
13134
- "Hydro": 0.6015,
13131
+ "Bioenergy": 0.0021,
13132
+ "Coal": 0.0125,
13133
+ "Gas": 0.0572,
13134
+ "Hydro": 0.6031,
13135
13135
  "Nuclear": 0,
13136
13136
  "Other Fossil": 0,
13137
- "Other Renewables": 0.2403,
13137
+ "Other Renewables": 0.2384,
13138
13138
  "Solar": 0,
13139
- "Wind": 0.0892
13139
+ "Wind": 0.0867
13140
13140
  }
13141
13141
  },
13142
13142
  "OM": {
@@ -13398,15 +13398,15 @@
13398
13398
  "Wind": 0.0642
13399
13399
  },
13400
13400
  "2026": {
13401
- "Bioenergy": 0.0091,
13401
+ "Bioenergy": 0.0088,
13402
13402
  "Coal": 0,
13403
- "Gas": 0.2843,
13404
- "Hydro": 0.5896,
13403
+ "Gas": 0.2954,
13404
+ "Hydro": 0.5808,
13405
13405
  "Nuclear": 0,
13406
- "Other Fossil": 0.0181,
13406
+ "Other Fossil": 0.016,
13407
13407
  "Other Renewables": 0,
13408
13408
  "Solar": 0.0446,
13409
- "Wind": 0.0544
13409
+ "Wind": 0.0543
13410
13410
  }
13411
13411
  },
13412
13412
  "PF": {
@@ -13669,14 +13669,14 @@
13669
13669
  },
13670
13670
  "2026": {
13671
13671
  "Bioenergy": 0.012,
13672
- "Coal": 0.5553,
13673
- "Gas": 0.1791,
13674
- "Hydro": 0.1008,
13672
+ "Coal": 0.556,
13673
+ "Gas": 0.1798,
13674
+ "Hydro": 0.0996,
13675
13675
  "Nuclear": 0,
13676
- "Other Fossil": 0.0088,
13677
- "Other Renewables": 0.0768,
13678
- "Solar": 0.0517,
13679
- "Wind": 0.0155
13676
+ "Other Fossil": 0.0089,
13677
+ "Other Renewables": 0.076,
13678
+ "Solar": 0.0526,
13679
+ "Wind": 0.0151
13680
13680
  }
13681
13681
  },
13682
13682
  "PK": {
@@ -13758,15 +13758,15 @@
13758
13758
  "Wind": 0.025
13759
13759
  },
13760
13760
  "2026": {
13761
- "Bioenergy": 0.0068,
13762
- "Coal": 0.2123,
13763
- "Gas": 0.1457,
13764
- "Hydro": 0.1382,
13765
- "Nuclear": 0.1395,
13766
- "Other Fossil": 0.0084,
13761
+ "Bioenergy": 0.0067,
13762
+ "Coal": 0.2114,
13763
+ "Gas": 0.1405,
13764
+ "Hydro": 0.142,
13765
+ "Nuclear": 0.141,
13766
+ "Other Fossil": 0.0082,
13767
13767
  "Other Renewables": 0,
13768
- "Solar": 0.3267,
13769
- "Wind": 0.0222
13768
+ "Solar": 0.3277,
13769
+ "Wind": 0.0225
13770
13770
  }
13771
13771
  },
13772
13772
  "PL": {
@@ -13849,14 +13849,14 @@
13849
13849
  },
13850
13850
  "2026": {
13851
13851
  "Bioenergy": 0.0154,
13852
- "Coal": 0.5366,
13853
- "Gas": 0.137,
13854
- "Hydro": 0.0094,
13855
- "Nuclear": 0.0011,
13856
- "Other Fossil": 0.0496,
13857
- "Other Renewables": 0.0034,
13858
- "Solar": 0.1261,
13859
- "Wind": 0.1214
13852
+ "Coal": 0.5311,
13853
+ "Gas": 0.1308,
13854
+ "Hydro": 0.0092,
13855
+ "Nuclear": 0.001,
13856
+ "Other Fossil": 0.0492,
13857
+ "Other Renewables": 0.0033,
13858
+ "Solar": 0.1419,
13859
+ "Wind": 0.1182
13860
13860
  }
13861
13861
  },
13862
13862
  "PM": {
@@ -14029,14 +14029,14 @@
14029
14029
  },
14030
14030
  "2026": {
14031
14031
  "Bioenergy": 0,
14032
- "Coal": 0.1862,
14033
- "Gas": 0.5124,
14032
+ "Coal": 0.1861,
14033
+ "Gas": 0.5158,
14034
14034
  "Hydro": 0,
14035
14035
  "Nuclear": 0,
14036
- "Other Fossil": 0.2735,
14036
+ "Other Fossil": 0.2695,
14037
14037
  "Other Renewables": 0,
14038
- "Solar": 0.0148,
14039
- "Wind": 0.0132
14038
+ "Solar": 0.015,
14039
+ "Wind": 0.0137
14040
14040
  }
14041
14041
  },
14042
14042
  "PS": {
@@ -14208,15 +14208,15 @@
14208
14208
  "Wind": 0.2675
14209
14209
  },
14210
14210
  "2026": {
14211
- "Bioenergy": 0.0502,
14212
- "Coal": 0.0169,
14213
- "Gas": 0.1749,
14214
- "Hydro": 0.2731,
14215
- "Nuclear": 0.0284,
14216
- "Other Fossil": 0.0072,
14217
- "Other Renewables": 0.0012,
14218
- "Solar": 0.1605,
14219
- "Wind": 0.2877
14211
+ "Bioenergy": 0.0512,
14212
+ "Coal": 0.0185,
14213
+ "Gas": 0.1719,
14214
+ "Hydro": 0.2641,
14215
+ "Nuclear": 0.0319,
14216
+ "Other Fossil": 0.0076,
14217
+ "Other Renewables": 0.0014,
14218
+ "Solar": 0.1779,
14219
+ "Wind": 0.2755
14220
14220
  }
14221
14221
  },
14222
14222
  "PY": {
@@ -14568,15 +14568,15 @@
14568
14568
  "Wind": 0.1173
14569
14569
  },
14570
14570
  "2026": {
14571
- "Bioenergy": 0.0094,
14572
- "Coal": 0.1035,
14573
- "Gas": 0.1993,
14574
- "Hydro": 0.2986,
14575
- "Nuclear": 0.1793,
14576
- "Other Fossil": 0.0007,
14571
+ "Bioenergy": 0.0095,
14572
+ "Coal": 0.1052,
14573
+ "Gas": 0.1899,
14574
+ "Hydro": 0.3067,
14575
+ "Nuclear": 0.1631,
14576
+ "Other Fossil": 0.0008,
14577
14577
  "Other Renewables": 0.0003,
14578
- "Solar": 0.0694,
14579
- "Wind": 0.1396
14578
+ "Solar": 0.0802,
14579
+ "Wind": 0.1441
14580
14580
  }
14581
14581
  },
14582
14582
  "RS": {
@@ -14658,15 +14658,15 @@
14658
14658
  "Wind": 0.0449
14659
14659
  },
14660
14660
  "2026": {
14661
- "Bioenergy": 0.0124,
14662
- "Coal": 0.5285,
14663
- "Gas": 0.0422,
14664
- "Hydro": 0.3151,
14665
- "Nuclear": 0.0165,
14666
- "Other Fossil": 0.0083,
14667
- "Other Renewables": 0.0007,
14668
- "Solar": 0.0108,
14669
- "Wind": 0.0655
14661
+ "Bioenergy": 0.0134,
14662
+ "Coal": 0.5201,
14663
+ "Gas": 0.0435,
14664
+ "Hydro": 0.3106,
14665
+ "Nuclear": 0.0208,
14666
+ "Other Fossil": 0.0089,
14667
+ "Other Renewables": 0.0009,
14668
+ "Solar": 0.0147,
14669
+ "Wind": 0.0671
14670
14670
  }
14671
14671
  },
14672
14672
  "RU": {
@@ -14749,14 +14749,14 @@
14749
14749
  },
14750
14750
  "2026": {
14751
14751
  "Bioenergy": 0.0007,
14752
- "Coal": 0.1857,
14753
- "Gas": 0.4683,
14754
- "Hydro": 0.1562,
14755
- "Nuclear": 0.1697,
14756
- "Other Fossil": 0.0138,
14752
+ "Coal": 0.1845,
14753
+ "Gas": 0.4652,
14754
+ "Hydro": 0.1602,
14755
+ "Nuclear": 0.1698,
14756
+ "Other Fossil": 0.0137,
14757
14757
  "Other Renewables": 0,
14758
- "Solar": 0.0016,
14759
- "Wind": 0.0042
14758
+ "Solar": 0.0018,
14759
+ "Wind": 0.0043
14760
14760
  }
14761
14761
  },
14762
14762
  "RW": {
@@ -15288,15 +15288,15 @@
15288
15288
  "Wind": 0.2402
15289
15289
  },
15290
15290
  "2026": {
15291
- "Bioenergy": 0.0524,
15291
+ "Bioenergy": 0.0509,
15292
15292
  "Coal": 0,
15293
- "Gas": 0.0003,
15294
- "Hydro": 0.4207,
15295
- "Nuclear": 0.2573,
15293
+ "Gas": 0.0004,
15294
+ "Hydro": 0.4205,
15295
+ "Nuclear": 0.2517,
15296
15296
  "Other Fossil": 0,
15297
15297
  "Other Renewables": 0,
15298
- "Solar": 0.0269,
15299
- "Wind": 0.2425
15298
+ "Solar": 0.0325,
15299
+ "Wind": 0.2441
15300
15300
  }
15301
15301
  },
15302
15302
  "SG": {
@@ -15380,7 +15380,7 @@
15380
15380
  "2026": {
15381
15381
  "Bioenergy": 0.0001,
15382
15382
  "Coal": 0.0031,
15383
- "Gas": 0.9321,
15383
+ "Gas": 0.932,
15384
15384
  "Hydro": 0.0006,
15385
15385
  "Nuclear": 0.0003,
15386
15386
  "Other Fossil": 0.0281,
@@ -15559,14 +15559,14 @@
15559
15559
  },
15560
15560
  "2026": {
15561
15561
  "Bioenergy": 0.0175,
15562
- "Coal": 0.1366,
15563
- "Gas": 0.0976,
15564
- "Hydro": 0.1998,
15565
- "Nuclear": 0.4239,
15566
- "Other Fossil": 0.0007,
15567
- "Other Renewables": 0.0019,
15568
- "Solar": 0.1163,
15569
- "Wind": 0.0057
15562
+ "Coal": 0.1152,
15563
+ "Gas": 0.0907,
15564
+ "Hydro": 0.2073,
15565
+ "Nuclear": 0.4296,
15566
+ "Other Fossil": 0.0006,
15567
+ "Other Renewables": 0.003,
15568
+ "Solar": 0.1313,
15569
+ "Wind": 0.0048
15570
15570
  }
15571
15571
  },
15572
15572
  "SK": {
@@ -15648,14 +15648,14 @@
15648
15648
  "Wind": 0
15649
15649
  },
15650
15650
  "2026": {
15651
- "Bioenergy": 0.0308,
15652
- "Coal": 0.0024,
15653
- "Gas": 0.1111,
15654
- "Hydro": 0.1072,
15655
- "Nuclear": 0.669,
15656
- "Other Fossil": 0.0445,
15657
- "Other Renewables": 0.0154,
15658
- "Solar": 0.0196,
15651
+ "Bioenergy": 0.0317,
15652
+ "Coal": 0.002,
15653
+ "Gas": 0.1094,
15654
+ "Hydro": 0.1047,
15655
+ "Nuclear": 0.671,
15656
+ "Other Fossil": 0.0432,
15657
+ "Other Renewables": 0.0159,
15658
+ "Solar": 0.0222,
15659
15659
  "Wind": 0
15660
15660
  }
15661
15661
  },
@@ -16818,15 +16818,15 @@
16818
16818
  "Wind": 0.0286
16819
16819
  },
16820
16820
  "2026": {
16821
- "Bioenergy": 0.0446,
16822
- "Coal": 0.163,
16823
- "Gas": 0.6292,
16824
- "Hydro": 0.0629,
16821
+ "Bioenergy": 0.0438,
16822
+ "Coal": 0.1648,
16823
+ "Gas": 0.6297,
16824
+ "Hydro": 0.0622,
16825
16825
  "Nuclear": 0.0069,
16826
- "Other Fossil": 0.0013,
16826
+ "Other Fossil": 0.0012,
16827
16827
  "Other Renewables": 0.0006,
16828
- "Solar": 0.0673,
16829
- "Wind": 0.0243
16828
+ "Solar": 0.0668,
16829
+ "Wind": 0.0242
16830
16830
  }
16831
16831
  },
16832
16832
  "TJ": {
@@ -16909,9 +16909,9 @@
16909
16909
  },
16910
16910
  "2026": {
16911
16911
  "Bioenergy": 0,
16912
- "Coal": 0.1105,
16912
+ "Coal": 0.1106,
16913
16913
  "Gas": 0.0251,
16914
- "Hydro": 0.8644,
16914
+ "Hydro": 0.8643,
16915
16915
  "Nuclear": 0,
16916
16916
  "Other Fossil": 0,
16917
16917
  "Other Renewables": 0,
@@ -17358,15 +17358,15 @@
17358
17358
  "Wind": 0.1114
17359
17359
  },
17360
17360
  "2026": {
17361
- "Bioenergy": 0.0232,
17362
- "Coal": 0.2677,
17363
- "Gas": 0.1227,
17364
- "Hydro": 0.3254,
17361
+ "Bioenergy": 0.0233,
17362
+ "Coal": 0.2517,
17363
+ "Gas": 0.1193,
17364
+ "Hydro": 0.3436,
17365
17365
  "Nuclear": 0,
17366
17366
  "Other Fossil": 0.004,
17367
- "Other Renewables": 0.0327,
17368
- "Solar": 0.0982,
17369
- "Wind": 0.1261
17367
+ "Other Renewables": 0.033,
17368
+ "Solar": 0.1046,
17369
+ "Wind": 0.1204
17370
17370
  }
17371
17371
  },
17372
17372
  "TT": {
@@ -17539,14 +17539,14 @@
17539
17539
  },
17540
17540
  "2026": {
17541
17541
  "Bioenergy": 0.001,
17542
- "Coal": 0.3278,
17543
- "Gas": 0.5161,
17544
- "Hydro": 0.0101,
17542
+ "Coal": 0.3307,
17543
+ "Gas": 0.5168,
17544
+ "Hydro": 0.0099,
17545
17545
  "Nuclear": 0,
17546
- "Other Fossil": 0.0297,
17546
+ "Other Fossil": 0.0293,
17547
17547
  "Other Renewables": 0,
17548
- "Solar": 0.0613,
17549
- "Wind": 0.0541
17548
+ "Solar": 0.0618,
17549
+ "Wind": 0.0506
17550
17550
  }
17551
17551
  },
17552
17552
  "TZ": {
@@ -17898,15 +17898,15 @@
17898
17898
  "Wind": 0.1027
17899
17899
  },
17900
17900
  "2026": {
17901
- "Bioenergy": 0.0102,
17902
- "Coal": 0.1416,
17903
- "Gas": 0.3691,
17904
- "Hydro": 0.0671,
17905
- "Nuclear": 0.1756,
17906
- "Other Fossil": 0.0104,
17901
+ "Bioenergy": 0.0101,
17902
+ "Coal": 0.1386,
17903
+ "Gas": 0.3694,
17904
+ "Hydro": 0.0666,
17905
+ "Nuclear": 0.1761,
17906
+ "Other Fossil": 0.0097,
17907
17907
  "Other Renewables": 0.0041,
17908
- "Solar": 0.0967,
17909
- "Wind": 0.1253
17908
+ "Solar": 0.1019,
17909
+ "Wind": 0.1236
17910
17910
  }
17911
17911
  },
17912
17912
  "UY": {
@@ -17988,15 +17988,15 @@
17988
17988
  "Wind": 0.3332
17989
17989
  },
17990
17990
  "2026": {
17991
- "Bioenergy": 0.1511,
17992
- "Coal": 0.0006,
17993
- "Gas": 0.0035,
17994
- "Hydro": 0.4065,
17991
+ "Bioenergy": 0.1498,
17992
+ "Coal": 0.0005,
17993
+ "Gas": 0.0029,
17994
+ "Hydro": 0.421,
17995
17995
  "Nuclear": 0.0002,
17996
- "Other Fossil": 0.0644,
17996
+ "Other Fossil": 0.0629,
17997
17997
  "Other Renewables": 0.0001,
17998
- "Solar": 0.0408,
17999
- "Wind": 0.3328
17998
+ "Solar": 0.0378,
17999
+ "Wind": 0.3248
18000
18000
  }
18001
18001
  },
18002
18002
  "UZ": {
@@ -18079,7 +18079,7 @@
18079
18079
  },
18080
18080
  "2026": {
18081
18081
  "Bioenergy": 0.0004,
18082
- "Coal": 0.0695,
18082
+ "Coal": 0.0694,
18083
18083
  "Gas": 0.8122,
18084
18084
  "Hydro": 0.1015,
18085
18085
  "Nuclear": 0.001,
@@ -18799,14 +18799,14 @@
18799
18799
  },
18800
18800
  "2026": {
18801
18801
  "Bioenergy": 0.0057,
18802
- "Coal": 0.762,
18803
- "Gas": 0.0445,
18804
- "Hydro": 0.0653,
18805
- "Nuclear": 0.0367,
18802
+ "Coal": 0.7642,
18803
+ "Gas": 0.0431,
18804
+ "Hydro": 0.0654,
18805
+ "Nuclear": 0.0364,
18806
18806
  "Other Fossil": 0.0038,
18807
18807
  "Other Renewables": 0.0015,
18808
- "Solar": 0.0165,
18809
- "Wind": 0.0642
18808
+ "Solar": 0.0184,
18809
+ "Wind": 0.0616
18810
18810
  }
18811
18811
  },
18812
18812
  "YE": {
@@ -18979,14 +18979,14 @@
18979
18979
  },
18980
18980
  "2026": {
18981
18981
  "Bioenergy": 0,
18982
- "Coal": 0.7477,
18982
+ "Coal": 0.7493,
18983
18983
  "Gas": 0,
18984
- "Hydro": 0.0189,
18985
- "Nuclear": 0.0768,
18984
+ "Hydro": 0.0196,
18985
+ "Nuclear": 0.0769,
18986
18986
  "Other Fossil": 0.0054,
18987
18987
  "Other Renewables": 0.0017,
18988
- "Solar": 0.0989,
18989
- "Wind": 0.0507
18988
+ "Solar": 0.097,
18989
+ "Wind": 0.0502
18990
18990
  }
18991
18991
  },
18992
18992
  "ZM": {