pypsa-eur/doc/configtables/offwind-dc.csv
2020-09-11 15:26:43 +02:00

2.0 KiB

1UnitValuesDescription
2cutout--Should be a folder listed in the configuration ``atlite: cutouts:`` (e.g. 'europe-2013-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.
3resource
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>`_Specifies the turbine type and its characteristic power curve.
6capacity_per_sqkm:math:`MW/km^2`floatAllowable density of wind turbine placement.
7corine--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.
8naturabool{true, false}Switch to exclude `Natura 2000 <https://en.wikipedia.org/wiki/Natura_2000>`_ natural protection areas. Area is excluded if ``true``.
9max_depthmfloatMaximum 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.
10min_shore_distancemfloatMinimum distance to the shore below which wind turbines cannot be build. Such areas close to the shore are excluded in the process of calculating the AC-connected offshore wind potential.
11potential--One of {'simple', 'conservative'}Method to compute the maximal installable potential for a node; confer :ref:`renewableprofiles`
12clip_p_max_pup.u.floatTo avoid too small values in the renewables` per-unit availability time series values below this threshold are set to zero.
13keep_all_available_areasbool{'true', 'false'}Use all availabe weather cells for renewable profile and potential generation. The default ignores weather cells where only less than 1 MW can be installed.