-
Notifications
You must be signed in to change notification settings - Fork 18
Regret matrix draft #103
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
Draft
lindnemi
wants to merge
188
commits into
main
Choose a base branch
from
regret-matrix-draft
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Regret matrix draft #103
Conversation
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
…and_transport_electric_share
…into improve-transport-sector
…from national co2 limits
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.
Next Steps and Open To Dos:
Code Review:
Start drafting graphics for the Papier:
Get the Trade part of the system costs right. Open questions:
- What should you get for selling energy from bus0 to bus1. Price at bus1? Price at bus0? The difference (i.e. the congestion rent)? Or bus0 + half the congestion rent?
- What to do about the losses (for DC): consider the energy input or the output of a trading link?
- Is my intuition true, that the electricity at bus0 "is already paid for (via CAPEX and OPEX)", and how does that impact the trade revenue?
prepare a PR against pypsa-de that improves the trade part of the total system cost calculation
At the moment
get_link_opex
inget_economy
in the exporter does not return the same results when it is called with all carriers separately and then added, or with all carriers at the same time. This is probably due to a weird interaction between negative export prices caused by the import limit constraints (see further discussion below) and an (unnecessary) abs() call inget_link_opex
Again regarding trade: When the import limits are active, they offer an incentive for EXPORTING when prices at the exporting bus are HIGHER than at the importing bus, in order to be able to import more when the system most needs the energy. The shadow_value of the import constraint determines how much of a loss is acceptable for exporting energy.
compare the results of the
scope_to_fix:DE
setup and thescope_to_fix:EU
(with fixed CO2 price) setupFinish a 3H run on the cluster
Medium Term: Think about a scenario with reduced flexibility