Skip to content

Commit

Permalink
Merge pull request #697 from rl-institut/fix/co2_emissions
Browse files Browse the repository at this point in the history
Update with CO2 emission factors
  • Loading branch information
paragpatil39 authored Dec 14, 2020
2 parents 71396b8 + 8ad9b26 commit 12458e4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Here is a template for new release sections
### Added
- Updated release protocol with info on credentials for test.pypi.org (step 9) and added "Fixed" to unreleased section of changelog.md in release protocol (#695)
- Added information about the API to the docs (#701)
- Added CO2 emission factors in the section model_assumption.rst (#697)
- Added energyBusses.csv in RTD (#678)
- Add and link `rewableAsset` as parameter in RTD, specifically `MVS_parameters.rst` and `MVS_parameters_list.csv` (#710)

Expand Down
86 changes: 86 additions & 0 deletions docs/Model_Assumptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,92 @@ For example, the `degree of sector coupling` will reach its maximum, when the sy

In the MVS, there is no distinction between energy carriers and energy vector. For `Electricity` of the `Electricity` vector this may be self-explanatory. However, the energy carriers of the `Heat` vector can have different technical characteristics: A fluid on different temperature levels. As the MVS measures the energy content of a flow in kWh(thermal) however, this distinction is only relevant for the end user to be aware of, as two assets that have different energy carriers as an output should not be connected to one and the same bus if a detailed analysis is expected. An example of this would be, that a system where the output of the diesel boiler as well as the output of a solar thermal panel are connected to the same bus, eventhough they can not both supply the same kind of heat demands (radiator vs. floor heating). This, however, is something that the end-user has to be aware of themselves, eg. by defining self-explanatory labels.

Emission factors
----------------------------
In order to optimise the energy system with minimum emissions, it is important to calculate emission per unit of fuel consumption.

Following emission factors for energy carriers are defined:

These values are based on direct emissions during stationary consumption of the mentioned fuels.

.. _table_emissions_energyCarriers:

.. list-table:: Emission factors: Kg of CO2 equivalent per unit of fuel consumption
:widths: 50 25 25 25
:header-rows: 1

* - Energy carrier
- Unit
- Value
- Source
* - Diesel
- kgCO2eq/litre
- 2.7
- [`4 <https://www.eib.org/attachments/strategies/eib_project_carbon_footprint_methodologies_en.pdf>`__] Page No. 26
* - Gasoline
- kgCO2eq/litre
- 2.3
- [`4 <https://www.eib.org/attachments/strategies/eib_project_carbon_footprint_methodologies_en.pdf>`__] Page No. 26
* - Kerosene
- kgCO2eq/litre
- 2.5
- [`4 <https://www.eib.org/attachments/strategies/eib_project_carbon_footprint_methodologies_en.pdf>`__] Page No. 26
* - Natural gas
- kgCO2eq/m3
- 1.9
- [`4 <https://www.eib.org/attachments/strategies/eib_project_carbon_footprint_methodologies_en.pdf>`__] Page No. 26
* - LPG
- kgCO2eq/litre
- 1.6
- [`4 <https://www.eib.org/attachments/strategies/eib_project_carbon_footprint_methodologies_en.pdf>`__] Page No. 26
* - Biodiesel
- kgCO2eq/litre
- 0.000125
- [`5 <https://www.mfe.govt.nz/sites/default/files/media/Climate%20Change/2019-emission-factors-summary.pdf>`__] Page No. 6
* - Bioethanol
- kgCO2eq/litre
- 0.0000807
- [`5 <https://www.mfe.govt.nz/sites/default/files/media/Climate%20Change/2019-emission-factors-summary.pdf>`__] Page No. 6
* - Biogas
- kgCO2eq/m3
- 0.12
- [`6 <https://www.winnipeg.ca/finance/findata/matmgt/documents/2012/682-2012/682-2012_Appendix_H-WSTP_South_End_Plant_Process_Selection_Report/Appendix%207.pdf>`__] Page No. 1

Following CO2 emissions for Germany and the four pilot sites (Norway, Spain, Romania, India) are defined:

.. _table_CO2_emissions_countries:

.. list-table:: CO2 Emission factors: grams of CO2 equivalent per kWh of electricity consumption
:widths: 50 25 25 25
:header-rows: 1

* - Country
- Unit
- Value
- Source
* - Germany
- gCO2eq/kWh
- 338
- [`7 <https://www.eea.europa.eu/data-and-maps/indicators/overview-of-the-electricity-production-3/assessment>`__] Fig. 2
* - Norway
- gCO2eq/kWh
- 19
- [`7 <https://www.eea.europa.eu/data-and-maps/indicators/overview-of-the-electricity-production-3/assessment>`__] Fig. 2
* - Spain
- gCO2eq/kWh
- 207
- [`7 <https://www.eea.europa.eu/data-and-maps/indicators/overview-of-the-electricity-production-3/assessment>`__] Fig. 2
* - Romania
- gCO2eq/kWh
- 293
- [`7 <https://www.eea.europa.eu/data-and-maps/indicators/overview-of-the-electricity-production-3/assessment>`__] Fig. 2
* - India
- gCO2eq/kWh
- 708
- [`8 <https://www.climate-transparency.org/wp-content/uploads/2019/11/B2G_2019_India.pdf>`__] Page No. 7

The values mentioned in the table above account for emissions during the complete life cycle. This includes emissions during energy production, energy conversion, energy storage and energy transmission.

Limitations
-----------

Expand Down

0 comments on commit 12458e4

Please sign in to comment.