remove power statistics references

This commit is contained in:
Fabian Neumann 2024-03-05 10:33:41 +01:00
parent 77ec07d55d
commit 3af878d69c
3 changed files with 0 additions and 5 deletions

View File

@ -287,7 +287,6 @@ transformers:
# docs-load in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#load # docs-load in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#load
load: load:
power_statistics: true
interpolate_limit: 3 interpolate_limit: 3
time_shift_for_large_gaps: 1w time_shift_for_large_gaps: 1w
manual_adjustments: true # false manual_adjustments: true # false

View File

@ -69,9 +69,6 @@ conventional:
biomass: biomass:
p_max_pu: 0.65 p_max_pu: 0.65
load:
power_statistics: false
lines: lines:
s_max_pu: 0.23 s_max_pu: 0.23
under_construction: 'remove' under_construction: 'remove'

View File

@ -1,5 +1,4 @@
,Unit,Values,Description ,Unit,Values,Description
power_statistics,bool,"{true, false}",Whether to load the electricity consumption data of the ENTSOE power statistics (only for files from 2019 and before) or from the ENTSOE transparency data (only has load data from 2015 onwards).
interpolate_limit,hours,integer,"Maximum gap size (consecutive nans) which interpolated linearly." interpolate_limit,hours,integer,"Maximum gap size (consecutive nans) which interpolated linearly."
time_shift_for_large_gaps,string,string,"Periods which are used for copying time-slices in order to fill large gaps of nans. Have to be valid ``pandas`` period strings." time_shift_for_large_gaps,string,string,"Periods which are used for copying time-slices in order to fill large gaps of nans. Have to be valid ``pandas`` period strings."
manual_adjustments,bool,"{true, false}","Whether to adjust the load data manually according to the function in :func:`manual_adjustment`." manual_adjustments,bool,"{true, false}","Whether to adjust the load data manually according to the function in :func:`manual_adjustment`."

1 Unit Values Description
power_statistics bool {true, false} Whether to load the electricity consumption data of the ENTSOE power statistics (only for files from 2019 and before) or from the ENTSOE transparency data (only has load data from 2015 onwards).
2 interpolate_limit hours integer Maximum gap size (consecutive nans) which interpolated linearly.
3 time_shift_for_large_gaps string string Periods which are used for copying time-slices in order to fill large gaps of nans. Have to be valid ``pandas`` period strings.
4 manual_adjustments bool {true, false} Whether to adjust the load data manually according to the function in :func:`manual_adjustment`.