pypsa-eur/doc/configtables/adjustments.csv
lisazeyen 1b97a16bfa
add option to vary parameter (#1244)
* add option to vary parameter

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove logger.info

* adjust maybe_adjust_costs_and_potentials

* update configtables

* revert removed cost_factor

* reset build_energy_totals to master

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add release notes

* Revert "revert removed cost_factor"

This reverts commit b7154f046954bd6de34c2910f3f9f52b44d5f233.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2024-09-12 16:02:10 +02:00

15 lines
1.0 KiB
Plaintext

,Unit,Values,Description
adjustments,,,
-- electricity,bool or dict,,Parameter adjustments applied in :mod:`prepare_network.`
-- -- factor,,,Multiply original value with given factor
-- -- absolute,,,Set attribute to absolute value
-- -- -- {component},,,PyPSA component in :mod:`prepare_network.`
-- -- -- -- {carrier},,,Any carrier of the network to which parameter adjustment factor should be applied.
-- -- -- -- -- {attr},float,per-unit,Attribute to which parameter adjustment factor should be applied.
-- sector,bool or dict,,Parameter adjustments applied in :mod:`prepare_sector_network.`
-- -- factor,,,Multiply original value with given factor
-- -- absolute,,,Set attribute to absolute value
-- -- -- {component},,,PyPSA component in :mod:`prepare_network.`
-- -- -- -- {carrier},,,Any carrier of the network to which parameter adjustment factor should be applied.
-- -- -- -- -- {attr},Float or dict,per-unit,Attribute to which parameter adjustment factor should be applied. Can be also a dictionary with planning horizons as keys.