Skip to content

Commit

Permalink
airport models trip mode choice bug fixes
Browse files Browse the repository at this point in the history
Also address this issue:
Resident and special market models not using same brt ivt multiplier #130
  • Loading branch information
aletzdy committed May 3, 2024
1 parent 2145f73 commit bdf2cc6
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 212 deletions.
6 changes: 5 additions & 1 deletion src/asim/configs/airport.CBX/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,12 @@ CONSTANTS:
pmperiod: 37
evperiod: 48
c_walk: 1.7
c_drive: 1.5
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.65
ivt_brt_multiplier: 0.90
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.65
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6
Expand Down
6 changes: 5 additions & 1 deletion src/asim/configs/airport.SAN/trip_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,12 @@ CONSTANTS:
pmperiod: 37
evperiod: 48
c_walk: 1.7
c_drive: 1.5
c_fwt: 1.5
c_xwt: 2
c_waux: 2.5
ivt_lrt_multiplier: 0.65
ivt_brt_multiplier: 0.90
ivt_brt_multiplier: 0.95
ivt_cmr_multiplier: 0.65
ivt_ltd_multiplier: 1.0
ivt_cost_multiplier: 0.6
Expand Down
Loading

0 comments on commit bdf2cc6

Please sign in to comment.