OpenEnergyPlatform / ontology

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

Equivalent units #1758

Open l-emele opened 7 months ago

l-emele commented 7 months ago

Description of the issue

In an e-mail correspondence in the SIROP team we opened the question "How to express ontology the unit kt CO2e (kiloton CO2 equivalents)?

I thought a bit about that and noticed that we also have other mass equivalent units:

And now we want to add ton of CO2 equivalent. So there seems to be a common pattern: on expresses another unit with an equivalent mass unit. So it seems that a mass unit (and potentially also other units) can have a role.

Ideas of solution

Add roles

Redefine existing classes

ton of coal equivalent: A ton of coal equivalent is a mass unit but has the purpose to be used as an energy unit. It ~which~ is equal to the amount of energy released by burning one metric ton of coal with a certain net calorific value. That is defined as 0.7 tons of oil equivalent (toe) and thus equals 29.3076 gigajoules or 8.141 megawatt-hours. Axiom:

'ton of coal equivalent'
    SubClassOf:
        'mass unit'
        'has role' some 'energy equivalent unit role'

ton of coal equivalent: A ton of oil equivalent is an energy unit which is equal to the amount of energy released by burning one metric ton of crude oil with a certain net calorific value. That is defined as 41.868 gigajoules or 11.63 megawatt-hours.

'ton of oil equivalent'
    SubClassOf:
        'mass unit'
        'has role' some 'energy equivalent unit role'

Likewise the other toe/tce based units.

Add ton CO2 equivalent

Add equivalent class

This should make ton of coal equivalent and ton of coal equivalent and so on to be inferred as subclasses of unit with energy role and hence as subclasses of energy unit.

Workflow checklist

I am aware that

l-emele commented 5 months ago

@stap-m : Have you any thoughts on my proposals?

stap-m commented 5 months ago

In priciple, I like the idea. unit is hierarchically on the same level as information content entity, which may get the reference role. Therefore, I think it is ok to go with roles for units, too.

The energy equivalent unit is only interesting when it comes to burning fuels, and measures the energy content. Here, energy equivalent unit makes sense. The CO2e units are only interesting when it comes to emitting greenhouse gases. What extactly does it measure? The emission factor? Greenhouse gas acitivity? Therefore, I am wondering whether mass equivalent unit is really correct.

l-emele commented 5 months ago

The CO2e units are only interesting when it comes to emitting greenhouse gases. What extactly does it measure? The emission factor? Greenhouse gas acitivity? Therefore, I am wondering whether mass equivalent unit is really correct.

In our conversions paper I wrote the following example: grafik

So in this metric, a mass of 0.5 Mt CH4 has the same effect as 14 Mt CO2 if released to the atmosphere, hence the 0.5 Mt CH4 can be expressed as 14 Mt CO2 equivalents.

stap-m commented 5 months ago

So in this metric, a mass of 0.5 Mt CH4 has the same effect as 14 Mt CO2 if released to the atmosphere, hence the 0.5 Mt CH4 can be expressed as 14 Mt CO2 equivalents.

Yes. Then let's call it greenhouse effect equivalent unit?

stap-m commented 2 months ago

Can we solve this issue before the next release?