Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] How would Time Step Length influence simulation?
  • From: George Li <wzhli2020@xxxxxxxxxxx>
  • Date: Mon, 13 Mar 2023 21:45:41 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FaUp/T55TMMquLioAXN9TxzUF/0fr7O8eYbCJf5HZ8Q=; b=Yt3n5kkRRWT/l59cuVo2TAo8Z7fPfnt/8Bnw3bQQjby+p9a9HqkMAWjAc+9gZd9Vze4XPU2ukBtxacjzhfFmcsVAyXTVd5EarC+83QeEmfqEt6zSz4i8ebMqaeR0+4t6yjOh5PwPImf8CctoJy6XVmeQBD15/JQoI8BS9UKSfKHMTGm/Du/I6+jM5yDWXPygjmlCQcLOawExU6924JpDyYx6RLP2L13iLXTXUKhcUsTF8wJnyRizbKmq25RjRhVgEcNbyv/t7IpTPTt17abSY6IwX1kBISrZpNfE3iNehzaLRTQ9Voqhbu7nNgpo/8vxzqHNkvEpjFNCMXCLdXcjGw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m1bzLDzJpIp+hSX2TFfoZh6lz2YKpW7ozOueECvohdUKDzsubFYWKw++VbuPqu3DOwXuvOZMuDnmfv06RLcG//AIvF+2v1H/m9ydMPs5xMof6g9Zo6bfc6JKC1yfQ5sIhlMjzcF4de67Y+EovIvC7C9nYanjKjJq+k5ZKWO+NqWbvhutFRKt3cMv0vdyA5EfJnKQD23CAtvZmIMZ8edPcov5eTzf5HziWrOFhD9nOuW8vDIT0soCmuamM1tgEiYcgd+7ohPhtp4EwyTVOSuFLYhT9J4TvqPsiMjDrTKmvIBToSCvll4fPA6ofpDrreTJR/5cVZD+2qrN05TjxyHeWg==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZVfK58D1fVEHf1UCVtXLUaCEDfA==
  • Thread-topic: [sumo-user] How would Time Step Length influence simulation?

Hi Community,

I am writing this email to ask about how would the step-length value in the sumocfg file would influence the simulation result. I tried two values as below:

Case 1:
<time>
        <step-length value="0.1"/>
 </time>

Case 2:
<time>
        <step-length value="1"/>
 </time>

All other settings are the same. I run simulations using a fixed-time traffic signal controller at an isolated intersection. However, the results under the two cases are significantly different: the average total travel loss of vehicles for case 1 is around 40s but for case 2 is around 80s. From GUI, congestion can be observed under Case 2 but not for Case 1. May I ask you about possible reasons for that? Thank you.

Have a nice day.

Best,
Wangzhi


Back to the top