Closed
Conversation
Contributor
|
Some helpful links:
|
lisazeyen
reviewed
Feb 10, 2023
| 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"], |
Collaborator
There was a problem hiding this comment.
Shouldn't be the same amount of CO2 stored which is reduced from the atmosphere?
so -efficiency2=efficiency3=costs.at['gas', 'CO2 intensity']
Collaborator
There was a problem hiding this comment.
or -efficiency2=efficiency3= costs.at["biogas", "CO2 stored"]
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. |
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
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.
closes PyPSA/pypsa-eur#547
TODO