heat_etrago

The central module containing all code dealing with heat sector in etrago

class HeatEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Collect data related to the heat sector for the eTraGo tool

This dataset collects data from the heat sector and puts it into a format that is needed for the transmission grid optimisation within the tool eTraGo. It includes the creation of individual and central heat nodes, aggregates the heat supply technologies (apart from CHP) per medium voltage grid district and adds extendable heat stores to each bus. This data is then writing into the corresponding tables that are read by eTraGo.

Dependencies
Resulting tables
name = 'HeatEtrago'
version = '0.0.10'
buses()[source]

Insert individual and district heat buses into eTraGo-tables

Returns:None.
insert_buses(carrier, scenario)[source]

Insert heat buses to etrago table

Heat buses are divided into central and individual heating

Parameters:
  • carrier (str) – Name of the carrier, either ‘central_heat’ or ‘rural_heat’
  • scenario (str, optional) – Name of the scenario.
insert_central_direct_heat(scenario='eGon2035')[source]

Insert renewable heating technologies (solar and geo thermal)

Parameters:scenario (str, optional) – Name of the scenario The default is ‘eGon2035’.
Returns:None.
insert_central_gas_boilers(scenario='eGon2035')[source]

Inserts gas boilers for district heating to eTraGo-table

Parameters:scenario (str, optional) – Name of the scenario. The default is ‘eGon2035’.
Returns:None.
insert_rural_gas_boilers(scenario='eGon2035')[source]

Inserts gas boilers for individual heating to eTraGo-table

Parameters:scenario (str, optional) – Name of the scenario. The default is ‘eGon2035’.
Returns:None.
insert_store(scenario, carrier)[source]
store()[source]
supply()[source]

Insert individual and district heat supply into eTraGo-tables

Returns:None.