Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electrolyzer degradation impacts - added features and fixes #219

Merged
merged 23 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d9af9bb
modified run_h2_PEM function for updates made to PEM_H2_LT_electrolyz…
elenya-grant Aug 31, 2023
2739069
updated electrolyzer model to correctly reduce h2 production when deg…
elenya-grant Aug 31, 2023
82ec811
removed unused imports
elenya-grant Aug 31, 2023
9a5772b
fixed edge-case bug in fatigue degradation calculation if stack is of…
elenya-grant Aug 31, 2023
778c25c
fixed minor bug in new_H2_Results output
elenya-grant Aug 31, 2023
cee5f38
added lifetime performance estimate for grid connected case
elenya-grant Sep 1, 2023
f865f11
added performance per year of plant life, need to adust for cases whe…
elenya-grant Sep 5, 2023
a7baaef
reformats yearly performance to be aggregated over all clusters
elenya-grant Sep 5, 2023
e2bd600
Merge upstream to local to get updated hydrogen storage models. Merge…
elenya-grant Sep 14, 2023
806a998
removed function calls to old functions and removed unnecessary outputs
elenya-grant Sep 18, 2023
ec5059b
adjusted to not throw errors with recent changes in PEM, added more c…
elenya-grant Sep 18, 2023
0789b94
fixed bug in grid-connected case with new changes
elenya-grant Sep 18, 2023
e8db9cb
deleted some old comments maybe?
elenya-grant Sep 21, 2023
abde2f3
updated filepath to run_pem_master
elenya-grant Sep 21, 2023
9cafee0
moved from to_organize/PEM_Model_2Push/ to hydrogen/electrolysis
elenya-grant Sep 21, 2023
56ef76d
deleted to_organize/PEM_Model_2Push files since moved to new location
elenya-grant Sep 21, 2023
6c5ec46
removed Electrolyzer_Models/run_h2_clusters.py because it was outdate…
elenya-grant Sep 21, 2023
ace9197
removed cbc.exe from PEM_Model_2Push folder, will need to point to co…
elenya-grant Sep 21, 2023
f3f6976
removed other unused electrolyzer run files
elenya-grant Sep 24, 2023
e3b76e9
removed some unused functions and nondescriptive comments
elenya-grant Sep 28, 2023
5d4a1ad
added turndown ratio as input
elenya-grant Sep 28, 2023
9820436
updated a few typos and comments
elenya-grant Oct 10, 2023
d57609e
Merge remote-tracking branch 'hopp_main/dev/refactor' into dev/refact…
elenya-grant Oct 19, 2023
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
206 changes: 0 additions & 206 deletions hopp/simulation/technologies/Electrolyzer_Models/run_h2_clusters.py

This file was deleted.

Loading