11.5.6.3. rheia.CASES.ENERGYPLAN.run_energyplan.create_new_input_file

rheia.CASES.ENERGYPLAN.run_energyplan.create_new_input_file(input_file, new_input_file, x)

This function writes a new input file for the EnergyPLAN model. The new input file copies the lines from the original input file, but replaces the default values related to the model parameters with the new values generated by the UQ or optimization algorithm.

Parameters
  • input_file (str) – The path of the default input file.

  • new_input_file (str) – The path of the new input file.

  • x (dict) – The new values for the model parameters.