Skip to content

Commit

Permalink
Move airport ivt multipliers to common airport constants
Browse files Browse the repository at this point in the history
  • Loading branch information
aber-sandag committed Aug 9, 2024
1 parent eae03c7 commit 13ae88e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/asim/configs/airport.CBX/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,6 @@ CONSTANTS:
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.85
# ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6


# so far, we can use the same spec as for non-joint tours
Expand Down
5 changes: 0 additions & 5 deletions src/asim/configs/airport.SAN/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ CONSTANTS:
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.85
# ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6


# so far, we can use the same spec as for non-joint tours
Expand Down
6 changes: 5 additions & 1 deletion src/asim/configs/common_airport/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ ridehailCostPerMile: 0.96
ridehailCostPerMinute: 0.33
ridehailCostMinimum: 9.19
driveSpeed: 25.00
ivt_brt_multiplier: 0.95
ivt_lrt_multiplier: 0.85
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.85
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6

0 comments on commit 13ae88e

Please sign in to comment.