quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
33 stars 14 forks source link

Review, update and document aggregate carriers #4094

Open mabijkerk opened 1 year ago

mabijkerk commented 1 year ago

In the ETM, the nomenclature used for aggregate products is not homogenous. See for example the following charts:

Screenshot 2023-03-30 at 16 44 51

There are a few issues with this:

Notifying @ChaelKruip

mabijkerk commented 1 year ago

In addition, the charts in the Transition Paths tool have yet another classification of aggregate products:

Screenshot 2023-04-05 at 09 08 50
mabijkerk commented 1 year ago

This is not only an issue that is related to the frontend, but also to our dataflows. See for example https://github.com/quintel/etlocal/issues/392

Notifying @redekok for the dataflows prject

mabijkerk commented 1 year ago

Current working proposal for labels of fossil fuels:

We need to work towards a hierarchy of labels, like Eurostat has, that has different levels of detail. Different charts can then mix and match different levels for different carriers, depending on the detail required - as long as it is MECE. Current working proposal for some critical points:

Notifying @DorinevanderVlies

mabijkerk commented 1 year ago

This effort should also be continued in gqueries that are used in inputs. For example in the input investment_costs_combustion_coal_plant:

- query = 
    UPDATE(
        V(
            energy_chp_ultra_supercritical_coal,
            energy_power_supercritical_coal,
            energy_power_combined_cycle_ccs_coal,
            energy_power_combined_cycle_coal,
            energy_power_ultra_supercritical_lignite,
            energy_power_ultra_supercritical_oxyfuel_ccs_lignite,
            energy_power_ultra_supercritical_ccs_coal,
            energy_power_ultra_supercritical_coal,
            industry_chp_ultra_supercritical_coal
        ), initial_investment, USER_INPUT()
    )

We might be able to add functions as in capacity_production.rb.

mabijkerk commented 11 months ago

Current working proposal:

To do/discuss:

kaskranenburgQ commented 1 month ago

Beneath is the proposal for primary energy carriers we implemented in the MYC graph "Primary demand":

Aggregation-label Carriers
Solid biofuels
Wood pellets
Torrefied biomass pellets
Oil and oil products
Crude oil
Gasoline
Diesel
Kerosene
LPG
Heavy fuel oil
Natural gas and derivatives
Natural gas
LNG
Propane
Nuclear energy
Uranium oxide
Coal and coal products
Coal
Coal-gas
Cokes
Lignite
Waste
Biogenic waste
Non-biogenic waste
Liquid biofuels
Biodiesel
Bio-ethanol
Bio-LNG
Bio-oil
Bio-kerosene
Biogas
Greengas
Biogas
Solar electricity
Solar electricity
Solar thermal
Solar thermal
Wind electricity
Wind electricity
Hydro electricity
Hydro electricity
Geothermal electricity
Geothermal electricity
Geothermal heat
Geothermal heat
Electricity
Imported electricity
Hydrogen carriers
Imported Hydrogen
Imported LOHC
Imported Liquid Hydrogen
Heat
Imported Heat
Methanol
Methanol
Ammonia
Imported Ammonia
mabijkerk commented 1 month ago

Nice addition @kaskranenburgQ. Would good to add the Dutch translations to this. We should then consistently apply this throughout the model. Restructuring queries is one thing, but we should also use consistent labelling. For example I changed the label "Electricity from uranium" to "Electricity from nuclear energy" in the electricity production chart in https://github.com/quintel/etmodel/commit/8c937021be5c680f5a2ca63d926bce6e0d433518.