Skip to content

Commit

Permalink
One more set of parameters to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmz committed Jan 28, 2023
1 parent 4b2393b commit f53778f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/params_2015.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BusOpCost = 41.19
# This configures how much is tolled time vs non-tolled (free) time
# 0.0 = non-tolled (free) time only, 1.0 = tolled time only
# See "Make truck trip distribution use blended toll/no toll time" https://app.asana.com/0/1201809392759895/1201931894576117/f
TRUCK_DISTRIB_LOS_TOLL_PART = 0.25
TRUCK_DISTRIB_LOS_TOLL_PART = 0.50

# Telecommute adjustments
# Typically the telecommute constant is a negative number
Expand All @@ -25,15 +25,15 @@ Telecommute_constant_PT = 0.0
Bike_Infra_C_IVT_Multiplier = 0

# Sharing preferences adjustment
# An adjustment to the modal constant, expressed in terms of in-vehicle travel time equivalent
# An adjustment to the modal constant, expressed in terms of in-vehicle travel time equivalent
# The adjustment affects the TNC modes (including both single-party and shared) as well as all transit modes
# E.g. A factor of -2 means 2 minutes of in-vehicle travel time is deducted from the utility, making the modes more attractive (increased sharing)
# E.g. A factor of 2 means an extra 2 minutes of in-vehicle travel time is added to the utility, making the modes less attractive as a result (reduced sharing)
# A factor of 0 means no change
Sharing_Preferences_factor = 0.0

# TNC availability adjustment
# An adjustment to the modal constant, expressed in terms of in-vehicle travel time equivalent
# An adjustment to the modal constant, expressed in terms of in-vehicle travel time equivalent
# E.g. A factor of -10 means 10 minutes of in-vehicle travel time is deducted from the utility, making the modes more attractive (ie a positive boost)
# A factor of 0 means no change
# Tour mode and trip modes are decoupled here because TNCs are available for all tour modes
Expand Down
8 changes: 4 additions & 4 deletions model-files/scripts/nonres/IxTimeOfDay.job
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ run pgm = matrix
fileo mato[1] = nonres\ixDailyx4_truck.tpp, mo=1-4, name=vsm_daily, sml_daily, med_daily, lrg_daily
fileo mato[2] = nonres\ixDailyx4_auto.tpp, mo=5-8, name=ix_daily_da, ix_daily_sr2, ix_daily_sr3, ix_daily_total

IX_EX_TRK_VSM_SHARE = 0.015 ; move this share to very small trucks
IX_EX_TRK_SML_SHARE = 0.015 ; move this share to small trucks
IX_EX_TRK_MED_SHARE = 0.015 ; move this share to medium trucks
IX_EX_TRK_LRG_SHARE = 0.027 ; move this share to large trucks
IX_EX_TRK_VSM_SHARE = 0.162 ; move this share to very small trucks
IX_EX_TRK_SML_SHARE = 0.028 ; move this share to small trucks
IX_EX_TRK_MED_SHARE = 0.004 ; move this share to medium trucks
IX_EX_TRK_LRG_SHARE = 0.006 ; move this share to large trucks

; carve out truck traffic, splitting TRK_SML evenly between VSM, SML, MED
mw[1] = IX_EX_TRK_VSM_SHARE * mi.1.ix_daily_total
Expand Down

0 comments on commit f53778f

Please sign in to comment.