-
Notifications
You must be signed in to change notification settings - Fork 179
faq 296910849
Billy Charlton edited this page Sep 5, 2018
·
2 revisions
by JIANSHU ZHU on 2018-06-28 08:01:54
This is my config file, what's the problem?
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
by JIANSHU ZHU on 2018-06-28 08:12:18
Thank you!
You are viewing an archive of the previous MATSim Q&A site. The real site is now at https://matsim.org/faq