From d9b99f475a4fd382ca039d484be6e9381beb694f Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 13 Aug 2019 18:00:34 +0200 Subject: [PATCH] remove not existing rule build_renewable_potentials --- doc/preparation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/preparation.rst b/doc/preparation.rst index b88e4211..53e2dac9 100644 --- a/doc/preparation.rst +++ b/doc/preparation.rst @@ -17,8 +17,7 @@ With these and the externally extracted ENTSO-E online map topology Then the process continues by calculating conventional power plant capacities, potentials, and per-unit availability time series for variable renewable energy carriers and hydro power plants with the following rules: - :mod:`build_powerplants` for today's thermal power plant capacities using `powerplantmatching `_ allocating these to the closest substation for each powerplant, -- :mod:`build_renewable_potentials` for the installation potentials for solar panels, onshore and offshore wind turbines constrained by landuse restrictions and natural protection areas, -- :mod:`build_renewable_profiles` for the hourly capacity factors in each substation's Voronoi cell for PV, onshore and offshore wind, and +- :mod:`build_renewable_profiles` for the hourly capacity factors and installation potentials constrained by land-use in each substation's Voronoi cell for PV, onshore and offshore wind, and - :mod:`build_hydro_profile` for the hourly per-unit hydro power availability time series. The central rule :mod:`add_electricity` then ties all the different data inputs