pypsa-eur/doc/configtables/costs.csv
2024-03-18 13:31:04 +01:00

2.0 KiB

1UnitValuesDescription
2year--YYYY; e.g. '2030'Year for which to retrieve cost assumptions of ``resources/costs.csv``.
3version--vX.X.X or <user>/<repo>/vX.X.X; e.g. 'v0.5.0'Version of ``technology-data`` repository to use. If this string is of the form <user>/<repo>/<version> then costs are instead retrieved from ``github.com/<user>/<repo>`` at the <version> tag.
4rooftop_share--floatShare of rooftop PV when calculating capital cost of solar (joint rooftop and utility-scale PV).
5social_discountratep.u.floatSocial discount rate to compare costs in different investment periods. 0.02 corresponds to a social discount rate of 2%.
6fill_values--floatDefault values if not specified for a technology in ``resources/costs.csv``.
7capital_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``.
8marginal_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``.
9emission_pricesSpecify exogenous prices for emission types listed in ``network.carriers`` to marginal costs.
10-- enablebooltrue or falseAdd cost for a carbon-dioxide price configured in ``costs: emission_prices: co2`` to ``marginal_cost`` of generators (other emission types listed in ``network.carriers`` possible as well)
11-- 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``.
12-- co2_monthly_pricebooltrue or falseAdd monthly cost for a carbon-dioxide price based on historical values built by the rule ``build_monthly_prices``