quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
25 stars 12 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 10 months 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 8 months 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 6 months ago

Current working proposal:

To do/discuss: