pypsa-eur/doc/configtables/electricity.csv
Fabian Neumann ef5320e1b8 merge master
2023-06-02 16:59:06 +02:00

4.0 KiB

1UnitValuesDescription
2voltageskVAny subset of {220., 300., 380.}Voltage levels to consider
3gaslimitMWhthfloat or falseGlobal gas usage limit
4co2limit:math:`t_{CO_2-eq}/a`floatCap on total annual system carbon dioxide emissions
5co2base: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.
6agg_p_nom_limitsfilepathReference 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``.
7operational_reserveSettings for reserve requirements following like `GenX <https://genxproject.github.io/GenX/dev/core/#Reserves>`_
8-- activatebooltrue or falseWhether to take operational reserve requirements into account during optimisation
9-- epsilon_load--floatshare of total load
10-- epsilon_vres--floatshare of total renewable supply
11-- contingencyMWfloatfixed reserve capacity
12max_hours
13-- 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>`_.
14-- 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>`_.
15extendable_carriers
16-- Generator--Any extendable carrierDefines existing or non-existing conventional and renewable power plants to be extendable during the optimization. Conventional generators can only be built/expanded where already existent today. If a listed conventional carrier is not included in the ``conventional_carriers`` list, the lower limit of the capacity expansion is set to 0.
17-- StorageUnit--Any subset of {'battery','H2'}Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity.
18-- Store--Any subset of {'battery','H2'}Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity.
19-- Link--Any subset of {'H2 pipeline'}Adds extendable links (H2 pipelines only) at every connection where there are lines or HVDC links without capacity limits and with zero initial capacity. Hydrogen pipelines require hydrogen storage to be modelled as ``Store``.
20powerplants_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.
21custom_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.
22conventional_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``. If an included carrier is also listed in `extendable_carriers`, the capacity is taken as a lower bound.
23renewable_carriers--Any subset of {solar, onwind, offwind-ac, offwind-dc, hydro}List of renewable generators to include in the model.
24estimate_renewable_capacities
25-- enableboolActivate routine to estimate renewable capacities
26-- from_opsd--boolAdd capacities from OPSD data
27-- year--boolRenewable capacities are based on existing capacities reported by IRENA for the specified year
28-- expansion_limit--float or falseArtificially limit maximum capacities to factor * (IRENA capacities), i.e. 110% of <years>'s capacities => expansion_limit: 1.1 false: Use estimated renewable potentials determine by the workflow
29-- technology_mappingMapping between powerplantmatching and PyPSA-Eur technology names