HighwayAssign.job dividing SR2 and SR3 demand by cost share factors
i-am-sijia opened this issue · 2 comments
i-am-sijia commented
Why does the demand need to be divided by the cost share factors (1.75 for SR2, 2.5 for SR3)? @dhensle
travel-model-two/model-files/scripts/assign/HwyAssign.job
Lines 333 to 339 in b0048b3
dhensle commented
This term was not added as part of our TM2.1 update. As you can see it was in place for TM2.0 and even in TM1.5 before that (albeit with different values). I speculate that the demand matrices used here need to be scaled from person trips to vehicle trips... @jfdman do you know the origin / logic of this?
i-am-sijia commented
The code below in MTCTM2TripTables.java suggests the scaling of person trip to vehicle trip is done in CTRAMP. I wonder if scaling again in assignment is a mistake.