pypsa-eur/doc/configtables/costs.csv
2023-02-16 11:50:55 +01:00

1.4 KiB

1UnitValuesDescription
2year--YYYY; e.g. '2030'Year for which to retrieve cost assumptions of ``resources/costs.csv``.
3version--vX.X.X; e.g. 'v0.5.0'Version of ``technology-data`` repository to use.
4rooftop_share--floatShare of rooftop PV when calculating capital cost of solar (joint rooftop and utility-scale PV).
5fill_values--floatDefault values if not specified for a technology in ``resources/costs.csv``.
6capital_costEUR/MWKeys should be in the 'technology' column of ``resources/costs.csv``. Values can be any float.For the given technologies, assumptions about their capital investment costs are set to the corresponding value. Optional; overwrites cost assumptions from ``resources/costs.csv``.
7marginal_costEUR/MWhKeys should be in the 'technology' column of ``resources/costs.csv``. Values can be any float.For the given technologies, assumptions about their marginal operating costs are set to the corresponding value. Optional; overwrites cost assumptions from ``resources/costs.csv``.
8emission_pricesSpecify exogenous prices for emission types listed in ``network.carriers`` to marginal costs.
9-- co2EUR/tfloatExogenous price of carbon-dioxide added to the marginal costs of fossil-fuelled generators according to their carbon intensity. Added through the keyword ``Ep`` in the ``{opts}`` wildcard only in the rule :mod:`prepare_network``.