Skip to content

Instantly share code, notes, and snippets.

@aquilesC
Created May 7, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aquilesC/b6be302a265cb696b9d9d40352b91b65 to your computer and use it in GitHub Desktop.
Save aquilesC/b6be302a265cb696b9d9d40352b91b65 to your computer and use it in GitHub Desktop.
<a href="https://www.aquicarattino.com/other-en/reinvent-the-wheel-and-make-it-elon-musk-style/">Elon Musk</a> did a great job selling the idea that electric cars are the indisputable future. However, in the time of alternative realities, it is always wise to verify some of the facts that are given for granted. It is true that an electric car does not emit gases while in circulation, but the generation of electricity needed for moving as well as the fabrication of the batteries must be taken into account.
There are two numbers that can be calculated for any product: the emissions generated during the use and the emissions generated since the start of the fabrication process. During use, I've found a magical number quoted in several sources, a diesel car would emit around <code><code>120g CO2/km</code></code>[1]. For an electric car, the consumption is around <code>0.2kWh/km</code>, while in Europe the emissions for generating electricity are around <code>300gCO2/kWh</code>. With this values, it can be calculated that an electric car emits roughly <strong><code>60gCO2/km</code></strong>. This is a rough estimate showing that electric cars, with existing technologies in Europe, generates half the emissions of CO2 than what a diesel car would have.
However this is not a complete picture. Apparently, the fabrication of batteries has a mayor impact in the quantity of emitted gases. Using as an example the Tesla cars, which use <a href="http://batteryuniversity.com/learn/article/types_of_lithium_ion">NCA batteries</a>, the emissions generated for their manufacturing are around <code>116kgCO2/kWh</code>. With a battery <code>100kWh</code> and assuming a lifetime of <code>200000 km</code>, we should add <code>58gCO2/km</code> to our previous result. This yields almost the same emissions per kilometer than a diesel car.
The numbers that I am presenting are nothing but approximations to first order and are based on sources that I didn't verify myself, but that look trustworthy. There are many details missing, like the emissions derived from extraction and refining of fuel, but the message I wanted to convey is the importance of understanding what is behind what they are trying to sell us. Whatever we manufacture is going to have a negative impact on environment; it is crucial to have to proper tools to discern. It is a market plagued with interests and it is not easy to find organizations that are impartial when presenting results.
[1] A non-small detail is that these are <a href="https://ecometrica.com/assets/GHGs-CO2-CO2e-and-Carbon-What-Do-These-Mean-v2.1.pdf"><strong>equivalent grams of CO2</strong></a>.
Some complementary readings:
1. <a href="https://www.transportenvironment.org/">Transport and Environment</a>: <a href="https://www.transportenvironment.org/sites/te/files/publications/TE%20-%20draft%20report%20v04.pdf">This report</a>
2. Ecometrica: <a href="https://ecometrica.com/assets/GHGs-CO2-CO2e-and-Carbon-What-Do-These-Mean-v2.1.pdf">Some acronyms explained.</a>
3. Battery University: <a href="http://batteryuniversity.com/learn/article/types_of_lithium_ion">To understand more acronyms about batteries</a>
4. <a href="https://en.wikipedia.org/wiki/Tesla_Model_S">Wikipedia about Tesla S</a>
5. IVL (Swedish Environmental Research Institute): <a href="http://www.ivl.se/download/18.5922281715bdaebede95a9/1496136143435/C243.pdf">This report</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment