OpenEnergyPlatform / ontology

Repository for the Open Energy Ontology (OEO)
Creative Commons Zero v1.0 Universal
111 stars 23 forks source link

update definitions for emission value / emission factor value #243

Closed stap-m closed 4 years ago

stap-m commented 4 years ago

Description of the issue

Update definitions for emission value / emission factor value.

Ideas of solution

Workflow checklist

I am aware that

han-f commented 4 years ago

Should this include a definition for emission factor or emission factor value? Suggestions for emission factor: The emission factor is the ratio between the amount of pollution generated and the amount of a given raw material processed. The term may also refer to the ratio between the emissions generated and the outputs of production processes. https://stats.oecd.org/glossary/detail.asp?ID=761

akleinau commented 4 years ago

emission value can't be found and emission factor got deleted in #368 (as it's a quantity) so this can get moved to the second release

l-emele commented 4 years ago

I think we have to distinguish between different types of emission values.

  1. An emission value that is directly connected to the emission process. This is e.g. the combustion of fuels where the carbon content of the fuels is oxidized. A practical example is a CO2 emission value of 96 t/TJ for hard coal.
  2. An emission value that is only indirectly connected to the emission process as it is calculated from the emissions and some activity data that is not directly related to the combustion. A practical example is a CO2 emission value of 900 g/kWh for a coal power plant with the produced electrical energy as activity data.
  3. An emission value that covers that e.g. greenhouse gases are directly emitted without a chemical conversion process. This can be e.g. methane leakage from a gas grid or emission of F-gases from air conditioning.

So the first and second emission value are related to combustion and other chemical conversion processes while the second one the leaking itself is the emission process. Maybe we need different types (subclasses?) of our emission process? Like emission from a conversion process and emission from leakage?

In UNFCCC terminology the first and third emission value is called emission factor while the second one is called implied emission factor.

l-emele commented 4 years ago

The IPCC defines emission factor as:

A coefficient that quantifies the emissions or removals of a gas per unit activity. Emission factors are often based on a sample of measurement data, averaged to develop a representative rate of emission for a given activity level under a given set of operating conditions.

(Glossary of the 2019 Refinement to the 2006 IPCC Guidelines for National Greenhouse Gas Inventories)

Vera-IER commented 4 years ago

When it comes to modelling I can only use one general type of emission factor. So I would be fine with only one label emission factor and the definition from IPCC. I think emission factor is also an example of what we call "attribute", so we would need to relate it to a process class. A suggestion for this relation is: `energy transformation' has_process_attribute 'emission coefficient'

Or if the issue with the subclasses of energy transformation (#372) is solved than the relation could be for example: 'coal power unit' participates in 'energy transformation' has_process_attribute 'emission factor' for all fossil power plants.

l-emele commented 4 years ago

An emission factor an also applied to combustion fuels, e.g. natural gas has an emission factor of about 56 t CO2/TJ.

Vera-IER commented 4 years ago

Yes true, but I think it should be related to the combustion fuel and the combustion process. As the definition says its "quantifies the emissions per unit activity." An activity is always a process in my understanding. So we would need to relate combustion fuel to the combustion process and the emission factor. Additionally we could relate combustion fuel or specific power units to energy transformation and emission factor.

l-emele commented 4 years ago

Yes true, but I think it should be related to the combustion fuel and the combustion process. As the definition says its "quantifies the emissions per unit activity." An activity is always a process in my understanding.

Yes, exactly. An emission factor is always connected to a process.

So we would need to relate combustion fuel to the combustion process and the emission factor. Additionally we could relate combustion fuel or specific power units to energy transformation and emission factor.

The emission process does not necessarily be a combustion process. If you think e.g. about the methane leakage emissions from a gas well the relevant process is the production of gas and not the combustion. And if you think of some industrial process emissions like F-gas emissions they are not connected to any fuel at all.

Vera-IER commented 4 years ago

My suggestion would be to keep the definition of emission factor generic, for example use the one from IPCC and then relate it to the classes which are already included in the OEO. So an additional relation could be to made to primary energy mining. We don't have a class industrial process ... Maybe we could put an editor note, that emission factors can also be applied to industrial processes?

l-emele commented 4 years ago

Adapting the IPCC definition I propose the following definition: An emission factor is a quantity value that quantifies the emissions or removals of a gas per unit activity. The superclass would then be quantity value.

l-emele commented 4 years ago

No one objected against my proposal from 27 August so I think it is ready for implementation. I'll do that.