806 B
806 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | adjustments | |||
3 | -- electricity | bool or dict | Parameter adjustments for capital cost, marginal cost, and maximum capacities of carriers. Applied in :mod:`prepare_network.` | |
4 | -- -- {attr} | Attribute can be ``e_nom_opt``, ``p_nom_opt``, ``marginal_cost`` or ``capital_cost`` | ||
5 | -- -- -- {carrier} | float | per-unit | Any carrier of the network to which parameter adjustment factor should be applied. |
6 | -- sector | bool or dict | Parameter adjustments for capital cost, marginal cost, and maximum capacities of carriers. Applied in :mod:`prepare_sector_network.` | |
7 | -- -- {attr} | Attribute can be ``e_nom_opt``, ``p_nom_opt``, ``marginal_cost`` or ``capital_cost`` | ||
8 | -- -- -- {carrier} | float | per-unit | Any carrier of the network to which parameter adjustment factor should be applied. |