chp_etrago

The central module containing all code dealing with chp for eTraGo.

class ChpEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Collect data related to combined heat and power plants for the eTraGo tool

This dataset collects data for combined heat and power plants and puts it into a format that is needed for the transmission grid optimisation within the tool eTraGo. This data is then writting into the corresponding tables that are read by eTraGo.

Dependencies
Resulting tables
name = 'ChpEtrago'
version = '0.0.6'
insert()[source]

Insert combined heat and power plants into eTraGo tables.

Gas CHP plants are modeled as links to the gas grid, biomass CHP plants (only in eGon2035) are modeled as generators

Returns:None.
insert_egon100re()[source]

Insert combined heat and power plants into eTraGo tables for the eGon100RE scenario.

Returns:None.