Add h2 fuel cell technology#111
Draft
yijinli22 wants to merge 11 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
h2-fuel-cell(hydrogen-powered fuel cell) as a new technology option in ReEDS, complementing the existingng-fuel-cell(natural gas fuel cell) already in the model. Both technologies share theFUEL_CELLsubset and are toggled together by the existingGSw_FuelCellswitch. The H2 fuel cell uses hydrogen as fuel (h2fuel), is classified underH2_COMBUSTION, and has three cost scenarios (conservative/moderate/advanced) based on Reznicek et al.Technical details
Implementation notes
h2-fuel-cellfollows the same tech classification pattern asng-fuel-cell: both belong toFUEL_CELLini_subtech.csvand are banned together whenGSw_FuelCell=0h2-fuel-cellusesh2fuelfuel (same asH2-CTandH2-CC) and is classified asH2_COMBUSTIONintech-subset-table.csvplantcostprep.pyby addingh2-fuelcellto the existingconv_techsloader loop, using switchplantchar_h2-fuelcellAdditional changes
postprocessing/tech_aggregation.csv,tech_map.csv,tech_style.csvupdated forh2-fuel-celldisplay (color#87A21D, aggregated as "Fuel Cell")cases_h2-fuelcell.csvadded with 6 test runs:USA_defaults,USA_defaults_fc_adv,USA_defaults_fc_mod,USA_defaults_fc_con,USA_decarb,USA_decarb_fc_modb_inputs.gms: updatedh2_combustionset comment to include fuel cellsSwitches added/removed/changed
GSw_FuelCell0,10ng-fuel-cellandh2-fuel-cellplantchar_h2-fuelcellh2-fuelcell_conservative,h2-fuelcell_moderate,h2-fuelcell_advancedh2-fuelcell_moderateRelevant sources or documentation
Validation, testing, and comparison report(s)
TBD
Checklist for author
Details to double-check
dollaryear.csvupdated forh2-fuelcell_*scenarios, 2022$)runreeds.py,solve.py)General information to guide review
GSw_FuelCell=0by default — no change when switch is off)Did you use LLM tools (chatbot or copilot) in the preparation of this PR? If so, describe how
Yes — Claude Code (Anthropic) assisted with writing the PR language
Tag points of contact
@yijinli22