hydrogen-salt-storage

Optimising production and long-term bulk storage of hydrogen from offshore wind in salt caverns in the Irish Sea

https://github.com/wind-to-hydrogen-toolkit/hydrogen-salt-storage

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary

Keywords

geological-storage green-hydrogen ireland offshore-wind salt-caverns
Last synced: 10 months ago · JSON representation ·

Repository

Optimising production and long-term bulk storage of hydrogen from offshore wind in salt caverns in the Irish Sea

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
geological-storage green-hydrogen ireland offshore-wind salt-caverns
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation Codeowners

README.md

Optimising production and long-term bulk storage of hydrogen from offshore wind in salt caverns in the Irish Sea

Acknowledgements

This research was carried out as part of the H-Wind and HYSS projects. The H-Wind project was supported by a research grant from Science Foundation Ireland (SFI) under Grant No. 12/RC/2302 – P2 and by the industry consortium members: DP Energy, Equinor, ESB, and Gas Networks Ireland. The HYSS project was supported by a grant from Sustainable Energy Authority of Ireland (SEAI) and Geological Survey Ireland under the SEAI Research, Development & Demonstration Funding Programme 2021, Grant No. 21/RDD/725.

Installation

This project uses Python ≥ 3.11.

Installation of the project (including notebooks) from source

Clone this Git repository:

sh git clone https://github.com/wind-to-hydrogen-toolkit/hydrogen-salt-storage.git cd hydrogen-salt-storage

Create a virtual environment and install all requirements:

sh python -m venv .venv source .venv/bin/activate python -m pip install --upgrade pip setuptools wheel python -m pip install -r requirements.txt

To run tests:

sh python -m pytest --cov

Installation of the h2ss module

sh python -m venv .venv source .venv/bin/activate python -m pip install --upgrade pip setuptools wheel python -m pip install https://github.com/wind-to-hydrogen-toolkit/hydrogen-salt-storage/archive/refs/heads/main.zip

Documentation

To build the documentation locally:

sh cd docs && make html

To clean build the documentation locally:

sh cd docs && make clean html

Licence

Copyright 2023-2025 N. Streethran

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Owner

  • Name: Wind to Hydrogen Toolkit
  • Login: wind-to-hydrogen-toolkit
  • Kind: organization
  • Location: Ireland

Hydrogen from offshore wind

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Optimising production and long-term bulk storage of hydrogen from offshore
  wind in salt caverns in the Irish Sea
message: If you use this software, please cite it as below.
type: software
authors:
  - family-names: Streethran
    given-names: Nithiya
    orcid: 'https://orcid.org/0000-0003-0575-5798'
    affiliation: University College Cork
repository-code: >-
  'https://github.com/wind-to-hydrogen-toolkit/hydrogen-salt-storage'
url: 'https://wind-to-hydrogen-toolkit.github.io/hydrogen-salt-storage'
keywords:
  - hydrogen from offshore wind
  - long-term bulk hydrogen storage
  - submarine salt caverns
  - hydrogen economy in Ireland
  - geological storage
license: Apache-2.0
version: 2024.09.0
preferred-citation:
  type: article
  authors:
    - family-names: Streethran
      given-names: Nithiya
      orcid: 'https://orcid.org/0000-0003-0575-5798'
      affiliation: University College Cork
    - family-names: Byrne
      given-names: Keith
      affiliation: Aspen Energy Consulting
    - family-names: White
      given-names: James
      affiliation: Illmatic Energy
    - family-names: O'Neill
      given-names: Nick
      affiliation: SLR Consulting
    - family-names: Leahy
      given-names: Paul
      affiliation: University College Cork
  title: >-
    Optimising production and long-term bulk storage of hydrogen from offshore
    wind in subsurface salt caverns
  doi: '10.2139/ssrn.4960296'
  # journal:
  year: 2024
  month: 9
  # volume:
  # issue:
  # start:  # First page number
  # end:  # Last page number

GitHub Events

Total
  • Watch event: 2
  • Push event: 1
Last Year
  • Watch event: 2
  • Push event: 1

Dependencies

.github/workflows/sphinx.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
docs/requirements.txt pypi
  • folium *
  • geocube *
  • myst-nb *
  • pooch *
  • pydata-sphinx-theme *
  • pyfluids *
  • seaborn *
pyproject.toml pypi
  • dask *
  • geocube *
  • netcdf4 *
  • pooch *
  • pyfluids *
requirements.txt pypi
  • black *
  • cartopy *
  • contextily *
  • dask *
  • flake8 *
  • folium *
  • geocube *
  • jupyterlab *
  • mapclassify *
  • matplotlib-scalebar *
  • myst-nb *
  • netcdf4 *
  • pooch *
  • pydata-sphinx-theme *
  • pyfluids *
  • pylint *
  • pytest-cov *
  • seaborn *
  • statsmodels *