hydrogen_etrago

The central module containing the definitions of the datasets linked to H2

This module contains the definitions of the datasets linked to the hydrogen sector in eTraGo in Germany.

In the eGon2035 scenario, there is no H2 bus abroad, so technologies linked to the hydrogen sector are present only in Germany.

In the eGon100RE scenario, the potential and installed capacities abroad arrise from the PyPSA-eur-sec run. For this reason, this module focuses only on the hydrogen related components in Germany, and the module pypsaeursec on the hydrogen related components abroad.

class HydrogenBusEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the H2 buses into the database for Germany

Insert the H2 buses in Germany into the database for the scenarios eGon2035 and eGon100RE by executing successively the functions calculate_and_map_saltcavern_storage_potential, insert_hydrogen_buses and insert_hydrogen_buses_eGon100RE.

Dependencies
Resulting
name = 'HydrogenBusEtrago'
version = '0.0.1'
class HydrogenGridEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the H2 grid in Germany into the database for eGon100RE

Insert the H2 links (pipelines) into Germany in the database for the scenario eGon100RE by executing the function insert_h2_pipelines.

Dependencies
Resulting
name = 'HydrogenGridEtrago'
version = '0.0.2'
class HydrogenMethaneLinkEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the methanisation, feed in and SMR into the database

Insert the the methanisation, feed in (only in eGon2035) and Steam Methane Reaction (SMR) links in Germany into the database for the scenarios eGon2035 and eGon100RE by executing successively the functions insert_h2_to_ch4_to_h2 and insert_h2_to_ch4_eGon100RE.

Dependencies
Resulting
name = 'HydrogenMethaneLinkEtrago'
version = '0.0.5'
class HydrogenPowerLinkEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the electrolysis and the fuel cells into the database

Insert the the electrolysis and the fuel cell links in Germany into the database for the scenarios eGon2035 and eGon100RE by executing successively the functions insert_power_to_h2_to_power and insert_power_to_h2_to_power_eGon100RE.

Dependencies
Resulting
name = 'HydrogenPowerLinkEtrago'
version = '0.0.4'
class HydrogenStoreEtrago(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the H2 stores into the database for Germany

Insert the H2 stores in Germany into the database for the scenarios eGon2035 and eGon100RE:

Dependencies
Resulting
name = 'HydrogenStoreEtrago'
version = '0.0.3'