Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Info on emission output period

No. The option —device.emissions.period does not aggregate but rather skips output for the intermediate steps.
If you want network-wide hourly aggregation, define
<edgeData id="yourID" type="emissions" freq="3600" file="aggregated.xml" aggregate="true"/>
see https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Emissions_Measures.html#attributes_for_both_edge-_and_lane-based_emission_output

Am Do., 16. Juni 2022 um 17:18 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
Hi all,
I am running a simulation with --emission-output emissions.xml with different time periods.
Imagine that I can run a simulation for 1 hour and I want an aggregated output of emissions along the whole hour, is it correct to set
—device.emissions.period 3600 ?

I guess this should return the full emissions for all vehicles running in the network for the whole hour, is this correct?

Thanks.

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top