You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that if one using 10% of the synthetic population then one have to change the flowcapacityfactor and storagecapacityfactor to 0.1 My question is, is there anything else that needs changing or just this?
The text was updated successfully, but these errors were encountered:
cnabu
changed the title
If I'm using 10% of the synthetic population in the simulation what changes do I need to make in the following?
If I'm using 10% of the synthetic population in the simulation are the following qsim values are correct?
Sep 7, 2024
My understanding is that if one using 10% of the synthetic population then one have to change the flowcapacityfactor and storagecapacityfactor to 0.1 My question is, is there anything else that needs changing or just this?
module name="qsim" >
param name="endTime" value="26:00:00" />
param name="filterSnapshots" value="no" />
param name="flowCapacityFactor" value="0.1" />
param name="insertingWaitingVehiclesBeforeDrivingVehicles" value="true" />
param name="isRestrictingSeepage" value="true" />
param name="isSeepModeStorageFree" value="false" />
param name="linkDynamics" value="FIFO" />
param name="linkWidth" value="30.0" />
param name="mainMode" value="car,ride" />
param name="nodeOffset" value="0.0" />
param name="numberOfThreads" value="37" />
param name="removeStuckVehicles" value="false" />
param name="seepMode" value="bike" />
param name="simEndtimeInterpretation" value="null" />
param name="simStarttimeInterpretation" value="maxOfStarttimeAndEarliestActivityEnd" />
param name="snapshotStyle" value="equiDist" />
param name="snapshotperiod" value="00:00:00" />
param name="startTime" value="00:00:00" />
param name="storageCapacityFactor" value="0.1" />
param name="stuckTime" value="10.0" />
param name="timeStepSize" value="00:00:01" />
param name="trafficDynamics" value="queue" />
param name="useLanes" value="false" />
param name="usePersonIdForMissingVehicleId" value="true" />
param name="usingFastCapacityUpdate" value="true" />
param name="vehicleBehavior" value="teleport" />
param name="vehiclesSource" value="modeVehicleTypesFromVehiclesData" />
/module>
The text was updated successfully, but these errors were encountered: