Re: [sumo-user] Regarding Flow Definitions

2021-08-04 Thread Jakob Erdmann
SUMO parses route-files incrementally by default and therefore the
begin/depart times must be sorted from top to bottom. This is violated if
you define a new flow with begin=0 after another one with begin=1000.
Alternative workarounds:
- load the route file with option --additional-files  (this reads the whole
file at once and doesn't require sorted input)
- rewrite the file so that the intervals are sorted

regards,
Jakob

Am Mi., 4. Aug. 2021 um 08:27 Uhr schrieb Radha Reddy <
radha.reddy@gmail.com>:

> Hello,
>
> I am trying to analyze different flows, i.e., three consecutive flows
> injected from 8 inflow lanes of a 2x2 grid.
>
> The initial flow definition is working fine, but when I added 2nd and 3rd
> definitions the following warning is occurring and vehicles are not
> injected to the road network.
>
> Warning: Route file should be sorted by departure time, ignoring 'w20'!
>
> The 3 consecutive flow definitions for an inflow pasted below. I applied
> the same definitions appropriate with each inflow lane. Are these kinds of
> definitions wrong?
>
> Please advise me to solve the problem.
>
> Regards
> Radha
>
> 
> 
>  route="fromWest1"/>
> 
> 
> 
> 
>  route="fromWest1"/>
> 
> 
> 
> 
>  route="fromWest1"/>
> 
> 
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Regarding Flow Definitions

2021-08-04 Thread Radha Reddy
Hello,

I am trying to analyze different flows, i.e., three consecutive flows
injected from 8 inflow lanes of a 2x2 grid.

The initial flow definition is working fine, but when I added 2nd and 3rd
definitions the following warning is occurring and vehicles are not
injected to the road network.

Warning: Route file should be sorted by departure time, ignoring 'w20'!

The 3 consecutive flow definitions for an inflow pasted below. I applied
the same definitions appropriate with each inflow lane. Are these kinds of
definitions wrong?

Please advise me to solve the problem.

Regards
Radha
















___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user