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

allow carbon capture in biogas upgrading #291

Closed
wants to merge 1 commit into from
Closed

Conversation

fneum
Copy link
Member

@fneum fneum commented Jan 5, 2023

closes PyPSA/pypsa-eur#547

TODO

  • investigate cost of carbon capture

@energyLS
Copy link
Contributor

Some helpful links:

@fneum fneum marked this pull request as ready for review February 7, 2023 15:32
carrier="biogas to gas",
capital_cost=costs.loc["biogas upgrading", "fixed"],
marginal_cost=costs.loc["biogas upgrading", "VOM"],
efficiency2=-costs.at['gas', 'CO2 intensity'],
efficiency3=costs.at["biogas", "CO2 stored"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be the same amount of CO2 stored which is reduced from the atmosphere?
so -efficiency2=efficiency3=costs.at['gas', 'CO2 intensity']

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or -efficiency2=efficiency3= costs.at["biogas", "CO2 stored"]

@lisazeyen
Copy link
Collaborator

Costs of carbon capture for biogas upgrading should be already included in the cost assumptions of DEA. One should be aware, that actually this process needs some electricity but also has waste heat as an additional output.

@fneum fneum closed this Mar 8, 2023
LukasFrankenQ pushed a commit to LukasFrankenQ/pypsa-eur-sec that referenced this pull request Apr 12, 2023
* update environment and address deprecations

* check pandas<1.3

* limit snakemake due to ascii encoding error, address review comments

* remove version restriction on snakemake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow capture of the CO2 in biogas
3 participants