pvcompare.check_inputs.add_parameters_to_energy_production_file

pvcompare.check_inputs.add_parameters_to_energy_production_file(technology, ts_filename, nominal_value, user_inputs_mvs_directory=None)[source]

Enters new parameters into ‘energyProduction.csv’.

Parameters
  • technology (str) – Technology of the pv plant. Should equal column name in ‘energyProduction.csv’.

  • ts_filename (str) – File name of the pv time series.

  • nominal_value (float) – Maximum value of installable capacity.

  • user_inputs_mvs_directory (str or None) – Path to MVS specific input directory. If None, constants.DEFAULT_USER_INPUTS_MVS_DIRECTORY is used. Default: None.

Returns

Return type

None