costFactorS2 and costFactorS3 are applied only to parking cost, should be applied to all auto costs for shared rides
|
util_Shared ride 2 - Parking cost ,Shared ride 2 - Parking cost ,"@(df.parkingCost * df.costFactorS2 * df.autoParkingCostFactor)/(np.maximum(df.income,1000)**df.income_exponent)",,coef_income,,,,,,,,,,,,,,,,,,,,, |
Also looks like cost_share_s2 and cost_share_s3 used for non-resident models has inconsistent value. cost_share_s2 is 2 in crossborder/constants.yaml but 0.57 in common/constants.yaml. As a result, shared 2 parking cost is currently divided by 0.57 in visitor model. (Value is overwritten with 2 for visitor but is inconsistent with tour mode choice, see replies)
|
util_S2_park_cost,Shared ride 2 HOV - Parking cost,@df.coef_cost * df.autoParkingCostFactor * df.parking_cost / cost_share_s2,,coef_one,,,,,,,,, |
Shared cost factor appears to be missing completely from airport model
|
util_park2_parkcost,Parking cost at parking location 2,@(df['nights']*parkLocation2CostDay + parkLocation2CostDay)*100,,coef_c_cost,,,,,,,,,,,,,,,,,,,,,,,,,, |
costFactorS2 and costFactorS3 are applied only to parking cost, should be applied to all auto costs for shared rides
ABM/src/asim/configs/resident/trip_mode_choice.csv
Line 14 in b8ed161
Also looks like cost_share_s2 and cost_share_s3 used for non-resident models has inconsistent value. cost_share_s2 is 2 in crossborder/constants.yaml but 0.57 in common/constants.yaml. As a result, shared 2 parking cost is currently divided by 0.57 in visitor model.(Value is overwritten with 2 for visitor but is inconsistent with tour mode choice, see replies)ABM/src/asim/configs/common/constants.yaml
Line 247 in b8ed161
ABM/src/asim/configs/visitor/trip_mode_choice.csv
Line 10 in b8ed161
Shared cost factor appears to be missing completely from airport model
ABM/src/asim/configs/common_airport/trip_mode_choice.csv
Line 27 in b8ed161