Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ClimateCompatibleGrowth/GeoH2
Geospatial analysis of green hydrogen production costs.
https://github.com/ClimateCompatibleGrowth/GeoH2
Last synced: 3 months ago
JSON representation
Geospatial analysis of green hydrogen production costs.
- Host: GitHub
- URL: https://github.com/ClimateCompatibleGrowth/GeoH2
- Owner: ClimateCompatibleGrowth
- License: mit
- Created: 2023-03-19T19:33:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-04T16:47:14.000Z (4 months ago)
- Last Synced: 2024-08-02T01:55:03.336Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.92 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - GEOH2 - Calculates the locational cost of green hydrogen production, storage, transport, and conversion to meet demand in a specified location. (Energy Storage / Hydrogen)
README
# GEOH2
Geospatial analysis of hydrogen production costsGEOH2 calculates the locational cost of green hydrogen production, storage, transport, and conversion to meet demand in a specified location. These costs can be compared to current or projected prices for energy and chemical feedstocks in the region to assess the competitiveness of green hydrogen. Currently, different end-uses, such as fertilizer production, export shipping, and steel production, are not modeled.
The model outputs the levelized cost of hydrogen (LCOH) at the demand location including production, storage, transport, and conversion costs.
In the code provided, the specific use case of Namibia is investigated.
Parameter references for this case are attached.
However, as the code is written in a generalized way, it is possible to analyse all sorts of regions.GeoH2 builds upon a preliminary code iteration produced by Leander Müller, available under a CC-BY-4.0 licence: [https://github.com/leandermue/GEOH2](https://github.com/leandermue/GEOH2).
It also integrates code produced by Nick Salmon under an MIT licence:
[https://github.com/nsalmon11/LCOH_Optimisation](https://github.com/nsalmon11/LCOH_Optimisation)
___# Installation instructions
## Clone the repository
First, clone the GEOH2 repository using `git`.`/some/other/path % cd /some/path/without/spaces`
`/some/path/without/spaces % git clone https://github.com/ClimateCompatibleGrowth/GeoH2.git`
## Install Python dependencies
The python package requirements are in the `environment.yaml` file. You can install these requirements in a new environment using `mamba` package and environment manager (installation instructions [here](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html)):` .../GEOH2 % mamba env create -f environment.yaml`
Then activate this new environment using
`.../GEOH2 % mamba activate geoh2`
___
# Preparing input data
## Hexagons
To analyse a different area of interest, the input hexagon file needs to be changed, but needs to follow the logic of the one provided. An explanation of how to create a H3-Hexagon file can be found in the following repo:https://github.com/carderne/ccg-spider
The hexagon file needs to filled with the following attributes:
- waterbody_dist: Distance to selected waterbodies in area of interest
- waterway_dist: Distance to selected waterways in area of interest
- ocean_dist: Distance to ocean coastline
- grid_dist: Distance to transmission network
- road_dist: Distance to road network
- theo_pv: Theoretical potential of standarized PV plants --> Possible to investigate with: https://github.com/FZJ-IEK3-VSA/glaes
- theo_wind: Theoretical potential of standarized wind turbines --> Possible to investigate with: https://github.com/FZJ-IEK3-VSA/glaes
Once you have created a hexagon file with these features, save it in the `Data` folder.
## Input parameter Excel filesRequired input parameters include the spatial area of interest, total annual demand for hydrogen, and prices and cost of capital for infrastructure investments. These values can be either current values or projected values for a single snapshot in time. The parameter values for running the model can be specified in a set of Excel files in the Parameters folder.
- **Demand parameters:** `demand_parameters.xlsx` includes a list of demand centers. For each demand center, its lat-lon location, annual demand, and hydrogen state for that demand must be specified. If multiple forms are hydrogen are demanded in one location, differentiate the demand center name (e.g. Nairobi LH2 and Nairobi NH3) to avoid problems from duplicate demand center names.
- **Country parameters:** `country_parameters.xlsx` includes country- and technology-specific interest rates, heat and electricity costs, and asset lifetimes.
- Interest rates should be expressed as a decimal, e.g. 5% as 0.05.
- Asset lifetimes should be in years.
- **Basic H2 plant** in this folder, there are several csv files containing the global parameters for optimizing the plant design. All power units are MW and all energy units are MWh. For more information on these parameters, refer to the [PyPSA documentation](https://pypsa.readthedocs.io/en/latest/components.html).- **Weather parameters:** `weather_parameters.xlsx` includes the locational and time range to download historical weather data from the ERA5 reanalysis dataset to calculate wind and solar generation potential. At least a year is recommended for the weather time range to capture seasonal variation in renewable potential, but longer time ranges will increase the computation time for optimizing the design of a hydrogen plant.
- Note: The end date is not inclusive, so if you want to download weather data for all of 2022, you should input 2023/01/01 as the end date.
- Note: The dates need to be presented in the following format: YYYY/MM/DD. If this is auto-corrected to a different format by excel, be sure to manually re-adjust it to be this format, or the download script will not recognise the date properly.- **Technology parameters:** ` technology_parameters.xlsx` includes water parameters, road infrastructure parameters, and whether road and hydrogen pipeline construction is allowed.
- **Pipeline parameters:** `pipeline_parameters.xlsx` includes the price, capacity, and lifetime data for different sizes of hydrogen pipeline.
- **Transport parameters:** `transport_parameters.xlsx` includes the parameters related to road transport of hydrogen, including truck speed, cost, lifetime, and capacity.
- **Conversion parameters**: `conversion_parameters.xlsx` includes parameters related to converting between states of hydrogen.
___
# Usage instructions
## Assign countries
Assign country-specific interest rates, technology lifetimes, and heat and electricity prices from `country_parameters.xlsx` to different hexagons based on their country.You can run this script by entering the following command in your terminal:
`.../GEOH2 % python assign_country.py`
This script should run in a few seconds or less.
## Download weather data
Download the weather data to calculate wind and solar potential for the geographical area and time period of interest using the `get_weather_data.py` script. Ensure that you have specified your weather parameters in `Parameters/weather_parameters.xlsx`
This script downloads the relevant historical weather data from the ERA-5 reanalysis dataset using [Atlite](https://atlite.readthedocs.io/en/latest/) to create a cutout. For this process to work, you need to register and set up your CDS API key as described on the [Climate Data Store website](https://cds.climate.copernicus.eu/api-how-to).You can run this script by entering the following command in your terminal:
`.../GEOH2 % python get_weather_data.py`
Depending the length of your time period and size of your area as well as your internet connection, this script could take from a few minutes to several hours to run.
The downloaded data is saved in the Cutouts folder. Ensure that you have space on your computer to store the data, which can be several GB depending on the length of your time period and size of your area.
## Optimize conversion and transportation
Calculate the cost of the optimal hydrogen transportation and conversion strategy from each hexagon to each demand center using both pipelines and road transport using parameters from `technology_parameters.xlsx`, `demand_parameters.xlsx`, and `country_parameters.xlsx`.
You can run this script by entering the following command in your terminal:
`.../GEOH2 % python optimize_transport_and_conversion.py`
This script should take a few minutes to run, depending on the size of the geographic area you are analyzing.
## Optimize green hydrogen plant design
Design green hydrogen plant to meet the hydrogen demand profile for each demand center for each transportation method to each demand center using the `optimize_hydrogen_plant.py` script. Ensure that you have specified your hydrogen plant parameters in the CSV files in the `Parameters/Basic_H2_plant` folder, your investment parameters in `Parameters/investment_parameters.xlsx`, and your demand centers in `Parameters/demand_parameters.xlsx`.
### Installing a solver
To use this script, you will need a solver installed on your computer. You can use any solver that works with [PyPSA](https://pypsa.readthedocs.io/en/latest/installation.html), such as [Cbc](https://github.com/coin-or/Cbc), a free, open-source solver, or [Gurobi](https://www.gurobi.com/), a commerical solver with free academic licenses available. Install your solver of choice following the instructions for use with Python and your operating system in the solver's documentation.### Running script
You can run this script by entering the following command in your terminal:
`.../GEOH2 % python optimize_hydrogen_plant.py`
This script will take several minutes to several hours to run, depending on the size of the geographic area you are analyzing, the length of your weather data time period, and the number of demand centers.
## Water costs
Calculate water costs from the ocean and freshwater bodies for hydrogen production in each hexagon using `Parameters/technology_parameters.xlsx` and `Parameters/country_parameters.xlsx`.
You can run this script by entering the following command in your terminal:
`.../GEOH2 % python water_cost.py`
This script will take a few seconds to run.
## Total hydrogen costs
Combine the results `optimize_transport_and_conversion.py`,`optimize_hydrogen_plant.py`, and `water_cost.py` to find the lowest-cost method of producing, transporting, and converting hydrogen for each demand center.You can run this script by entering the following command in your terminal:
`.../GEOH2 % python total_hydrogen_cost.py`
This script will take a few seconds to run.
## Visualizing results
Visualize the spatial variation in different costs per kilogram of hydrogen.
Run the `costs_by_component` script to get the cost for each type of equipment in each polygon.
You can run this script by entering the following command in your terminal:
`.../GEOH2 % python costs_by_component.py`
You can then run the visualisation script by entering the following command in your terminal:
`.../GEOH2 % python map_costs.py`
This script will take a few seconds to run.
Note that Windows users may encounter the following error when running the `map_costs` script:
`AttributeError: 'GeoAxesSubplot' object has no attribute '_autoscaleXon'.`
This is likely due to a package conflict with geopandas, matplotlib and cartopy.
If this error occurs, please create a separate environment including exclusively the dependencies needed in `map_costs` for this script.___
# Limitations
This model considers only greenfield wind and solar plants for hydrogen production. Therefore it does not consider using grid electricity or existing generation for hydrogen production. The model further assumes that all excess electricity is curtailed.
While the design of the green hydrogen plant is convex and therefore guarenteed to find the global optimum solution if it exists, the selection of the trucking strategy is greedy to avoid the long computation times and potential computational intractability associated with a mixed-integer optimization problem.
Currently, only land transport is considered in the model. To calculate the cost of hydrogen production for export, any additional costs for conversion and transport via ship or undersea pipeline must be added in post-processing.
Transport costs are calculated from the center of the hexagon to the demand center. When using large hexagon sizes, this assumption may over- or underestimate transportation costs significantly. Additionally, only path length is considered when calculating the cost of road and pipeline construction. Additional costs due to terrain are not considered.
The availability of water for electrolysis is not limited in regions that could potentially face drought, and a single prices for freshwater and ocean water are used throughout the modeled area.
___# Citation
If you decide to use GeoH2, please kindly cite us using the following:
*Halloran, C., Leonard, A., Salmon, N., Müller, L., & Hirmer, S. (2024).
GeoH2 model: Geospatial cost optimization of green hydrogen production including storage and transportation.
MethodsX, 12, 102660. https://doi.org/10.1016/j.mex.2024.102660.*```commandline
@article{Halloran_GeoH2_model_Geospatial_2024,
author = {Halloran, Claire and Leonard, Alycia and Salmon, Nicholas and Müller, Leander and Hirmer, Stephanie},
doi = {10.1016/j.mex.2024.102660},
journal = {MethodsX},
month = jun,
pages = {102660},
title = {{GeoH2 model: Geospatial cost optimization of green hydrogen production including storage and transportation}},
volume = {12},
year = {2024}
}
```
___# Case study parameters
This repository includes sample parameters for a hydrogen production case in Namibia.
References for these parameters are included in the tables below for reference.
For the results of this case, please refer to the model MethodsX article: https://doi.org/10.1016/j.mex.2024.102660.**Green hydrogen plant parameters:**
| Hardware | Parameter | Value | Units | Ref. |
|----------------------------|-----------------------|-----------|----------------------|---------------------------------------------------------------------------------------------------------------------------------|
| Solar photovoltaic | Capex | 1,470,000 | €/MW | [Allington et al., 2021](https://doi.org/10.1016/j.dib.2022.108021) |
| Wind turbines | Capex | 1,580,000 | €/MW | [Allington et al., 2021](https://doi.org/10.1016/j.dib.2022.108021) |
| Hydrogen electrolysis | Capex | 1,250,000 | €/MW | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Hydrogen electrolysis | Efficiency | 0.59 | MWh H2/MWh el | [Taibi et al., 2020](https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf) |
| Hydrogen compression | Isentropic efficiency | 0.051 | MWh el/MWh H2 | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Hydrogen storage unloading | Efficiency | 1 | MWh H2/MWh H2-stored | Assumption |
| Battery | Capex | 95,000 | €/MW | [BloombergNEF, 2022](https://about.bnef.com/blog/lithium-ion-battery-pack-prices-rise-for-first-time-to-an-average-of-151-kwh/) |
| Hydrogen storage | Capex | 21,700 | €/MWh | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |**Conversion parameters:**
| Process | Parameter | Value | Units | Ref. |
|------------------------|------------------------------|-------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| 500 bar compression | Heat capacity | 0.0039444 | kWh/kg/K | Kurzweil and Dietlmeier, 2016 |
| 500 bar compression | Input temperature | 298.15 | K | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| 500 bar compression | Input pressure | 25 | bar | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| 500 bar compression | Isentropic exponent | 1.402 | | Kurzweil and Dietlmeier, 2016 |
| 500 bar compression | Isentropic efficiency | 0.8 | | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| 500 bar compression | Compressor lifetime | 15 | years | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| 500 bar compression | Compressor capex coefficient | 40,035 | €/kg H2/day | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| 500 bar compression | Compressor opex | 4 | % capex/year | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| Hydrogen liquification | Electricity demand | 9.93 | kWh/kg H2 | [Ausfelder and Dura](https://dechema.de/dechema_media/Downloads/Positionspapiere/2021_DEC_P2X_III_Technischer_Anhang.pdf) |
| Hydrogen liquification | Capex quadratic coefficient | -0.0002 | €/(kg H2)^2 | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Hydrogen liquification | Capex linear coefficient | 1,781.9 | €/kg H2 | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Hydrogen liquification | Capex constant | 300,000,000 | € | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Hydrogen liquification | Opex | 8 | % capex/year | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| Hydrogen liquification | Plant lifetime | 20 | years | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| LOHC hydrogenation | Electricity demand | 0.35 | kWh/kg H2 | [Andersson and Grönkvist, 2019](https://doi.org/10.1016/j.ijhydene.2019.03.063) |
| LOHC hydrogenation | Heat demand | -9 | kWh/kg H2 | [Hydrogenious, 2022](https://hydrogenious.net/how/) |
| LOHC hydrogenation | Capex coefficient | 0.84 | kWh/kg H2/year | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC hydrogenation | Opex | 4 | % capex/year | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC hydrogenation | Plant lifetime | 25 | years | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC hydrogenation | Carrier costs | 2 | €/kg carrier | [Clark, 2020](https://hydrogenious.net/lohc-global-hydrogen-opportunity/) |
| LOHC hydrogenation | Carrier ratio | 16.1 | kg carrier/kg H2 | [Arlt and Obermeier, 2017](https://www.encn.de/fileadmin/user_upload/Studie_Wasserstoff_und_Schwerlastverkehr_WEB.pdf) |
| LOHC dehydrogenation | Electricity demand | 0.35 | kWh/kg H2 | [Andersson and Grönkvist, 2019](https://doi.org/10.1016/j.ijhydene.2019.03.063) |
| LOHC dehydrogenation | Heat demand | 12 | kWh/kg H2 | [Hydrogenious, 2022](https://hydrogenious.net/how/) |
| LOHC dehydrogenation | Capex coefficient | 2.46 | kWh/kg H2 | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC dehydrogenation | Opex | 4 | % capex/year | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC dehydrogenation | Plant lifetime | 25 | years | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia synthesis | Electricity demand | 2.809 | kWh/kg H2 | [IEA, 2021](https://www.iea.org/reports/ammonia-technology-roadmap) |
| Ammonia synthesis | Capex coefficient | 0.75717 | kWh/g H2/year | [IEA, 2021](https://www.iea.org/reports/ammonia-technology-roadmap) |
| Ammonia synthesis | Opex | 1.5 | % capex/year | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia synthesis | Plant lifetime | 25 | years | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia cracking | Heat demand | 4.2 | kWh/kg H2 | [Andersson and Grönkvist, 2019](https://doi.org/10.1016/j.ijhydene.2019.03.063) |
| Ammonia cracking | Capex coefficient | 17,262,450 | kWh/g H2/hour | [Cesaro et al., 2021](https://doi.org/10.1016/j.apenergy.2020.116009) |
| Ammonia cracking | Opex | 2 | % capex/year | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Ammonia cracking | Plant lifetime | 25 | years | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |**Trucking parameters:**
| Hardware | Parameter | Value | Units | Ref. |
|--------------------------|----------------------------|---------|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| All trucks | Average truck speed | 70 | km/h | Assumption |
| All trucks | Working hours | 24 | h/day | Assumption |
| All trucks | Diesel price | 1.5 | €/L | Assumption |
| All trucks | Driver wage | 2.85 | €/h | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| All trucks | Working days | 365 | days/year | Assumption |
| All trucks | Max driving distance | 160,000 | km/year | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| All trucks | Truck capex | 160,000 | € | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| All trucks | Truck Opex | 12 | % capex/year | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| All trucks | Diesel consumption | 35 | L/100 km | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| All trucks | Truck lifetime | 8 | years | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| All trucks | Trailer lifetime | 12 | years | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| 500 bar hydrogen trailer | Trailer capex | 660,000 | € | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| 500 bar hydrogen trailer | Trailer opex | 2 | % capex/year | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| 500 bar hydrogen trailer | Trailer capacity | 1,100 | kg H2 | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| 500 bar hydrogen trailer | Loading and unloading time | 1.5 | hours | [Cerniauskas, 2021](https://juser.fz-juelich.de/record/906356) |
| Liquid hydrogen trailer | Trailer capex | 860,000 | € | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| Liquid hydrogen trailer | Trailer opex | 2 | % capex/year | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| Liquid hydrogen trailer | Trailer capacity | 4,300 | kg H2 | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| Liquid hydrogen trailer | Loading and unloading time | 3 | hours | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| LOHC trailer | Trailer capex | 660,000 | € | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| LOHC trailer | Trailer opex | 2 | % capex/year | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| LOHC trailer | Trailer capacity | 1,800 | kg H2 | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| LOHC trailer | Loading and unloading time | 1.5 | hours | [Reuss et al., 2017](https://doi.org/10.1016/j.apenergy.2017.05.050) |
| Ammonia trailer | Trailer capex | 210,000 | € | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia trailer | Trailer opex | 2 | % capex/year | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia trailer | Trailer capacity | 2,600 | kg H2 | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |
| Ammonia trailer | Loading and unloading time | 1.5 | hours | [IEA, 2020](https://iea.blob.core.windows.net/assets/29b027e5-fefc-47df-aed0-456b1bb38844/IEA-The-Future-of-Hydrogen-Assumptions-Annex_CORR.pdf) |**Road parameters:**
| Road length | Parameter | Value | Units | Ref. |
|---------------------|-----------|------------|-----------|-----------------------------------------------------------------------|
| Short road (<10 km) | Capex | 626,478.45 | €/km | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| Long road (>10 km) | Capex | 481,866.6 | €/km | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| All roads | Opex | 7,149.7 | €/km/year | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |**Pipeline parameters:**
| Pipeline size | Parameter | Value | Units | Ref. |
|-----------------|---------------------|-----------|--------------|--------------------------------------------------------------------------------------------------|
| All pipelines | Opex | 1.25 | % capex/year | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| All pipelines | Availability | 95 | % | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |
| All pipelines | Pipeline lifetime | 42.5 | years | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| All pipelines | Compressor lifetime | 24 | years | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| All pipelines | Electricity demand | 0.000614 | kWh/kg H2/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Large pipeline | Maximum capacity | 13 | GW | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Large pipeline | Pipeline capex | 2,800,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Large pipeline | Compressor capex | 620,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Medium pipeline | Maximum capacity | 4.7 | GW | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Medium pipeline | Pipeline capex | 2,200,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Medium pipeline | Compressor capex | 310,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Small pipeline | Maximum capacity | 1.2 | GW | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Small pipeline | Pipeline capex | 90,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |
| Small pipeline | Compressor capex | 90,000 | €/km | [Jens et al., 2021](https://ehb.eu/files/downloads/European-Hydrogen-Backbone-April-2021-V3.pdf) |**Water parameters:**
| Type | Parameter | Value | Units | Ref. |
|-------------|------------------------------|-------|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Freshwater | Treatment electricity demand | 0.4 | kWh/m^3 water | [US Dept. of Energy, 2016](https://betterbuildingssolutioncenter.energy.gov/sites/default/files/Primer%20on%20energy%20efficiency%20in%20water%20and%20wastewater%20plants_0.pdf) |
| Ocean water | Treatment electricity demand | 3.7 | kWh/m^3 water | [Patterson et al., 2019](https://doi.org/10.1073/pnas.1902335116) |
| All water | Transport cost | 0.1 | €/100 km/m^3 water | [Zhou and Tol, 2005](https://doi.org/10.1029/2004WR003749) |
| All water | Water specific cost | 1.25 | €/m^3 water | [Wasreb, 2019](https://wasreb.go.ke/wasrebsystems/tariffs/about-us.html) |
| All water | Water demand | 21 | L water/kg H2 | [Taibi et al., 2020](https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf) |**Country-specific parameters:**
| Country | Parameter | Value | Units | Ref. |
|---------|------------------------------|---------|-------|------------------------------------------------------------------------------------|
| Namibia | Electricity price | 0.10465 | €/kWh | [GlobalPetrolPrices.com]({https://www.globalpetrolprices.com/electricity_prices/}) |
| Namibia | Heat price | 0.02 | €/kWh | Assumption |
| Namibia | Solar interest rate | 6 | % | Assumption |
| Namibia | Solar lifetime | 20 | years | Assumption |
| Namibia | Wind interest rate | 6 | % | Assumption |
| Namibia | Wind lifetime | 20 | years | Assumption |
| Namibia | Plant interest rate | 6 | % | Assumption |
| Namibia | Plant lifetime | 20 | years | Assumption |
| Namibia | Infrastructure interest rate | 6 | % | Assumption |
| Namibia | Infrastructure lifetime | 50 | years | [Müller et al., 2022](https://doi.org/10.1016/j.apenergy.2023.121219) |