Hi all,
I have generated a 24h cycle of traffic demand and successfully received the
traces / fcd-output out of that.
What I want to do now is take a small part of it (like 3 minutes from the
middle of simulation) but instead of basic 1s step-length, I want to use
step-length of 0.1s.
Sadly, SUMO crashes in the middle of processing. It works correctly if I take
the same slice (4800-6600) with 1s step-length, though.
Here's the .sumocfg file that I launch SUMO with:
<configuration>
<input>
<net-file value="test3min.net.xml"/>
<route-files value="test3min.generated_009.rou.xml"/>
<gui-settings-file value="gui-settings.cfg"/>
</input>
<time>
<begin value="4800"/>
<end value="6600"/>
<step-length value="0.1"/>
</time>
<processing>
<lanechange.duration value="3"/>
</processing>
<output>
<fcd-output value="test3min.traces.xml"/>
</output>
</configuration>
------------------------------------------------------------------------------
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user