feat:add waste heat from renewable fuel production and fuel cells#241
feat:add waste heat from renewable fuel production and fuel cells#241amos-schledorn merged 21 commits intomasterfrom
Conversation
for more information, see https://pre-commit.ci
…troduce fuel cell heat-losses
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
cpschau
left a comment
There was a problem hiding this comment.
Great addition @amos-schledorn ! I went quickly through the changes (didn’t double-check the DEA data input).
For the entries based on model assumptions, could we keep a clearer separation from data-based inputs?
Regarding the energy balances affected by the new efficiency parameters: do we define either efficiency-to-heat or heat losses, and take the remainder as the difference?
Finally, I noticed the two 0.002 efficiencies in the methanolisation process—could you clarify these?
outputs/US/costs_2020.csv
Outdated
| fuel cell,FOM,5.0,%/year,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx",12 LT-PEMFC CHP: Fixed O&M,2015.0,, | ||
| fuel cell,c_b,1.25,50oC/100oC,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx",12 LT-PEMFC CHP: Cb coefficient,2015.0,, | ||
| fuel cell,efficiency,0.5,per unit,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","12 LT-PEMFC CHP: Electricity efficiency, annual average",2015.0,, | ||
| fuel cell,heat-losses,0.05,per unit,Based on PyPSA-Eur assumptions (total efficiency of 0.95),,2017.0,, |
There was a problem hiding this comment.
Don't full understand the energy balance of the fuel cell:
Is it 1u of hydrogen --> 0.5u electricity + 0.05u heat losses + 0.45u high value heat?
|
@cpschau Thanks for the review! I think I've addressed everything. Also checked values with the DEA data and updated the Haber-Bosch heat-efficiency accordingly. |
cpschau
left a comment
There was a problem hiding this comment.
Thank you for addressing the points @amos-schledorn! Now, this PR LGTM
This PR adds efficiencies for excess heat recovery from renewable fuel production in district heating.
The considered processes are those for which PyPSA-Eur (Fischer-Tropsch, methanolisation, Haber-Bosch, methanation, electrolysis). Electrolysis is already covered:
https://github.com/PyPSA/pypsa-eur/blob/3df3152db900730df34eca86646f4a490940d48a/scripts/prepare_sector_network.py#L5291-L5417
Changes proposed in this Pull Request
heat-losses = 0.05.Checklist
doc.environment.yaml(if applicable).doc/release_notes.rstof the upcoming release is included.Edit
After review from @cpschau, I've removed the hard-coded heat losses for methanation and fuel cells.