default_kco2_nedc_correction_factor

default_kco2_nedc_correction_factor(kco2_wltp_correction_factor, drive_battery_nominal_voltage, distances)[source]

Returns the kco2 NEDC correction factor [CO2g/km/Ah].

Parameters:
  • kco2_wltp_correction_factor (float) – kco2 WLTP correction factor [CO2g/Wh].
  • drive_battery_nominal_voltage (float) – Drive battery nominal voltage [V].
  • distances (numpy.array) – Cumulative distance vector [m].
Returns:

kco2 NEDC correction factor [CO2g/km/Ah].

Return type:

float