Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I'm using 10% of the synthetic population in the simulation are the following qsim values are correct? #1161

Open
cnabu opened this issue Sep 4, 2024 · 0 comments

Comments

@cnabu
Copy link

cnabu commented Sep 4, 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>

@cnabu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant