1b97a16bfa
* 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>
1.0 KiB
1.0 KiB
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | adjustments | |||
3 | -- electricity | bool or dict | Parameter adjustments applied in :mod:`prepare_network.` | |
4 | -- -- factor | Multiply original value with given factor | ||
5 | -- -- absolute | Set 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} | float | per-unit | Attribute to which parameter adjustment factor should be applied. |
9 | -- sector | bool or dict | Parameter adjustments applied in :mod:`prepare_sector_network.` | |
10 | -- -- factor | Multiply original value with given factor | ||
11 | -- -- absolute | Set 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 dict | per-unit | Attribute to which parameter adjustment factor should be applied. Can be also a dictionary with planning horizons as keys. |