storage

The central module containing all code dealing with H2 stores in Germany

This module contains the functions used to insert the two types of H2 store potentials in Germany:

  • H2 overground stores (carrier: ‘H2_overground’): steel tanks at every H2_grid bus
  • H2 underground stores (carrier: ‘H2_underground’): saltcavern store at every H2_saltcavern bus. NB: the saltcavern locations define the H2_saltcavern buses locations.

All these stores are modelled as extendable PyPSA stores.

calculate_and_map_saltcavern_storage_potential()[source]

Calculate site specific storage potential based on InSpEE-DS report.

Returns:None
insert_H2_overground_storage(scn_name='eGon2035')[source]

Insert H2_overground stores into the database.

Insert extendable H2_overground stores (steel tanks) at each H2_grid bus.

Returns:None
insert_H2_saltcavern_storage(scn_name='eGon2035')[source]

Insert H2_underground stores into the database.

Insert extendable H2_underground stores (saltcavern potentials) at every H2_saltcavern bus.

Returns:None
insert_H2_storage_eGon100RE()[source]

Copy H2 storage from the eGon2035 to the eGon100RE scenario.

Returns:None
write_saltcavern_potential()[source]

Write saltcavern potentials into the database

Returns:None