pypsa-eur/doc/configtables/costs.csv
Fabian Neumann 2fc1ea0255
some refactoring and code cleaning (#190)
* some refactoring and code cleaning

* execute pre-commit

* pre-commit: limit large files

* add license to .pre-commit

* add pre-commit to env

* solve: tidy memory logger

* travis: add conda list for easier debugging

* undo config test/tutorial without plotting, rm matplotlibrc, .licenses

* remove {networks} wildcard

* unadd pre-commit config

* add release notes

* restore REUSE compliance

* fix docs environment python version

* env: remove gurobi from dependencies

* fix unclean merge block

* fix elif to if

* lighter rtd style

* lighter rtd style II
2020-12-03 19:50:53 +01:00

1.3 KiB

1UnitValuesDescription
2year--YYYY; e.g. '2030'Year for which to retrieve cost assumptions of ``data/costs.csv``.
3discountrate--floatDefault discount rate if not specified for a technology in ``data/costs.csv``.
4USD2013_to_EUR2013--floatExchange rate from USD :math:`_{2013}` to EUR :math:`_{2013}` from `ECB <https://www.ecb.europa.eu/stats/exchange/eurofxref/html/eurofxref-graph-usd.en.html>`_
5capital_costEUR/MWKeys should be in the 'technology' column of ``data/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 ``data/costs.csv``.
6marginal_costEUR/MWhKeys should be in the 'technology' column of ``data/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 ``data/costs.csv``.
7emission_pricesSpecify exogenous prices for emission types listed in ``network.carriers`` to marginal costs.
8-- 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``.