3fa5bbad1c
* fix clustering of offwind-ac and offwind-dc in sites option * add release nodes * attach renewable assets by location (lat and lon) from OPSD register to network * adapt default config to changes * undo changes from a differen PR in cluster_network.py * undo changes from a different PR, add release notes for this PR * correct release notes * add comments for relevant settings in add_electricity.py * adjust configtable for electricity to OPSD renewable option and add estimate_renewable_capacities_from_capacitiy_stats * reset cluster_network to HEAD * add_electricity: Capacity is float * config: add GB to OPSD_VRE_countries * review and modify implementation * update release notes * Update envs/environment.yaml Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de> Co-authored-by: martha.frysztacki <eb5194@iai-esm003.iai.kit.edu> Co-authored-by: eb5194 <martha.frysztacki@kit.edu> Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
3.1 KiB
3.1 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 | agg_p_nom_limits | -- | file | path | Reference 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``. |
6 | extendable_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'} | Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. |
9 | -- | 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. |
10 | -- | 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``. |
11 | max_hours | ||||
12 | -- | battery | h | float | Maximum 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>`_. |
13 | -- | H2 | h | float | Maximum 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>`_. |
14 | 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. | |
15 | 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. | |
16 | 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``. | |
17 | Fueltype [ppm], e.g. “Wind” | list of fueltypes stings in PyPSA-EUR, eg. “[onwind, offwind-ac, offwind-dc]” | converts ppm Fueltype to PyPSA-EUR Fueltype | ||
18 | estimate_renewable_capacities_from_capacitiy_stats | ||||
19 | Fueltype [ppm], e.g. “Wind” | list of fueltypes stings in PyPSA-EUR, eg. “[onwind, offwind-ac, offwind-dc]” | converts ppm Fueltype to PyPSA-EUR Fueltype |