NatLabRockies / NatLabRockies/H2Integrate

Update electrolyzer models

Open
#160 0 comments 0 reactions 1 assignee View on GitHub

@elenya-grant is already working on this.

Since Jun 30, 2025.

Dominant language
Python
Stars
26
Forks
44
Avg merge
3d 22h
Merged PRs (30d)
16

Description

Update electrolyzer models

Some projects have required changes or additions to electrolyzer models that have not made it into the core H2I codebase.

Proposed solution

We should update our electrolyzer models in H2I using what exists in side branches or project code.
This includes PEM, alkaline, and SOEC electrolyzer models of varying condition.
We can make these electrolyzer models use base classes and other productive organizational methods to decrease overall code complexity and increase maintainability.

For more details on expected inputs and outputs, see these notes from a current project partner:
Electrolyzer

  • Electrolyzer type
    • PEM, Alkaline, SOEC, etc.
  • Performance
    • Energy intensity load curve
    • Turndown limit
    • Ramp rate
    • Water consumption
  • Cost
    • CAPEX
    • Fixed annual OPEX
    • Water consumption variable cost
    • Overhaul

Alternatives considered

We considered adding these electrolyzer models directly to the electrolyzer repo as that would make a large amount of sense.
However, we will instead update the electrolyzer models here to replace those that currently exist in H2I, ensure the updated models work for our purposes, then port those to the electrolyzer repo when appropriate.

Additional context

These electrolyzer models have been developed by and are useful for multiple projects.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.