add Biomethanation #257
Conversation
| df.index = df.index.str.replace(" Total Input", "_H2") | ||
|
|
||
| # Rename indices and update units | ||
| replacements = { |
There was a problem hiding this comment.
Can we make the renames more consistent with the most commonly used names?
hydrogen-input
co2-input
electricity-input etc.
There was a problem hiding this comment.
I have updated the names to the most commonly used names (eg. methane-output insect of Methane Output).
for the final DF and csv file.
Note that the index names set in biomethanation_dea (like "El-Input", "H-Output") (the lines you mentioned) are only used as search keys by str.contains() in the filtering at lines 2155–2204 and 2312–2340. They never appear in the final CSV.
|
I was trying to double-check the saved values for biochar but the output files are removed in this PR, please, add them again @BertoGBG |
|
the cost files were added |
|
@martavp this PR is only for the biomethanation technolgies, not biochar. They are alternative technolgies to Sabatier reaction and can substitute the biogas upgrading converting the CO2 in the biogas (and H2) to Methane through a biological process. It does not require CO2 removal and the CO2 in the biogas is retained in the system without the need for CO2 netowrk. |
|
Hej @BertoGBG , is this PR ready for another round of review? |
Closes # (if applicable).
Changes proposed in this Pull Request
added biomethantion technology (biological methantion of CO2 with electrolytic H2). The technology is part of the DEA catalogue and it was added via compile_cost_assumptions.py
Checklist
doc.environment.yaml(if applicable).doc/release_notes.rstof the upcoming release is included.