-
Notifications
You must be signed in to change notification settings - Fork 8
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
Solar Correction Factor #225
Merged
Merged
Conversation
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
Validator ReportI am the Validator. Download all artifacts here. ❗ Run failed!Download 'logs' artifact to see more details.
Model Metrics Comparing |
67f6b6c
to
27341dc
Compare
@lindnemi Can you please comment the source for the Fraunhofer ISE data :) |
toniseibold
added a commit
that referenced
this pull request
Oct 10, 2024
* adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de>
lindnemi
added a commit
that referenced
this pull request
Oct 17, 2024
* report transmission/distribution grid capacity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * force offshore wind from NEP 2023 at correct connection point (#191) * force offshore wind from NEP 2023 at correct connection point Projects for offshore wind connection in the North and Baltic Seas are read in and then (in a configurable way) forced into the network with the correction connection point. The default is only to do this for the projects planned until 2030, which mostly already have final investment decisions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix strange input error by adding the wildcard_constraints back in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add comment * do not specify 2030 max offwind capacity in scenarios * force projects in 2025, increase 2025 minimum for offwind, add AC projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * distinguish DC / AC more robustly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing Trassenlängen * handle offwind connection cost in modify_prenetwork * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> * Removing custom electrolysis costs (#229) * removing custom electrolysis costs * Documenting changes --------- Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Correct electricity net generation data in validation (#227) * correct elec val data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Solar Correction Factor (#225) * adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> * watch pypsa-eur data folder for changes (#232) * watch pypsa-eur data folder for changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * removing grid addtions from exporter * changing prefix * fix and export unsustainable BtL * export more transport variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include capacity additions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * report NEP investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change capital_cost of projections after optimization * simplify code * update submodule (order of transmission projects) * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Brown <tom@nworbmot.org> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de> Co-authored-by: Julian Geis <j.geis@tu-berlin.de>
toniseibold
added a commit
to toniseibold/ARCHIVE-pypsa-de-import
that referenced
this pull request
Oct 22, 2024
* report transmission/distribution grid capacity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * force offshore wind from NEP 2023 at correct connection point (PyPSA#191) * force offshore wind from NEP 2023 at correct connection point Projects for offshore wind connection in the North and Baltic Seas are read in and then (in a configurable way) forced into the network with the correction connection point. The default is only to do this for the projects planned until 2030, which mostly already have final investment decisions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix strange input error by adding the wildcard_constraints back in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add comment * do not specify 2030 max offwind capacity in scenarios * force projects in 2025, increase 2025 minimum for offwind, add AC projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * distinguish DC / AC more robustly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing Trassenlängen * handle offwind connection cost in modify_prenetwork * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> * Removing custom electrolysis costs (PyPSA#229) * removing custom electrolysis costs * Documenting changes --------- Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Correct electricity net generation data in validation (PyPSA#227) * correct elec val data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Solar Correction Factor (PyPSA#225) * adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> * watch pypsa-eur data folder for changes (PyPSA#232) * watch pypsa-eur data folder for changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * removing grid addtions from exporter * changing prefix * fix and export unsustainable BtL * export more transport variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include capacity additions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * report NEP investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change capital_cost of projections after optimization * simplify code * update submodule (order of transmission projects) * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Brown <tom@nworbmot.org> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de> Co-authored-by: Julian Geis <j.geis@tu-berlin.de>
toniseibold
added a commit
to toniseibold/ARCHIVE-pypsa-de-import
that referenced
this pull request
Oct 25, 2024
* report transmission/distribution grid capacity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * force offshore wind from NEP 2023 at correct connection point (PyPSA#191) * force offshore wind from NEP 2023 at correct connection point Projects for offshore wind connection in the North and Baltic Seas are read in and then (in a configurable way) forced into the network with the correction connection point. The default is only to do this for the projects planned until 2030, which mostly already have final investment decisions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix strange input error by adding the wildcard_constraints back in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add comment * do not specify 2030 max offwind capacity in scenarios * force projects in 2025, increase 2025 minimum for offwind, add AC projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * distinguish DC / AC more robustly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing Trassenlängen * handle offwind connection cost in modify_prenetwork * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> * Removing custom electrolysis costs (PyPSA#229) * removing custom electrolysis costs * Documenting changes --------- Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Correct electricity net generation data in validation (PyPSA#227) * correct elec val data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Solar Correction Factor (PyPSA#225) * adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> * watch pypsa-eur data folder for changes (PyPSA#232) * watch pypsa-eur data folder for changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * removing grid addtions from exporter * changing prefix * fix and export unsustainable BtL * export more transport variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include capacity additions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * report NEP investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change capital_cost of projections after optimization * simplify code * update submodule (order of transmission projects) * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Brown <tom@nworbmot.org> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de> Co-authored-by: Julian Geis <j.geis@tu-berlin.de>
JulianGeis
added a commit
to JulianGeis/pypsa-ariadne-pricing
that referenced
this pull request
Oct 29, 2024
* report transmission/distribution grid capacity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * force offshore wind from NEP 2023 at correct connection point (PyPSA#191) * force offshore wind from NEP 2023 at correct connection point Projects for offshore wind connection in the North and Baltic Seas are read in and then (in a configurable way) forced into the network with the correction connection point. The default is only to do this for the projects planned until 2030, which mostly already have final investment decisions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix strange input error by adding the wildcard_constraints back in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add comment * do not specify 2030 max offwind capacity in scenarios * force projects in 2025, increase 2025 minimum for offwind, add AC projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * distinguish DC / AC more robustly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing Trassenlängen * handle offwind connection cost in modify_prenetwork * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> * Removing custom electrolysis costs (PyPSA#229) * removing custom electrolysis costs * Documenting changes --------- Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Correct electricity net generation data in validation (PyPSA#227) * correct elec val data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Solar Correction Factor (PyPSA#225) * adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> * watch pypsa-eur data folder for changes (PyPSA#232) * watch pypsa-eur data folder for changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * removing grid addtions from exporter * changing prefix * fix and export unsustainable BtL * export more transport variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include capacity additions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * report NEP investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change capital_cost of projections after optimization * simplify code * update submodule (order of transmission projects) * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Brown <tom@nworbmot.org> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de> Co-authored-by: Julian Geis <j.geis@tu-berlin.de>
toniseibold
added a commit
to toniseibold/ARCHIVE-pypsa-de-import
that referenced
this pull request
Nov 1, 2024
* report transmission/distribution grid capacity * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * force offshore wind from NEP 2023 at correct connection point (PyPSA#191) * force offshore wind from NEP 2023 at correct connection point Projects for offshore wind connection in the North and Baltic Seas are read in and then (in a configurable way) forced into the network with the correction connection point. The default is only to do this for the projects planned until 2030, which mostly already have final investment decisions. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix strange input error by adding the wildcard_constraints back in * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add comment * do not specify 2030 max offwind capacity in scenarios * force projects in 2025, increase 2025 minimum for offwind, add AC projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * distinguish DC / AC more robustly * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing Trassenlängen * handle offwind connection cost in modify_prenetwork * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> * Removing custom electrolysis costs (PyPSA#229) * removing custom electrolysis costs * Documenting changes --------- Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Correct electricity net generation data in validation (PyPSA#227) * correct elec val data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> * Solar Correction Factor (PyPSA#225) * adding correction_factor for solar and solar-hsat * Documenting changes * update correction factor to Fraunhofer ISE data * add source for factor --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> * watch pypsa-eur data folder for changes (PyPSA#232) * watch pypsa-eur data folder for changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * removing grid addtions from exporter * changing prefix * fix and export unsustainable BtL * export more transport variables * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * include capacity additions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * report NEP investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change capital_cost of projections after optimization * simplify code * update submodule (order of transmission projects) * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tom Brown <tom@nworbmot.org> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de> Co-authored-by: Julian Geis <j.geis@tu-berlin.de>
6 tasks
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.
Issue
Addressing #224
Adding a correction factor for solar to
correction_factor = 0.86
to limit the electricity generation from solar.Modelling to target so 2020 results match the historical data.
Validation
Full load hours before PR: 1071.5
Full load hours with PR: 921.3
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 changesnot applicable
not applicable
Changelog.md
main
has been merged into the PRYYYYMMDDdescriptive_title