pvcompare.plots.plot_compare_scenarios

pvcompare.plots.plot_compare_scenarios(variable_name, kpi, scenario_list, outputs_directory=None)[source]

Comparison of scenarios for specific KPI’s.

Parameters
  • variable_name (str) – Name of the variable that is changed each loop. Please do not enter white spaces within the string.

  • kpi (list of str) –

    List of KPI’s to be plotted. Possible entries:

    ”Degree of NZE” “Costs total PV”, “Installed capacity PV”, “Total renewable energy use”, “Renewable share”, “LCOE PV”, “self consumption”, “self sufficiency”, “Degree of autonomy”, “Total non-renewable energy use”

  • scenario_list (list) – List with the scenario names that should be compared Notice: all scenarios you want to compare, need to include the loop-outputs for the same variable / steps. The scenario names should follow the scheme: “Scenario_A1”, “Scenario_A2”, “Scenario_B1” etc.

  • outputs_directory (str or None) – Path to the directory in which the plot should be saved. If None: constants.DEFAULT_OUTPUTS_DIRECTORY is used. Default: None.

Returns

Saves figure into outputs_directory.

Return type

None