Skip to content

faq 296910849

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

the output file doesn't contain an event file

by JIANSHU ZHU on 2018-06-28 08:01:54


This is my config file, what's the problem?


Comments: 2


Re: the output file doesn't contain an event file

by Davi Bicudo on 2018-06-28 08:06:48

Here:

<module name="controler">

                                <param name="outputDirectory" value="./output" />

                                <param name="firstIteration" value="0" />

                                <param name="lastIteration" value="5" />

</module>

You need to define the:

<param name="writeEventsInterval" value="10" />

Where 10 is the default used by MATSim. In your case since 10 is not a multiple of 5, nothing is output.

Davi


Re: the output file doesn't contain an event file

by JIANSHU ZHU on 2018-06-28 08:12:18

Thank you!

Clone this wiki locally