Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Query : Shows traffic density but emission is 0

Dear Jakob Sir,

Thanks for the reply.

I am using following : test.rou.xml  
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">

<vType id="type1" vClass = "passenger" length="4.5" accel="3.5" decel="2.2" maxSpeed="8.0" color="1,1,0" sigma="0.5" guiShape="passenger/hatchback" emissionClass="PHEMlight/PC_D_EU4_FC"/>

<vehicle type="type1" id="0" depart="0.0">
<route edges="1"/>
</vehicle>
</routes>

Configuration file :

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">

<input>
<net-file value="test.net.xml"/>
<route-files value="test.rou.xml"/>
<additional-files value="test.poly.xml"/>
</input>
<emissions>
<phemlight-path value="C:\Program Files (x86)\Eclipse\Sumo\data\emissions\PHEMlight\" type="FILE"/> </emissions>
<output>
<write-license value="true"/>
</output>

<processing>
<time-to-teleport value="-1"/>
<default.speeddev value="0"/>
</processing>

<report>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
</report>
Still getting CO2,CO,HCE,No2,pm2 values 0 but traffice density is like :

9.124088
6.997901
2.51004
0.224447
0.492902
8.984726
1.9996
0.490509
1.768347
2.598753
8.984726
0.688516
0.324665
0.226132
0.195722
0.345722
0.688516
2.399232
0.226403
0.223859
0.524907
Please help.

--
:)
Bijal Varia

Back to the top