From Fossil Fuels to Renewables: Clustering European Primary Energy Production from 1990 to 2022
Abstract
:1. Introduction
1.1. Historical Development of Energy Security
1.2. Modern Definitions and Components
1.3. Threats and Challenges
1.4. Primary Energy Production and Energy Security
2. Primary Energy Production in the European Union and Other European Countries
- The production of primary energy in the EU has significantly decreased over the last thirty years, with nearly unchanged consumption.
- There are significant differences between the structure of primary energy production and consumption in the EU. For some sources (such as crude oil), almost the entire consumption is met through imports.
- Renewable energy sources have become the dominant source of primary energy production in EU countries, which is a positive trend in terms of sustainable development but increases risks related to the stability of energy supplies and other aspects of broadly defined energy security.
- EU countries, especially large economies, are heavily dependent on energy imports, which poses a challenge to energy security.
- To reduce dependency on imports, further investments in renewable energy sources, energy transmission and storage systems, and improvements in energy efficiency are necessary.
- High dependence on primary energy imports constitutes a significant risk to the energy security of EU countries. Geopolitical changes, supply disruptions, and rising prices of imported energy can negatively impact the region’s energy stability. Therefore, to ensure energy security, it is essential to pursue an appropriate energy policy that combines the continued development of renewable energy sources with the assurance of stable supplies of those primary energy sources that cannot be easily and quickly replaced by renewable energy.
3. Cluster Analysis
3.1. Theoretical Introduction
3.1.1. k-Means Algorithm
- Initialization: Select the number of clusters k and randomly initialize k centroids.
- Assignment: Allocate each data point to the closest centroid based on a distance metric, commonly Euclidean distance, creating k clusters.
- Update: Recompute the centroids by calculating the mean of all data points in each cluster.
- Iteration: Continue repeating the assignment and update steps until convergence is reached, indicated by stable centroids or the completion of a set maximum number of iterations.
- Result: Finalize the clustering with each data point assigned to its nearest centroid, partitioning the dataset into k clusters.
- Advantages:
- Simplicity: Easy to understand and implement due to its straightforward approach.
- Scalability: Processes large datasets efficiently with linear time complexity, making it suitable for big data applications.
- Speed: Generally converges quickly because of its simple iterative process.
- Interpretability: Clusters are often interpretable, especially in datasets with low dimensions.
- Versatility: Can be applied to different data types, such as numerical, categorical, and binary data.
- Limitations:
- Sensitivity to Initial Centroids: Different initial centroid placements can lead to varying results.
- Outlier Influence: Susceptible to outliers, which can distort cluster centroids and sizes.
- Assumption of Cluster Shape: Assumes that clusters are convex and of similar size, which may not hold true for all datasets.
- Determining Optimal k: Selecting the appropriate number of clusters k is subjective and affects clustering quality.
- Feature Scaling Impact: Features with larger scales can dominate distance calculations, potentially biasing the algorithm.
3.1.2. Optimal Number of Clusters
- Execute the clustering algorithm (e.g., k-means) over a range of k values.
- For each k, compute the WSS, which represents the total of squared distances between data points and their respective cluster centroids.
- Plot k on the x-axis and the associated WSS on the y-axis.
- Locate the elbow point, where the reduction in WSS starts to level off.
- Select the k at this elbow point as the optimal number of clusters.
- is the average distance between i and all other points in the same cluster;
- is the minimum average distance from i to all points in any other cluster (the nearest cluster).
- Perform clustering for various values of k.
- Calculate the average silhouette coefficient for all data points for each k.
- Choose the k that results in the highest average silhouette coefficient as the optimal number of clusters.
3.2. Results
3.2.1. Cluster Analysis for the Year 1990
- Cluster 1: “Coal Countries”
- Interpretation: This cluster, comprising countries like Czechia, Greece, and Poland, indicates a strong reliance on coal as a primary energy source. Such dependence reflects historical investments in coal infrastructure and the abundance of coal reserves. However, this reliance also implies significant challenges for transitioning to lower-emission energy sources and achieving climate goals.
- Cluster 2: “Coal Countries with Nuclear Components”
- Interpretation: Countries in this cluster, such as Germany and Spain, have more diversified energy production structures with substantial contributions from both coal and nuclear energy. This combination suggests a transitional approach, where nuclear energy has been used to complement traditional fossil fuels, potentially providing more energy security and flexibility but posing challenges in terms of nuclear waste management and public acceptance.
- Cluster 3: “Natural Gas Countries”
- Interpretation: This group, including Ireland and the Netherlands, indicates a significant dependence on natural gas, which has served as a cleaner alternative to coal. The reliance on gas positions these countries as better suited for meeting medium-term climate targets, but also exposes them to vulnerabilities associated with natural gas imports and price volatility.
- Cluster 4: “Oil Countries”
- Interpretation: This cluster, featuring countries like Norway and the United Kingdom, reflects an energy production heavily focused on oil, often coupled with natural gas. Such a profile aligns with these countries’ roles as major oil producers and exporters, with economic benefits but potential risks tied to fluctuating global oil prices and shifting energy policies aimed at decarbonization.
- Cluster 5: “Nuclear Countries”
- Interpretation: This cluster, including France and Belgium, highlights countries with energy systems centered around nuclear power. These nations have invested significantly in nuclear infrastructure to ensure stable and large-scale energy production. While this strategy enhances energy security and lowers emissions, it also presents challenges related to waste disposal and the public debate surrounding nuclear safety.
- Cluster 6: “Nuclear–Renewable Countries”
- Interpretation: Finland and Sweden exemplify a balanced approach with significant shares of both nuclear and renewable energy. This dual strategy promotes a high degree of energy security and sustainability, showcasing a forward-thinking approach that leverages long-term nuclear stability alongside investments in renewables.
- Cluster 7: “Renewable Countries”
- Interpretation: This cluster, comprising countries like Austria and Portugal, represents a strong commitment to renewable energy as the predominant source of primary energy production. Such a focus underscores a proactive approach to climate change and energy sustainability, though it may require robust energy storage and grid infrastructure to mitigate variability and ensure consistent supply.
- Cluster 8: “Oil Shale Country”
- Interpretation: Estonia stands as a unique case with its significant reliance on oil shale. While this provides a measure of energy independence, it comes at the cost of higher carbon emissions and environmental concerns, positioning the country at a crossroads between maintaining energy self-sufficiency and transitioning to cleaner energy sources.
3.2.2. Cluster Analysis for the Year 2022
- Cluster 1: “Coal Countries”
- Interpretation: This cluster, consisting of countries like Poland and Serbia, shows a significant reliance on coal, supplemented by renewable energy. This mix indicates that while these countries are beginning to integrate renewable sources, coal still dominates their energy production, posing challenges for emission reduction and climate commitments.
- Cluster 2: “Renewable–Coal Countries”
- Interpretation: Countries in this group, such as Germany and Turkey, have a primary energy mix that reflects a balance between renewables and coal. This dual reliance suggests efforts to transition toward cleaner energy while managing the realities of existing coal infrastructure. The integration of renewables highlights progress, but the continued use of coal points to ongoing challenges in fully transitioning.
- Cluster 3: “Coal–Nuclear Countries”
- Interpretation: Bulgaria and Czechia represent this cluster, where coal and nuclear energy play significant roles. This combination implies a strategic emphasis on energy security through the use of established nuclear facilities, balanced by the presence of coal, which may hinder rapid decarbonization.
- Cluster 4: “Oil–Gas Countries”
- Interpretation: Norway, as the sole member of this cluster, leverages its rich natural resources to focus on oil and natural gas production. This profile aligns with its status as a major energy exporter, ensuring economic benefits but presenting challenges related to global shifts toward low-carbon policies.
- Cluster 5: “Gas–Renewable Countries”
- Interpretation: This cluster, including Ireland and the Netherlands, shows a balance between natural gas and renewables. This reflects a transitional strategy where natural gas serves as a bridge fuel while investments in renewables grow, providing a pathway towards lower emissions while still susceptible to external gas market pressures.
- Cluster 6: “Renewable–Oil Countries”
- Interpretation: Countries such as Denmark and Croatia demonstrate significant shares of both renewable energy and oil. This structure indicates active investment in renewables while still maintaining oil as a strategic energy source, potentially for economic or energy security reasons.
- Cluster 7: “Nuclear Countries”
- Interpretation: This cluster, comprising countries like France and Slovakia, highlights heavy reliance on nuclear energy, complemented by renewables. Such a structure underscores these nations’ commitment to stable, low-emission energy production, balancing nuclear stability with growing renewable capacities.
- Cluster 8: “Renewable–Nuclear Countries”
- Interpretation: Spain, Finland, and Sweden fall into this category, showcasing a primary energy structure dominated by renewables and significant nuclear contributions. This mix supports energy security and sustainability, illustrating a strategic approach that prioritizes a blend of low-carbon energy sources.
- Cluster 9: “Renewable Countries”
- Interpretation: Countries like Austria and Italy are characterized by very high shares of renewable energy. This commitment to renewables reflects strong environmental policies and a push toward sustainability, although it also requires advancements in storage and grid management to handle variability and maintain supply reliability.
- Cluster 10: “Oil Shale Country”
- Interpretation: Estonia remains a unique case with its significant reliance on oil shale production, supplemented by renewables. This reflects national resource availability and energy policy but poses challenges related to higher emissions and environmental impacts compared to more sustainable energy sources.
3.2.3. Key Changes Between 1990 and 2022
4. Conclusions
- Key aspects of energy security
- Dependence on imported energy sources: One of the most pressing issues for many European countries is their heavy reliance on imported fossil fuels, such as natural gas and oil, from non-European countries. This dependency increases their vulnerability to geopolitical tensions and supply disruptions. Events like the Russian invasion of Ukraine in 2022 and the resulting gas supply restrictions illustrate the risks of over-reliance on single suppliers. The need for diversified energy sources has become more urgent to avoid being subject to external political pressures and market volatility.
- Renewable energy and its limitations: While renewable energy sources such as wind, solar, and hydropower have seen substantial growth, they also introduce new challenges to energy security. The variability and intermittency of renewables mean that energy production can be unpredictable, especially in regions where sun and wind resources are not consistent. Without significant advances in energy storage technologies and grid infrastructure, the over-reliance on renewables could lead to instability in energy supply during peak demand or unfavorable weather conditions.
- Role of natural gas as a bridge fuel: Natural gas has been positioned as a transitional fuel to bridge the gap between high-emission fossil fuels and low-emission renewable sources. Its lower carbon footprint compared to coal makes it a preferred option for many European countries aiming to reduce emissions while ensuring energy security. However, the geopolitical implications of natural gas imports, especially from Russia and other non-EU countries, remain a significant risk factor. Efforts to increase LNG (liquefied natural gas) imports from diverse global suppliers are steps toward mitigating this risk, but infrastructural and logistical challenges persist.
- Nuclear energy’s stability and controversy: Nuclear energy continues to serve a crucial role in maintaining energy security for many European nations due to its ability to provide a stable and continuous energy supply. Countries like France have leveraged their nuclear infrastructure to reduce reliance on fossil fuel imports significantly. However, nuclear energy remains controversial due to concerns about nuclear waste, safety risks, and the high costs associated with plant construction and decommissioning. The decision by some countries, such as Germany, to phase out nuclear energy poses additional challenges in balancing their energy needs with sustainable practices.
- Impact of geopolitical events on energy security: The geopolitical landscape greatly influences Europe’s energy security. Conflicts, such as the situation in Ukraine, have highlighted the vulnerabilities of relying on imported energy resources from politically unstable regions. In response, the European Union has been actively seeking ways to reduce its dependence on external suppliers by promoting energy sovereignty and solidarity among member states. This involves enhancing intra-EU energy cooperation, investing in cross-border energy infrastructure, and developing a unified energy policy that can withstand external shocks.
- Strategies to enhance energy security
- Diversification of energy sources: European countries need to further diversify their energy supply sources, both in terms of energy types (e.g., expanding renewables) and supply origins (e.g., reducing dependency on specific countries). This includes increasing investments in alternative technologies such as hydrogen, biomass, and small modular reactors (SMRs), which can provide stable and scalable energy solutions.
- Investment in energy storage and smart grids: The advancement of energy storage technologies is crucial to counteract the intermittency of renewable energy sources. Developing large-scale battery systems, hydrogen storage, and other innovative solutions can significantly enhance grid stability. Moreover, smart grid technologies can help manage energy distribution more effectively, balancing supply and demand in real time.
- Strengthening regional energy infrastructure: Enhancing the interconnectedness of Europe’s energy grid is vital for energy security. Building robust cross-border energy infrastructure, such as gas interconnectors, electric grids, and LNG terminals, will enable more efficient energy sharing among EU countries. This infrastructure will help mitigate the impact of local disruptions by distributing resources across the region more flexibly.
- Enhancing energy efficiency: Improving energy efficiency across industries and households is a key strategy to reduce overall energy demand. Lower consumption not only lessens the pressure on energy imports but also contributes to achieving decarbonization goals. Energy efficiency measures, including modernizing industrial processes, building renovations, and promoting energy-saving technologies, are fundamental to sustainable development.
- Policy and regulatory measures: Strong and coordinated policy frameworks are essential to drive the energy transition and ensure long-term energy security. The European Union’s Green Deal and Fit for 55 initiatives are examples of policy efforts focused on lowering greenhouse gas emissions and promoting the adoption of renewable energy. Regulatory measures should also focus on encouraging investment in clean energy technologies and establishing clear goals to decrease reliance on imported fossil fuels.
- Geopolitical alliances and partnerships: Forming strategic alliances with energy-exporting nations that are politically stable and environmentally conscious is crucial for enhancing Europe’s energy security. Diversifying natural gas imports through LNG partnerships with countries like the United States, Qatar, and Australia, alongside fostering stronger ties with renewable energy leaders, will reduce Europe’s exposure to geopolitical risks.
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
SIEC | Standard International Energy Product Classification |
IDE | Integrated Development Environment |
APERC | Asia Pacific Energy Research Centre |
IEA | International Energy Agency |
EU | European Union |
EJ | Exajoule |
TJ | Terajoule |
PJ | Petajoule |
WSS | Within-cluster Sum of Squares |
LNG | Liquefied Natural Gas |
SMR | Small Modular Reactor |
References
- Kosowski, P.; Kosowska, K.; Janiga, D. Primary Energy Consumption Patterns in Selected European Countries from 1990 to 2021: A Cluster Analysis Approach. Energies 2023, 16, 6941. [Google Scholar] [CrossRef]
- Energy Balances—Table nrg_bal_s. Available online: https://ec.europa.eu/eurostat/databrowser/view/nrg_bal_s/default/table?lang=en (accessed on 1 August 2024).
- R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2024.
- RStudio: Integrated Development Environment for R; RStudio, PBC: Boston, MA, USA, 2024.
- Wickham, H.; Averick, M.; Bryan, J.; Chang, W.; McGowan, L.D.; François, R.; Grolemund, G.; Hayes, A.; Henry, L.; Hester, J.; et al. Welcome to the tidyverse. J. Open Source Softw. 2019, 4, 1686. [Google Scholar] [CrossRef]
- Pang, L.; Liu, L.; Zhou, X.; Hafeez, M.; Ullah, S.; Sohail, M.T. How does natural resource depletion affect energy security risk? New insights from major energy-consuming countries. Energy Strategy Rev. 2024, 54, 101460. [Google Scholar] [CrossRef]
- Palonkorpi, M. The security complex theory and the energy security. In Pieces from Peripheries and Centres; University of Lapland Reoprts in Education; University of Lapland: Rovaniemi, Finland, 2006; pp. 302–313. [Google Scholar]
- Stern, D. Energy and Economic Growth: The Stylized Facts; Australian National University: Canberra, Australia, 2011. [Google Scholar]
- Mazur, A.; Rosa, E. Energy and Life-Style. Science 1974, 186, 607–610. [Google Scholar] [CrossRef]
- Özcan, S. Securitization of Energy Through the Lenses of Copenhagen School. In Proceedings of the 2013 WEI International Academic Conference Proceedings, Istanbul, Turkey, 16–19 June 2013; The West East Institute: Istanbul, Turkey, 2013; p. 10. [Google Scholar]
- Flaherty, C.; Filho, W.L. Energy Security as a Subset of National Security. In Global Energy Policy and Security; Springer: London, UK, 2013; pp. 11–25. [Google Scholar]
- Roberts, P. The End of Oil. On the Edge of Perilous New World; Houghton Mifflin Harcourt: Boston, MA, USA, 2004. [Google Scholar]
- Kemp, G. Scarcity and Strategy. Foreign Aff. 1978, 56, 396. [Google Scholar] [CrossRef]
- Bahgat, G. Oil Security at the Turn of the Century: Economic and Strategic Implications. Int. Relat. 1999, 14, 41–52. [Google Scholar] [CrossRef]
- Cocklin, C. Anatomy of a future energy crisis Restructuring and the energy sector in New Zealand. Energy Policy 1993, 21, 881–892. [Google Scholar] [CrossRef]
- Coates, J.F. Technological change and future growth: Issues and opportunities. Technol. Forecast. Soc. Chang. 1977, 11, 49–74. [Google Scholar] [CrossRef]
- Cherp, A.; Jewell, J. The three perspectives on energy security: Intellectual history, disciplinary roots and the potential for integration. Curr. Opin. Environ. Sustain. 2011, 3, 202–212. [Google Scholar] [CrossRef]
- LaBelle, M.C. Breaking the era of energy interdependence in Europe: A multidimensional reframing of energy security, sovereignty, and solidarity. Energy Strategy Rev. 2024, 52, 101314. [Google Scholar] [CrossRef]
- Iyke, B.N. Climate change, energy security risk, and clean energy investment. Energy Econ. 2024, 129, 107225. [Google Scholar] [CrossRef]
- Khan, K.; Khurshid, A.; Cifuentes-Faura, J.; Xianjun, D. Does renewable energy development enhance energy security? Util. Policy 2024, 87, 101725. [Google Scholar] [CrossRef]
- Yergin, D. Ensuring Energy Security. Foreign Aff. 2006, 85, 69. [Google Scholar] [CrossRef]
- Williams, P.D.; McDonald, M. (Eds.) Energy Security; Routledge: London, UK, 2018; pp. 483–496. [Google Scholar]
- APERC. A Quest for Energy Security in the 21st Century Resources and Constraints; APERC: Hyderabad, India, 2007. [Google Scholar]
- Ren, J.; Sovacool, B.K. Quantifying, measuring, and strategizing energy security: Determining the most meaningful dimensions and metrics. Energy 2014, 76, 838–849. [Google Scholar] [CrossRef]
- Winzer, C. Conceptualizing energy security. Energy Policy 2012, 46, 36–48. [Google Scholar] [CrossRef]
- Energy Security: Reliable, Affordable Access to All Fuels and Energy Sources. 2020. Available online: https://www.iea.org/topics/energy-security (accessed on 1 August 2024).
- Study on Energy Supply Security and Geopolitics. 2004. Available online: https://ciep.energy/media/pdf/uploads/Study_on_energy_supply_security_and_geopolitics.pdf (accessed on 1 August 2024).
- Hedenus, F.; Azar, C.; Johansson, D.J. Energy security policies in EU-25—The expected cost of oil supply disruptions. Energy Policy 2010, 38, 1241–1250. [Google Scholar] [CrossRef]
- Kazantsev, A. Policy networks in European–Russian gas relations: Function and dysfunction from a perspective of EU energy security. Communist Post-Communist Stud. 2012, 45, 305–313. [Google Scholar] [CrossRef]
- Directive 2008/92/EC of the European Parliament and of the Council of 22 October 2008 Concerning a Community Procedure to Improve the Transparency of Gas and Electricity Prices Charged to Industrial End-Users (Recast) (Text with EEA Relevance). 2008. Available online: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008L0092 (accessed on 1 August 2024).
- Šipkovs, P.; Pelīte, U.; Kashkarova, G.; Lebedeva, K.; Migla, L.; Shipkovs, J. Policy and Strategy Aspects for Renewable Energy Sources Use in Latvia. ECP. 2011. Available online: https://ep.liu.se/ecp/057/vol10/021/ecp57vol10_021.pdf (accessed on 1 August 2024).
- Erkök, B.; Kütük, Y. Dependency on Imported Energy in Turkey: Input-Output Analysis. Marmara Üniversitesi İktisadi ve İdari Bilimler Dergisi 2023, 45, 47–70. [Google Scholar] [CrossRef]
- Gutmann, J.; Pitlik, H.; Fronaschütz, A. Has the Russian invasion of Ukraine reinforced anti-globalization sentiment in Austria? Empirica 2023, 50, 289–299. [Google Scholar] [CrossRef]
- Adamczyk, P. Does the Volatility of Oil Price Affect the Structure of Employment? The Role of Exchange Rate Regime and Energy Import Dependency. Energies 2022, 15, 6895. [Google Scholar] [CrossRef]
- Streimikiene, D.; Siksnelyte-Butkiene, I.; Lekavicius, V. Energy Diversification and Security in the EU: Comparative Assessment in Different EU Regions. Economies 2023, 11, 83. [Google Scholar] [CrossRef]
- MacQueen, J.B. Some Methods for Classification and Analysis of MultiVariate Observations. In Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability; Cam, L.M.L., Neyman, J., Eds.; University of California Press: Berkeley, CA, USA, 1967; Volume 1, pp. 281–297. [Google Scholar]
- Jain, A.K.; Dubes, R.C. Algorithms for Clustering Data; Prentice-Hall, Inc.: Upper Saddle River, NJ, USA, 1988. [Google Scholar]
- Kaufman, L.; Rousseeuw, P.J. (Eds.) Finding Groups in Data; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 1990. [Google Scholar]
- Xu, R.; Wunsch, D. Survey of Clustering Algorithms. IEEE Trans. Neural Netw. 2005, 16, 645–678. [Google Scholar] [CrossRef] [PubMed]
- Mirkin, B. Clustering for Data Mining; Chapman and Hall/CRC: London, UK, 2005. [Google Scholar]
- Everitt, B.; Landau, S.; Leese, M. Cluster Analysis, 4th ed.; Arnold: London, UK, 2001. [Google Scholar]
- Hennig, C. What are the true clusters? Pattern Recognit. Lett. 2015, 64, 53–62. [Google Scholar] [CrossRef]
- Jain, A.K. Data clustering: 50 years beyond K-means. Pattern Recognit. Lett. 2010, 31, 651–666. [Google Scholar] [CrossRef]
- Arthur, D.; Vassilvitskii, S. K-Means++: The Advantages of Careful Seeding. In Proceedings of the Eighteenth Annual ACM-SIAM Symposium on Discrete Algorithms, New Orleans, LA, USA, 7–9 January 2007; SODA ’07. pp. 1027–1035. [Google Scholar]
- Tan, P.N.; Steinbach, M.; Kumar, V. Introduction to Data Mining; Addison-Wesley Longman Publishing Co., Inc.: Boston, MA, USA, 2005. [Google Scholar]
- Milligan, G.W.; Cooper, M.C. An examination of procedures for determining the number of clusters in a data set. Psychometrika 1985, 50, 159–179. [Google Scholar] [CrossRef]
- Hastie, T.; Tibshirani, R.; Friedman, J. The Elements of Statistical Learning; Springer: New York, NY, USA, 2009. [Google Scholar]
- Rousseeuw, P.J. Silhouettes: A graphical aid to the interpretation and validation of cluster analysis. J. Comput. Appl. Math. 1987, 20, 53–65. [Google Scholar] [CrossRef]
Cluster | Solid Fossil Fuels | Natural Gas | Nuclear Heat | Oil and Petroleum Products | Peat and Peat Products | Renewables and Biofuels | Oil Shale and Oil Sands | Non-Renewable Waste | Countries |
---|---|---|---|---|---|---|---|---|---|
1 | 86.49 | 1.63 | 1.58 | 3.54 | 0.00 | 6.60 | 0.00 | 0.15 | Czechia, Greece, North Macedonia, Poland, Serbia |
2 | 47.97 | 7.86 | 25.77 | 5.89 | 0.17 | 12.23 | 0.00 | 0.11 | Bulgaria, Germany, Spain, Hungary, Slovenia, Türkiye, Ukraine |
3 | 5.45 | 63.91 | 0.37 | 11.05 | 10.18 | 8.79 | 0.00 | 0.26 | Ireland, Italy, Netherlands, Romania |
4 | 9.44 | 20.93 | 1.64 | 54.28 | 0.00 | 13.36 | 0.00 | 0.34 | Albania, Denmark, Croatia, Norway, UK |
5 | 9.64 | 2.20 | 78.53 | 1.22 | 0.07 | 7.57 | 0.00 | 0.77 | Belgium, France, Lithuania, Slovakia |
6 | 0.00 | 0.00 | 50.41 | 0.00 | 7.81 | 41.38 | 0.00 | 0.40 | Finland, Sweden |
7 | 1.87 | 2.27 | 0.00 | 2.48 | 0.90 | 85.95 | 0.00 | 6.53 | Austria, Cyprus, Iceland, Luxembourg, Latvia, Portugal |
8 | 0.00 | 0.00 | 0.00 | 0.00 | 3.27 | 3.00 | 93.73 | 0.00 | Estonia |
Cluster | Solid Fossil Fuels | Natural Gas | Nuclear Heat | Oil and Petroleum Products | Peat and Peat Products | Renewables and Biofuels | Oil Shale and Oil Sands | Non-Renewable Waste | Countries |
---|---|---|---|---|---|---|---|---|---|
1 | 69.58 | 1.64 | 0.00 | 2.14 | 0.00 | 26.28 | 0.00 | 0.35 | Bosnia and Herzegovina, North Macedonia, Poland, Serbia, Kosovo |
2 | 40.90 | 1.06 | 2.30 | 2.27 | 0.00 | 51.96 | 0.00 | 1.52 | Germany, Greece, Montenegro, Türkiye |
3 | 45.05 | 0.42 | 31.65 | 0.16 | 0.00 | 21.69 | 0.03 | 0.99 | Bulgaria, Czechia |
4 | 0.04 | 50.46 | 0.00 | 42.56 | 0.00 | 6.82 | 0.00 | 0.12 | Norway |
5 | 4.16 | 41.52 | 5.57 | 5.59 | 1.36 | 38.71 | 0.00 | 3.07 | Ireland, Netherlands, Romania |
6 | 3.06 | 10.61 | 0.00 | 30.06 | 0.00 | 54.61 | 0.00 | 1.65 | Albania, Denmark, Croatia |
7 | 6.42 | 2.40 | 56.50 | 2.19 | 0.00 | 30.10 | 0.00 | 2.38 | Belgium, France, Hungary, Slovenia, Slovakia |
8 | 0.00 | 0.33 | 36.24 | 0.00 | 0.58 | 61.41 | 0.00 | 1.75 | Spain, Finland, Sweden |
9 | 0.52 | 1.41 | 0.00 | 2.60 | 0.02 | 91.73 | 0.00 | 3.70 | Austria, Cyprus, Georgia, Italy, Lithuania, Luxembourg, Latvia, Moldova, Portugal |
10 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 40.85 | 58.06 | 0.74 | Estonia |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Kosowski, P. From Fossil Fuels to Renewables: Clustering European Primary Energy Production from 1990 to 2022. Energies 2024, 17, 5596. https://doi.org/10.3390/en17225596
Kosowski P. From Fossil Fuels to Renewables: Clustering European Primary Energy Production from 1990 to 2022. Energies. 2024; 17(22):5596. https://doi.org/10.3390/en17225596
Chicago/Turabian StyleKosowski, Piotr. 2024. "From Fossil Fuels to Renewables: Clustering European Primary Energy Production from 1990 to 2022" Energies 17, no. 22: 5596. https://doi.org/10.3390/en17225596
APA StyleKosowski, P. (2024). From Fossil Fuels to Renewables: Clustering European Primary Energy Production from 1990 to 2022. Energies, 17(22), 5596. https://doi.org/10.3390/en17225596