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

1.0 KiB

1UnitValuesDescription
2adjustments
3-- electricitybool or dictParameter adjustments applied in :mod:`prepare_network.`
4-- -- factorMultiply original value with given factor
5-- -- absoluteSet attribute to absolute value
6-- -- -- {component}PyPSA component in :mod:`prepare_network.`
7-- -- -- -- {carrier}Any carrier of the network to which parameter adjustment factor should be applied.
8-- -- -- -- -- {attr}floatper-unitAttribute to which parameter adjustment factor should be applied.
9-- sectorbool or dictParameter adjustments applied in :mod:`prepare_sector_network.`
10-- -- factorMultiply original value with given factor
11-- -- absoluteSet attribute to absolute value
12-- -- -- {component}PyPSA component in :mod:`prepare_network.`
13-- -- -- -- {carrier}Any carrier of the network to which parameter adjustment factor should be applied.
14-- -- -- -- -- {attr}Float or dictper-unitAttribute to which parameter adjustment factor should be applied. Can be also a dictionary with planning horizons as keys.