European ADP 2023

European ADP 2023

EER was in Brussels last week with Third Way's Carbon-Free Europe program presenting the results of our European Annual Decarbonization Perspective at the Royal Belgian Institute for Natural Science. This year's ADP reflected the massive changes Europe has experienced over the past year including record-setting gas prices from the curtailment of Russian gas imports; expansion of LNG; integration of Ukraine with the European grid; and record-setting deployments of EVs, renewables, and heat pumps in response. Interactive summary results are shown below. The full report and set of modeling results is available at Carbon Free Europe's website:

Annual Decarbonisation Perspective 2023 | Carbon Free Europe
We are working to galvanise support across Europe for an ambitious decarbonisation agenda. Nations must have the option to deploy every clean energy technology necessary for the world to achieve net-zero emissions by 2050 at the latest.
// Only display excerpt in emails (function() { // This runs only when Ghost is preparing emails if (document.querySelector('html.kg-email-template')) { // Find all article content const articleContent = document.querySelectorAll('.kg-card:not(.kg-card-begin)'); // Remove all content cards except the first few (which serve as excerpt) for (let i = 3; i < articleContent.length; i++) { articleContent[i].style.display = 'none'; } // Add a "Read More" button const readMoreBtn = document.createElement('div'); readMoreBtn.innerHTML = 'Read Full Post'; document.querySelector('.kg-email-body').appendChild(readMoreBtn); } })();