Skip to content
Merged
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
81b99f9
added updated degradation calcs
ZackTully Jan 25, 2023
8b39392
New degradation rates
ZackTully Feb 7, 2023
12f7860
updated test for new deg calcs
ZackTully Feb 10, 2023
ec863f5
updat pre-commit yaml
ZackTully Feb 10, 2023
f1c61b7
remove whitespace
ZackTully Feb 10, 2023
29e8928
Merge pull request #1 from ZackTully/fix/deg_rates
ZackTully Feb 11, 2023
6c9b16e
update test_regression
ZackTully Feb 15, 2023
3a1b668
fix test_regression
ZackTully Feb 15, 2023
8642ff4
fix test_regression
ZackTully Feb 15, 2023
491355a
troubleshooting tests
ZackTully Feb 15, 2023
ae62555
test_regression total h2 4 decimals
ZackTully Feb 15, 2023
c51f876
Merge branch 'develop' into fix/deg_rates
ZackTully Feb 15, 2023
761168e
Update test_run_electrolyzer.py
ZackTully Feb 15, 2023
916554a
Merge branch 'NREL:develop' into develop
ZackTully Feb 16, 2023
76f6e74
Merge pull request #2 from ZackTully/fix/deg_rates
ZackTully Feb 16, 2023
441b3b4
Merge pull request #3 from NREL/develop
ZackTully Feb 19, 2023
cb5a103
Merge branch 'NREL:develop' into develop
ZackTully Feb 22, 2023
b91c246
Added example #6, conversion efficiency
nRiccobo Apr 26, 2023
add505e
changed formatting for tests
elenya-grant May 17, 2023
b36e4dc
reformatted for cleaned up deg rates
elenya-grant May 17, 2023
b3d43ba
Merge branch 'develop' into develop
nRiccobo May 18, 2023
77ef9ee
delete duplicate example
ZackTully May 22, 2023
0e38f87
small formatting changes
ZackTully May 22, 2023
7c917cb
WIP adjust modeling schema for alkaline cells
ZackTully May 22, 2023
224535f
Bump isort version for pre-commit bugfix (#60)
camirmas Jun 12, 2023
daa7f94
alkaline example formatting
ZackTully Jul 9, 2023
7baf194
update test validation
ZackTully Jul 9, 2023
550e98c
update test_validation.py
ZackTully Jul 9, 2023
135aa34
Merge branch 'develop' into develop
nRiccobo Aug 2, 2023
b63d726
Merge pull request #52 from nRiccobo/develop
nRiccobo Aug 2, 2023
2aaf03a
updating test_run_electrolyzer with new modeling schema
ZackTully Aug 2, 2023
87dfcd1
fit_params difference
ZackTully Aug 3, 2023
8bbf71c
save for power_to_current debug
ZackTully Aug 3, 2023
cd4417c
troubleshooting before test_run_lcoh.py
ZackTully Aug 3, 2023
ccd7071
test_optimization new schema
ZackTully Aug 7, 2023
c189360
tidying up a bit
ZackTully Aug 7, 2023
89b5017
controller example debugging
ZackTully Aug 7, 2023
18a3e0f
changed modeling schema interface in test_optimization
ZackTully Aug 7, 2023
77b8248
removing unnecessary comment blocks and unused files
ZackTully Aug 8, 2023
4167add
updating examples for new schema
ZackTully Aug 8, 2023
37dfe92
Issue #61: Update Cathod Pressure to be 30bar
nRiccobo Aug 9, 2023
5489636
Had to update LCOH test because of changes to cell voltage. Life Tota…
nRiccobo Aug 18, 2023
dc98d55
add generic citation file
ZackTully Sep 19, 2023
13c52f8
Merge pull request #66 from nRiccobo/update/p_cathode
nRiccobo Sep 20, 2023
19285fe
delete unneeded comments
ZackTully Oct 18, 2023
e3b9e88
Merge remote-tracking branch 'origin/develop' into esg/alkaline
ZackTully Oct 18, 2023
f059e62
Merge remote-tracking branch 'origin/develop' into esg/alkaline
bayc Oct 18, 2023
5dece7c
resolve merge conflicts
ZackTully Oct 18, 2023
0830110
resolve merge conflicts
ZackTully Oct 18, 2023
474c21f
Updated dryer loss to 0.2%. Test stack lowered the kWh/kg. Test run_e…
nRiccobo Dec 7, 2023
3b1e6fb
Test lcoh results in a lower lcoh.
nRiccobo Dec 7, 2023
5338ccf
Updated membrane thickness in calc_ohmic_overpot. 20 microns is close…
nRiccobo Dec 7, 2023
b0718d3
Updated test stack and fit params. Needed to update example_01 by add…
nRiccobo Dec 7, 2023
a3098f7
Updated run_electrolyzer test. Hydrogen output increased
nRiccobo Dec 7, 2023
3cc0deb
Updated run_lcoh test. Results show a lower lcoh
nRiccobo Dec 7, 2023
9d6b62a
Merge pull request #72 from nRiccobo/develop
bayc Dec 20, 2023
35c93ad
Merge branch 'esg/alkaline' of https://github.com/ZackTully/electroly…
bayc Jan 26, 2024
4150924
Merge remote-tracking branch 'origin/develop' into esg/alkaline
bayc Jan 26, 2024
847058a
updating reg test value after changes from merge
bayc Jan 26, 2024
5ed2cbd
changed PEM_Cell class to PEMCell
bayc Jan 26, 2024
fb611dc
updating relative imports to explicit
bayc Jan 26, 2024
ca5eea2
updating Alkaline_Cell class to AlkalineCell
bayc Jan 26, 2024
d3a171a
adding typing for stack.cell
bayc Jan 26, 2024
8d7e659
fixing linting
bayc Jan 26, 2024
6f0acf5
removing commented code
bayc Jan 26, 2024
155f39c
Add alkaline electrolyzer model (#62)
bayc Jan 26, 2024
e913ad8
WIP: Reformatting repo into BERT structure
johnjasa Feb 3, 2025
9d7004f
updated all py file import paths
elenya-grant Feb 3, 2025
9459bcd
updated jupyter notebook import paths
elenya-grant Feb 3, 2025
b4e83fa
updated pre-commit config
elenya-grant Feb 10, 2025
583eb36
Merge pull request #79 from elenya-grant/dev/bert_reorg
johnjasa Feb 19, 2025
319dae9
Prep for release (#82)
johnjasa Mar 18, 2025
638d890
Update pyproject.toml
johnjasa Mar 19, 2025
0d88b3a
Feature/bert basic (#81)
elenya-grant Sep 24, 2025
83caad7
Adding readme
johnjasa Nov 7, 2025
09d301c
Merging
johnjasa Nov 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
============
Electrolyzer
============


.. image:: https://github.com/NREL/electrolyzer/actions/workflows/ci.yml/badge.svg
:target: https://github.com/NREL/electrolyzer/actions/workflows/ci.yml
:alt: CI Status

.. image:: https://github.com/NREL/electrolyzer/actions/workflows/black.yml/badge.svg
:target: https://github.com/NREL/electrolyzer/actions/workflows/black.yml
:alt: Lint

Electrolyzer contains performance and cost modeling of H2 production.


* Free software: Apache Software License 2.0

Quick Installation
------------

``pip install git+https://github.com/NREL/electrolyzer.git``

For further installation instructions, see the `installing.md` file in the docs folder.

Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage