3.0 KiB
3.0 KiB
1 | Unit | Values | Description | ||
---|---|---|---|---|---|
2 | voltages | kV | Any subset of {220., 300., 380.} | Voltage levels to consider when | |
3 | co2limit | :math:`t_{CO_2-eq}/a` | float | Cap on total annual system carbon dioxide emissions | |
4 | co2base | :math:`t_{CO_2-eq}/a` | float | Reference value of total annual system carbon dioxide emissions if relative emission reduction target is specified in ``{opts}`` wildcard. | |
5 | extendable_carriers | ||||
6 | max_hours | ||||
7 | powerplants_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. | |
8 | custom_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. | |
9 | conventional_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``. | |
10 | renewable_capacities_from_OPSD | [solar, onwind, offwind] | List of carriers (offwind-ac and offwind-dc are included in offwind) whose capacities 'p_nom' are aligned to the `OPSD renewable power plant list <https://data.open-power-system-data.org/renewable_power_plants/>`_ | ||
11 | estimate_renewable_capacities_from_capacitiy_stats | ||||
12 | -- Fueltype [ppm], e.g. Wind | list of fueltypes strings in PyPSA-Eur, e.g. [onwind, offwind-ac, offwind-dc] | converts ppm Fueltype to PyPSA-EUR Fueltype |