Skip to content

Commit

Permalink
Rail IVT Multipliers Update
Browse files Browse the repository at this point in the history
Increase the value of the rail (commuter & light rail) in-vehicle-time multipliers from 0.65 to 0.85 to account for a rail bug related to transit transfer connectors being in feet rather than miles, which in turn over-estimated transit ridership when the connectors were fixed to miles.
  • Loading branch information
cundo92 committed Jul 18, 2024
1 parent 9946a4c commit a9aa932
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/asim/configs/airport.CBX/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ CONSTANTS:
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.65
ivt_lrt_multiplier: 0.85
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.65
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6

Expand Down
4 changes: 2 additions & 2 deletions src/asim/configs/airport.SAN/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ CONSTANTS:
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.65
ivt_lrt_multiplier: 0.85
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.65
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6

Expand Down
4 changes: 2 additions & 2 deletions src/asim/configs/common/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ max_waitTime: 50
# rapid bus wait time discount
WAIT_TIME_DISC: 1.0

ivt_lrt_multiplier: 0.65
ivt_lrt_multiplier: 0.85
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.65
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6
# line-haul mode constants; note commuter rail is based on CMRIVTT. Also currently hyperloop is not applied because we do not skim hyperloop IVTT
Expand Down
4 changes: 2 additions & 2 deletions src/asim/configs/crossborder/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ tnc_shared_cost_per_mile: 0.48
tnc_shared_cost_per_minute: 0.16
tnc_shared_cost_minimum: 4.6

ivt_lrt_multiplier: 0.65
ivt_lrt_multiplier: 0.85
ivt_brt_multiplier: 0.90
ivt_cmr_multiplier: 0.65
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6

Expand Down

0 comments on commit a9aa932

Please sign in to comment.