heat_etrago¶
The central module containing all code dealing with heat sector in etrago
-
class
HeatEtrago(dependencies)[source]¶ Bases:
egon.data.datasets.DatasetCollect 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 inidvidual 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 writting into the corresponding tables that are read by eTraGo.
- Dependencies
- Resulting tables
grid.egon_etrago_busis extendedgrid.egon_etrago_linkis extendedgrid.egon_etrago_link_timeseriesis extendedgrid.egon_etrago_storeis extendedgrid.egon_etrago_generatoris extended
-
name= 'HeatEtrago'¶
-
version= '0.0.10'¶
-
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.