Skip to content

Take DEA CHP assumptions for c_b and c_v, not old PyPSA ones #19

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

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Conversation

nworbmot
Copy link
Member

@nworbmot nworbmot commented Dec 7, 2020

This PR stops the script replacing the DEA values for the back pressure coefficient c_b and the c_v value with the old PyPSA values.

The old PyPSA values for c_b and c_v assume an extraction plant (like the DEA coal CHP) which has flexible production of heat and electricity within the feasibility diagram of Figure 4 in the Synergies paper.

However, if you look in DEA assumptions at "09b Wood Pellets Medium" (used for solid biomass CHP) and "Gas turbine simple cycle (large)" (used for gas CHP) they are not extraction plants but back pressure plants.

The back pressure coefficient in DEA c_b is simply:

c_b = name plate electricity efficiency / name plate heat efficiency

both measured when both heat and electricity are produced at maximum.

For the extraction plants, the efficiency is measured in condensation mode, i.e. no heat production.

With the old assumptions, the solid biomass CHP was under-producing heat for a given fuel input.

In our simulation results the plants produce along the back pressure line anyway for 99.5% of the time, so we don't need the full feasibility space.

I've correct the implementation in the PyPSA-Eur-Sec code too, see:

PyPSA/pypsa-eur-sec@098281b

The CHPs are now implemented as single links with heat output proportional to electricity output.

The old PyPSA values for c_b and c_v assume an extraction plant (like
the DEA coal CHP).

However, if you look in DEA assumptions at "09b Wood Pellets Medium"
(used for solid biomass CHP) and "Gas turbine simple cycle (large)"
(used for gas CHP) they are not extraction plants but back pressure
plants.

The back pressure coefficient in DEA c_b is simply

c_b = name plate electricity efficiency / name plate heat efficiency

both measured when both heat and electricity are produced at maximum.

For the extraction plants, the efficiency is measured in condensation
mode, i.e. no heat production.

With the old assumptions, the solid biomass CHP was under-producing
heat for a given fuel input.
@nworbmot nworbmot requested review from lisazeyen and martavp December 7, 2020 11:48
Copy link
Collaborator

@lisazeyen lisazeyen left a comment

Choose a reason for hiding this comment

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

I fully agree. Maybe one thing to keep in mind, we had a discussion in issue #7 about how comparable the efficiencies are between gas and biomass CHPs. The plants do have different input/output temperatures (50/100^Celsius and 40/80^Celsius) which do depend on whether the plant is usually connected to the distribution or the transmission system what we don't take account for in PyPSA-Eur-Sec.

@lisazeyen lisazeyen mentioned this pull request Dec 8, 2020
@martavp
Copy link
Member

martavp commented Dec 9, 2020

After reading the notes and the emails exchange I fully agree. The code is cleaner and we save the constraints on the feasible space for CHP operation.

@martavp martavp merged commit f75e405 into master Dec 9, 2020
@lisazeyen lisazeyen deleted the chp branch July 26, 2021 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants