This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Releases: PyPSA/pypsa-ariadne
Releases · PyPSA/pypsa-ariadne
beta241122 demandvariation
beta241122demandvariation variable space heat demand
beta241122
add function to scale carrier capacity (#285) * add function to scale carrier capacity * add scaling for gas CHP and set lifetime of gas CHP to 40 years * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix negative investments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * only select extendable links * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * make must run function more general and add lignite in 2020 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
beta-241108
Bugfix discretized line capacity (#280) * improve processing of postnetworks, fix missing trassenlänge * remove duplicate line * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * improve robustness of trassenlänge division * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * divide instead of multiply * [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>
beta-241101
post-discretize the projects in the hacking function to unify later c…
beta-241025
drop store from statistic to avoid numerical errors
beta-241014
Restricting powerflow from and to Germany (#231) * Restricting powerflow from and to Germany --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de>
beta-241002
fix missing transmission investments
beta-240927
Add plotting of hydrogen network including the Kernnetz (#71) * created local script in Ariadne, added rule to Snakefile * add kernnetz to the hydrogen_map plotting function * changed logic to plot all maps at once * revert functionality to plot network after each run * add result to ariadne_all rule to trigger plotting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * plot only capacity which is build in the investment period not cumulative * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix missing plots * reset to file contents of main * remove duplicate line * improve numerical stability * [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>
alpha-240920
Co2 accounting refactor (#197) * update submodule * set up all required dataframes for new emission accounting * switch to new emissiosn accounting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * simplify CCS accounting * handle CHP emissions correctly * some comments * rename co2 getter and delete old function * [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>
alpha-240906
Implement rising hub heights for wind; profile smoothing for offshore…