calculate_rcb_corrected_co2_emission_value_v2

calculate_rcb_corrected_co2_emission_value_v2(co2_emission_value, drive_battery_delta_state_of_charge, drive_battery_capacity, kco2_nedc_correction_factor, rcb_correction=True, is_hybrid=True, cycle_type='NEDC')[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].
  • drive_battery_delta_state_of_charge (numpy.array) – Overall delta state of charge of the drive battery [%].
  • kco2_nedc_correction_factor (float) – kco2 NEDC correction factor [CO2g/km/Ah].
  • drive_battery_capacity (float) – Drive battery capacity [Ah].
  • rcb_correction (bool) – Apply RCB correction?
Returns:

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

Return type:

float