Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FZJ-IEK3-VSA/HIM
Hydrogen Infrastructure Model for the analysis of spatially resolved hydrogen infrastructure pathways
https://github.com/FZJ-IEK3-VSA/HIM
Last synced: 3 months ago
JSON representation
Hydrogen Infrastructure Model for the analysis of spatially resolved hydrogen infrastructure pathways
- Host: GitHub
- URL: https://github.com/FZJ-IEK3-VSA/HIM
- Owner: FZJ-IEK3-VSA
- License: mit
- Created: 2019-09-25T11:01:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T16:16:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:09:19.318Z (7 months ago)
- Language: Jupyter Notebook
- Size: 26.3 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - HIM - Hydrogen Infrastructure model for the analysis of spatially resolved hydrogen infrastructure pathways. (Energy Storage / Hydrogen)
README
# HIM- Hydrogen Infrastructure Model for Python
HSC offers the functionality to calculate predefined hydrogen supply chain architectures with respect to spatial resolution for the analysis of explicit nationwide infrastructures.
## Installation and application
First, download and install [Anaconda](https://www.anaconda.com/). Then, clone a local copy of this repository to your computer with git
git clone https://github.com/FZJ-IEK3-VSA/HSCPathways.git
or download it directly. Move to the foldercd HIM
and install the required Python environment via
conda env create -f environment.yml
To determine the optimal pipeline design, a mathematical optimization solver is required. [Gurobi](https://www.gurobi.com/) is used as default solver, but other optimization solvers can be used as well.
## Examples
A number of [**examples**](apps/) shows the capabilities of HIM. Either for [abstract costs analyses](apps/Example%20-%20Abstract%20analysis%20without%20geoferenced%20locations.ipynb)
or for [exact infrastructure design](apps/Example%20Hydrogen%20Supply%20Chain%20Cost%20Generation.ipynb)## License
MIT License
Copyright (C) 2016-2019 Markus Reuss (FZJ IEK-3), Thomas Grube (FZJ IEK-3), Martin Robinius (FZJ IEK-3), Detlef Stolten (FZJ IEK-3)
You should have received a copy of the MIT License along with this program.
If not, see https://opensource.org/licenses/MITWe are the [Techno-Economic Energy Systems Analysis](http://www.fz-juelich.de/iek/iek-3/EN/Forschung/_Process-and-System-Analysis/_node.html) department at the [Institute of Energy and Climate Research: Electrochemical Process Engineering (IEK-3)](http://www.fz-juelich.de/iek/iek-3/EN/Home/home_node.html) belonging to the [Forschungszentrum Jülich](www.fz-juelich.de/). Our interdisciplinary department's research is focusing on energy-related process and systems analyses. Data searches and system simulations are used to determine energy and mass balances, as well as to evaluate performance, emissions and costs of energy systems. The results are used for performing comparative assessment studies between the various systems. Our current priorities include the development of energy strategies, in accordance with the German Federal Government’s greenhouse gas reduction targets, by designing new infrastructures for sustainable and secure energy supply chains and by conducting cost analysis studies for integrating new technologies into future energy market frameworks.
## Acknowledgment
This work was supported by the Helmholtz Association under the Joint Initiative ["Energy System 2050 – A Contribution of the Research Field Energy"](https://www.helmholtz.de/en/research/energy/energy_system_2050/).