pvcompare.check_inputs.add_parameters_to_storage_xx_file

pvcompare.check_inputs.add_parameters_to_storage_xx_file(nominal_storage_capacity, loss_rate, storage_csv, user_inputs_mvs_directory=None)[source]

Enters new parameters into ‘storage_xx.csv’.

Parameters
  • nominal_storage_capacity (numeric) – Maximum amount of stored thermal energy [MWh].

  • loss_rate (numeric (sequence or scalar)) – The relative loss of the storage capacity between two consecutive timesteps [-].

  • storage_csv (str) – Name of the storage specific file.

  • 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