-
Notifications
You must be signed in to change notification settings - Fork 6
assign mean costs to Kernnetz pipes #305
Conversation
Validator ReportI am the Validator. Download all artifacts here. ❗ Run failed!Download 'logs' artifact to see more details.
Model Metrics Comparing |
Before: the difference in the plots is because of the difference currency years (2020 vs. 2023) |
for more information, see https://pre-commit.ci
I also fixed this bug on top of this PR: https://discord.com/channels/914472852571426846/1148559814381805588/1315709043989282937 (changes only in plot_ariadne_report) |
config/config.yaml
Outdated
- vopt | ||
clusters: | ||
- 27 #current options: 27, 49 | ||
- 49 #current options: 27, 49 |
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.
please revert the config changes
* adding FOM rows to dataframe * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add OPEX computation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add grid variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * differentiationg temporal scope of investment, annuities and FOM * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix importing of the costs.csv * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * correct FOM for special case of offwind generators * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * integrating Kernnetz changes from PR #305 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
|
||
m = network.copy() | ||
m.remove("Bus", m.buses[m.buses.x == 0].index) | ||
m.remove("Bus", m.buses[m.buses.x == 0].index) |
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.
does this really need to be called twice?
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.
probably a merging duplicate
Before asking for a review for this PR make sure to complete the following checklist:
ariadne_all
completes without errorsexport_ariadne_variables
has been adapted to the changesChangelog.md
main
has been merged into the PRYYYYMMDDdescriptive_title