pvcompare.analysis.create_loop_output_structure

pvcompare.analysis.create_loop_output_structure(outputs_directory, scenario_name, variable_name)[source]

Defines the path of the loop_output_directory.

Parameters
  • outputs_directory (str) – Path to output directory. Default: constants.DEFAULT_OUTPUTS_DIRECTORY.

  • scenario_name (str) – Name of the Scenario. The name should follow the scheme: “Scenario_A1”, “Scenario_A2”, “Scenario_B1” etc.

  • variable_name (str) – name of the variable that is atapted in each loop.

Returns

path of the loop_output_directory.

Return type

str