Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Combine trip and flows

I was able to solve the issue. 
I had a misconfiguration in my sumocfg file which caused loading another route file. 
Having trips and flows in the same file works fine.

Sorry about the misunderstanding!

Kind regards
Andreas

Am Mo., 24. Feb. 2025 um 14:40 Uhr schrieb Andreas Lenhardt <andi.lenhardt@xxxxxxxxxxxxxx>:
With<junction-taz value="false"/>:

Simulation ended at time: 3600.00.
Reason: The final simulation step has been reached.
Statistics (avg of 2813):
 RouteLength: 571.41
 Speed: 6.08
 Duration: 130.00
 WaitingTime: 63.16
 TimeLoss: 87.38
 DepartDelay: 9.17
DijkstraRouter answered 3217 queries and explored 5.76 edges on average.
DijkstraRouter spent 0.00s answering queries (0.00ms on average).

With <junction-taz value="true"/>:

Simulation ended at time: 3600.00.
Reason: The final simulation step has been reached.
Statistics (avg of 2813):
 RouteLength: 571.41
 Speed: 6.08
 Duration: 130.00
 WaitingTime: 63.16
 TimeLoss: 87.38
 DepartDelay: 9.17
DijkstraRouter answered 3217 queries and explored 9.56 edges on average.
DijkstraRouter spent 0.01s answering queries (0.00ms on average).

They are completely identical.

I do have errors, but they are all related to yellow tls phases, emergency braking or Ignoring arguments.

Kind regards
Andreas

Back to the top