11.5.6.4. rheia.CASES.ENERGYPLAN.run_energyplan.read_output_file

rheia.CASES.ENERGYPLAN.run_energyplan.read_output_file(result_file)

This function reads the output file, generated by the EnergyPLAN model. From this output file, the values for the CO2-emission and fuel consumption are stored and returned.

Parameters

result_file (str) – Path of the result file.

Returns

  • co2 (float) – The CO2-emission returned by the EnergyPLAN model.

  • fuel (float) – The fuel consumption returned by the EnergyPLAN model.