identify_kco2_wltp_correction_factor

identify_kco2_wltp_correction_factor(drive_battery_electric_powers, service_battery_electric_powers, co2_emissions, times, force_on_engine, after_treatment_warm_up_phases, velocities, is_hybrid=True)[source]

Identifies the kco2 correction factor [g/Wh].

Parameters:
  • drive_battery_electric_powers (numpy.array) – Drive battery electric power [kW].
  • service_battery_electric_powers (numpy.array) – Service battery electric power [kW].
  • force_on_engine (numpy.array) – Phases when engine is on because parallel mode is forced [-].
  • after_treatment_warm_up_phases (numpy.array) – Phases when engine speed is affected by the after treatment warm up [-].
  • velocities (numpy.array) – Vehicle velocity [km/h].
  • co2_emissions (numpy.array) – CO2 instantaneous emissions vector [CO2g/s].
  • times (numpy.array) – Time vector.
  • is_hybrid (bool) – Is the vehicle hybrid?
Returns:

kco2 correction factor [g/Wh].

Return type:

float