Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Unit of Emission

Hello,

SUMO only generates the absolute pollutant amounts emitted by the vehicles. The pollution control board sets thresholds based on the ambient density of the pollutants which is affected by the background level as well as weather conditions.
To convert from one to the other you need a more complex model and additional inputs.
You may be able to obtain numbers for the estimated fraction of pollutants that come from traffic (from the authorities) and then use this to estimate the effect of changing traffic conditions on the ambient level.

regards,
Jakob

Am Mi., 18. März 2020 um 11:19 Uhr schrieb Bijal <bijal.varia88@xxxxxxxxx>:
Dear Sir,

I am getting following values using function :

traci.edge.getCO2Emission(edgeId)) : <co2>2624.722222222222</co2>
traci.edge.getCOEmission(edgeId)) :  <co>164.7777777777778</co>
traci.edge.getHCEmission(edgeId)) :  <hce>0.8119444444444445</hce>
traci.edge.getNOxEmission(edgeId)) :  <no2>1.2044444444444444</no2>
traci.edge.getPMxEmission(edgeId)) : <pm2>0.06597222222222222</pm2>

What is the unit of this value? Documentation says its in mg. While  Pollution control board  gives value in microgram/(meter cube)

But when i convert it to the microgram,it doesn't set with the values which i am getting by Pollution control board.

Please help.

--
:)
Bijal Varia
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top