Skip to content

Commit

Permalink
Fix electrolyzer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Feb 26, 2024
1 parent c1d1a96 commit eb53a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/electrolyzers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Hydrogen Electrolyzers

```@autodocs
Modules = [GenX]
Pages = ["electrolyzers.jl"]
Pages = ["electrolyzer.jl"]
```
1 change: 0 additions & 1 deletion src/model/resources/hydrogen/electrolyzer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ This optional constraint (enabled by setting `HydrogenHourlyMatching==1` in `gen
This constraint permits modeling of the 'three pillars' requirements for clean hydrogen supply of (1) new clean supply (if only new clean resources are designated as eligible), (2) that is deliverable to the electrolyzer (assuming co-location within the same modeled zone = deliverability), and (3) produced within the same hour as the electrolyzer consumes power (otherwise known as 'additionality/new supply', 'deliverability', and 'temporal matching requirements') See Ricks, Xu & Jenkins (2023), ''Minimizing emissions from grid-based hydrogen production in the United States'' *Environ. Res. Lett.* 18 014025 [doi:10.1088/1748-9326/acacb5](https://iopscience.iop.org/article/10.1088/1748-9326/acacb5/meta) for more.
"""

function electrolyzer!(EP::Model, inputs::Dict, setup::Dict)
println("Electrolyzer Resources Module")

Expand Down

0 comments on commit eb53a01

Please sign in to comment.