Skip to main content

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

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

Back to the top