pvcompare.analysis.postprocessing_kpi¶
- pvcompare.analysis.postprocessing_kpi(scenario_name, variable_name, user_inputs_pvcompare_directory=None, outputs_directory=None)[source]¶
Overwrites all output excel files “timeseries_all_flows.xlsx” and “scalars.xlsx” in loop output directory of a scenario with modified KPI’s. 1) Creates new sheet “Electricity bus1” with the column Electricity demand = Electricity demand + Heat pump. 2) Creates new sheets in scalars.xlsx with KPI’s adjusted to the new demand. :param scenario_name: str
scenario name
- Parameters
user_inputs_pvcompare_directory – str pvcompare inputs directory
outputs_directory – str output directory
- Returns