-
Notifications
You must be signed in to change notification settings - Fork 50
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
Expanding the data format structure of region to allow specifying three regions #318
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,13 +28,36 @@ | |
- Network|Electricity|Active Power Flow: | ||
description: Active power flow through a line | ||
unit: MW | ||
- Network|Electricity|Active Power Flow|Flow Contribution: | ||
description: The active power flow that agents (generators and demand) | ||
in a certain (sub)region are causing on a line | ||
unit: MW | ||
- Network|Electricity|Active Power Flow|Flow Contribution|Generation: | ||
description: The active power flow that a generator(s) is causing on a line | ||
unit: MW | ||
- Network|Electricity|Active Power Flow|Flow Contribution|Demand: | ||
description: The active power flow that demand is causing on a line | ||
unit: MW | ||
- Network|Electricity|Impedance: | ||
description: Impedance of an interconnection between 2 regions | ||
unit: S | ||
- Network|Electricity|Investment: | ||
description: Overnight investment (capital) cost in transmission lines of the | ||
power network | ||
unit: [million EUR_2020/yr, billion USD_2010/yr] | ||
- Network|Electricity|Investment|Allocated Investment: | ||
description: Overnight investment (capital) cost in a transmission line of the | ||
power network allocated to agents (generators and demand) in a certain (sub)region | ||
based on their electrical usage | ||
unit: [thousand EUR_2020/yr, thousand USD_2010/yr] | ||
- Network|Electricity|Investment|Allocated Investment|Generation: | ||
description: Overnight investment (capital) cost in a transmission line of the | ||
power network allocated to a generator(s) based on its electrical usage | ||
unit: [thousand EUR_2020/yr, thousand USD_2010/yr] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Who is really going to pay for this? I wouldn't think it is the generator, no? More the entity who is using the interco to send electricity from region 3 to somewhere via region1>region2 interco? |
||
- Network|Electricity|Investment|Allocated Investment|Demand: | ||
description: Overnight investment (capital) cost in a transmission line of the | ||
power network allocated to demand based on its electrical usage | ||
unit: [thousand EUR_2020/yr, thousand USD_2010/yr] | ||
- Network|Electricity|Fixed Charge Rate: | ||
description: Fixed charge rate to annualize the overnight investment cost. The | ||
Fixed Charge Rate (FCR) is the percentage of the total investment cost that | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understood well, there is an allocation of responsibilities in the flow of a particular transmission line here. Then, the word cost allocated is more precise.