calculate_rcb_corrected_co2_emission_value_v1

calculate_rcb_corrected_co2_emission_value_v1(co2_emission_value, batteries_phases_delta_energy, kco2_wltp_correction_factor, phases_distances, rcb_correction=True, is_hybrid=True, cycle_type='WLTP')[source]

Calculates the CO2 emission value corrected for RCB [CO2g/km].

Parameters:
  • is_hybrid (bool) – Is the vehicle hybrid?
  • cycle_type (str) – Cycle type (WLTP or NEDC).
  • co2_emission_value (float) – CO2 emission value of the cycle [CO2g/km].
  • batteries_phases_delta_energy (numpy.array) – Phases delta energy of the batteries [Wh].
  • kco2_wltp_correction_factor (float) – kco2 WLTP correction factor [CO2g/Wh].
  • phases_distances (numpy.array) – Cycle phases distances [km].
  • rcb_correction (bool) – Apply RCB correction?
Returns:

CO2 emission value corrected for RCB [CO2g/km].

Return type:

float