pypsa-eur/doc/configtables/electricity.csv
2019-11-06 15:59:34 +01:00

2.0 KiB

1UnitValuesDescription
2voltageskVAny subset of {220., 300., 380.}Voltage levels to consider when
3co2limit:math:`t_{CO_2-eq}/a`floatCap on total annual system carbon dioxide emissions
4co2base:math:`t_{CO_2-eq}/a`floatReference value of total annual system carbon dioxide emissions if relative emission reduction target is specified in ``{opts}`` wildcard.
5agg_p_nom_limits--file pathReference to ``.csv`` file specifying per carrier generator nominal capacity constraints for individual countries if ``'CCL'`` is in ``{opts}`` wildcard. Defaults to ``data/agg_p_nom_minmax.csv``.
6extendable_carriers
7-- Generator--Any subset of {'OCGT','CCGT'}Places extendable conventional power plants (OCGT and/or CCGT) where gas power plants are located today without capacity limits.
8-- StorageUnit--Any subset of {'battery','H2'}Places extendable storage units (battery and/or hydrogen) at every node/bus without capacity limits.
9max_hours
10-- batteryhfloatMaximum state of charge capacity of the battery in terms of hours at full output capacity ``p_nom``. Cf. `PyPSA documentation <https://pypsa.readthedocs.io/en/latest/components.html#storage-unit>`_.
11-- H2hfloatMaximum state of charge capacity of the hydrogen storage in terms of hours at full output capacity ``p_nom``. Cf. `PyPSA documentation <https://pypsa.readthedocs.io/en/latest/components.html#storage-unit>`_.
12powerplants_filter--use `pandas.query <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html>`_ strings here, e.g. Country not in ['Germany']Filter query for the default powerplant database.
13custom_powerplants--use `pandas.query <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html>`_ strings here, e.g. Country in ['Germany']Filter query for the custom powerplant database.
14conventional_carriers--Any subset of {nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass}List of conventional power plants to include in the model from ``resources/powerplants.csv``.