File:Nuclear-lifecycle-CO2-emissions Warner2012.svg

Original file(SVG file, nominally 560 × 400 pixels, file size: 47 KB)

Summary

Description
English: Pie chart of different contributions to nuclear power lifecycle CO2 emissions. Data relies on Warner & Heath 2012, which is also used in the IPCC report.

Source for total value: "After harmonizing methods to use consistent gross system boundaries and values for several important system parameters, the same statistics were 12, 17, and 110 g CO 2 -eq/kWh, respectively."

Source for ratios: "For LWRs, operational processes contribute the majority of life cycle GHG emissions (78%). Life cycle GHG emissions for upstream processes and downstream processes make up 14% and 8% of published estimates of total life cycle GHG emissions, respectively."
Date
Source Own work, data from Warner & Heath 2012
Author Geek3
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

#! /usr/bin/env python3
# -*- coding:utf8 -*-

import matplotlib.pyplot as plt

# data source: https://doi.org/10.1111/j.1530-9290.2012.00472.x

plt.rc('font', size=12)
fig = plt.figure(figsize=(560 / 90.0, 400 / 90.0), dpi=72)
plt.suptitle('Carbon Emissions from nuclear power', fontsize=21)
plt.figtext(0.5, 0.86, 'Warner & Heath 2012 Review', fontsize=12, ha='center')
ax = plt.axes([0., 0.1, 0.55, 0.73])

# source: "For LWRs, operational processes contribute the majority of life cycle GHG emissions (78%). Life cycle GHG emissions for upstream processes and downstream processes make up 14% and 8% of published estimates of total life cycle GHG emissions, respectively."
shares = [14., 78., 8.]
labels = ['upstream', 'operational', 'downstream']
patches, texts, autotexts = plt.pie(shares, colors=['#ffa24c', '#f5dd5c', '#aadd22'],
    startangle=90, counterclock=False, wedgeprops={'edgecolor':'k'},
    autopct='%1.0f%%', pctdistance=0.7, labels=labels, labeldistance=1.13)

plt.legend(patches, [
    'Upstream (incl.\nfacility construction,\nmaterials supply):\n 14% (1.7 g/kWh)',
    'Operational (incl. fuel\nsupply, operation,\nmaintenance):\n 78% (9.4 g/kWh)',
    'Downstream (incl.\ndecommissioning,\nwaste disposal):\n   8% (1.0 g/kWh)'],
    loc='center left', bbox_to_anchor=(1.07, 0.5), labelspacing=1.3)

# source: "After harmonizing methods to use consistent gross system boundaries and values for several important system parameters, the same statistics were 12, 17, and 110 g CO 2 -eq/kWh, respectively."
plt.text(1.5, -1.26, 'Total: 12 g/kWh', fontsize=18)

plt.figtext(0.5, 0.015, 'gramm CO₂-eq/kWh median harmonized values from 27 references; percentages for LWR', fontsize=9.5, ha='center')
plt.savefig('Nuclear-lifecycle-CO2-emissions_Warner2012.svg')

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Pie chart of different contributions to nuclear power lifecycle CO2 emissions

Items portrayed in this file

depicts

24 April 2022

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:29, 24 April 2022Thumbnail for version as of 15:29, 24 April 2022560 × 400 (47 KB)Geek3one more digit for rounded gramm values
14:37, 24 April 2022Thumbnail for version as of 14:37, 24 April 2022560 × 400 (47 KB)Geek3typo fix
14:25, 24 April 2022Thumbnail for version as of 14:25, 24 April 2022560 × 400 (47 KB)Geek3Uploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata