Skip to content

Commit

Permalink
adding meso result #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 4, 2024
1 parent 34791f4 commit 8e5d312
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions tests/sumo/devices/emissions/phemlight_vtype/tripinfos.sumo.meso
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-04 10:23:25 by Eclipse SUMO sumo Version v1_19_0+0753-9f595940624
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="three_split.net.xml"/>
<additional-files value="input_routes.rou.xml"/>
</input>
<output>
<write-license value="true"/>
<emission-output.precision value="3"/>
<tripinfo-output value="tripinfos.xml"/>
</output>
<time>
<begin value="0"/>
</time>
<processing>
<default.speeddev value="0"/>
</processing>
<report>
<xml-validation value="never"/>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
</report>
<emissions>
<device.emissions.probability value="1"/>
</emissions>
<mesoscopic>
<mesosim value="true"/>
</mesoscopic>
</configuration>
-->

<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd">
<tripinfo id="0" depart="0.00" departLane="" departPos="0.00" departSpeed="27.80" departDelay="0.00" arrival="90.00" arrivalLane="" arrivalPos="500.00" arrivalSpeed="27.80" duration="90.00" routeLength="2500.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_0 emissions_0" vType="PHEMlight5_veh" speedFactor="1.00" vaporized="">
<emissions CO_abs="836.259" CO2_abs="428652.172" HC_abs="9.936" PMx_abs="2.115" NOx_abs="67.615" fuel_abs="135710.292" electricity_abs="0"/>
</tripinfo>
<tripinfo id="1" depart="36.00" departLane="" departPos="0.00" departSpeed="27.80" departDelay="0.00" arrival="126.00" arrivalLane="" arrivalPos="500.00" arrivalSpeed="27.80" duration="90.00" routeLength="2500.00" waitingTime="0.00" waitingCount="0" stopTime="0.00" timeLoss="0.00" rerouteNo="0" devices="tripinfo_1 emissions_1" vType="PHEMlight5_orig" speedFactor="1.00" vaporized="">
<emissions CO_abs="1334.794" CO2_abs="407945.772" HC_abs="14.042" PMx_abs="3.178" NOx_abs="99.946" fuel_abs="129426.570" electricity_abs="0"/>
</tripinfo>
</tripinfos>

0 comments on commit 8e5d312

Please sign in to comment.