From e4d70fdf4a10364687bab33f6407634858488865 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 15 May 2024 18:12:02 +0200 Subject: [PATCH] remove exogenous rooftop_share --- config/config.default.yaml | 1 - doc/configtables/costs.csv | 1 - doc/configuration.rst | 3 --- doc/release_notes.rst | 5 +++++ scripts/add_electricity.py | 5 +---- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/config/config.default.yaml b/config/config.default.yaml index 43a21a9e..0ac06847 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -714,7 +714,6 @@ industry: costs: year: 2030 version: v0.9.0 - rooftop_share: 0.14 # based on the potentials, assuming (0.1 kW/m2 and 10 m2/person) social_discountrate: 0.02 fill_values: FOM: 0 diff --git a/doc/configtables/costs.csv b/doc/configtables/costs.csv index 03933c18..38079e34 100644 --- a/doc/configtables/costs.csv +++ b/doc/configtables/costs.csv @@ -1,7 +1,6 @@ ,Unit,Values,Description year,--,YYYY; e.g. '2030',Year for which to retrieve cost assumptions of ``resources/costs.csv``. version,--,vX.X.X or //vX.X.X; e.g. 'v0.5.0',Version of ``technology-data`` repository to use. If this string is of the form // then costs are instead retrieved from ``github.com//`` at the tag. -rooftop_share,--,float,Share of rooftop PV when calculating capital cost of solar (joint rooftop and utility-scale PV). social_discountrate,p.u.,float,Social discount rate to compare costs in different investment periods. 0.02 corresponds to a social discount rate of 2%. fill_values,--,float,Default values if not specified for a technology in ``resources/costs.csv``. capital_cost,EUR/MW,Keys should be in the 'technology' column of ``resources/costs.csv``. Values can be any float.,"For the given technologies, assumptions about their capital investment costs are set to the corresponding value. Optional; overwrites cost assumptions from ``resources/costs.csv``." diff --git a/doc/configuration.rst b/doc/configuration.rst index a6917eca..f34e9109 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -550,9 +550,6 @@ The list of available biomass is given by the category in `ENSPRESO_BIOMASS