013b705ee4
* Cluster first: build renewable profiles and add all assets after clustering * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * correction: pass landfall_lengths through functions * assign landfall_lenghts correctly * remove parameter add_land_use_constraint * fix network_dict * calculate distance to shoreline, remove underwater_fraction * adjust simplification parameter to exclude Crete from offshore wind connections * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove unused geth2015 hydro capacities * removing remaining traces of {simpl} wildcard * add release notes and update workflow graphics * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lisazeyen <lisa.zeyen@web.de>
2.6 KiB
2.6 KiB
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | cutout | -- | Should be a folder listed in the configuration ``atlite: cutouts:`` (e.g. 'europe-2013-sarah3-era5') or reference an existing folder in the directory ``cutouts``. Source module must be ERA5. | Specifies the directory where the relevant weather data ist stored. |
3 | resource | |||
4 | -- method | -- | Must be 'wind' | A superordinate technology type. |
5 | -- turbine | -- | One of turbine types included in `atlite <https://github.com/PyPSA/atlite/tree/master/atlite/resources/windturbine>`_. Can be a string or a dictionary with years as keys which denote the year another turbine model becomes available. | Specifies the turbine type and its characteristic power curve. |
6 | -- smooth | -- | {True, False} | Switch to apply a gaussian kernel density smoothing to the power curve. |
7 | capacity_per_sqkm | :math:`MW/km^2` | float | Allowable density of wind turbine placement. |
8 | correction_factor | -- | float | Correction factor for capacity factor time series. |
9 | excluder_resolution | m | float | Resolution on which to perform geographical elibility analysis. |
10 | corine | -- | Any *realistic* subset of the `CORINE Land Cover code list <http://www.eea.europa.eu/data-and-maps/data/corine-land-cover-2006-raster-1/corine-land-cover-classes-and/clc_legend.csv/at_download/file>`_ | Specifies areas according to CORINE Land Cover codes which are generally eligible for AC-connected offshore wind turbine placement. |
11 | luisa | -- | Any subset of the `LUISA Base Map codes in Annex 1 <https://publications.jrc.ec.europa.eu/repository/bitstream/JRC124621/technical_report_luisa_basemap_2018_v7_final.pdf>`_ | Specifies areas according to the LUISA Base Map codes which are generally eligible for DC-connected offshore wind turbine placement. |
12 | natura | bool | {true, false} | Switch to exclude `Natura 2000 <https://en.wikipedia.org/wiki/Natura_2000>`_ natural protection areas. Area is excluded if ``true``. |
13 | ship_threshold | -- | float | Ship density threshold from which areas are excluded. |
14 | max_depth | m | float | Maximum sea water depth at which wind turbines can be build. Maritime areas with deeper waters are excluded in the process of calculating the AC-connected offshore wind potential. |
15 | min_shore_distance | m | float | Minimum distance to the shore below which wind turbines cannot be build. |
16 | max_shore_distance | m | float | Maximum distance to the shore above which wind turbines cannot be build. |
17 | clip_p_max_pu | p.u. | float | To avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero. |
18 | landfall_length | km | float | Fixed length of the cable connection that is onshorelandfall in km. If 'centroid', the length is calculated as the distance to centroid of the onshore bus. |