Skip to content

Commit

Permalink
using 2040 enrollment for 2050 for now; added 2050 airport control total
Browse files Browse the repository at this point in the history
  • Loading branch information
bricegnichols committed Jul 23, 2018
1 parent 3a04ebf commit 925cc67
Show file tree
Hide file tree
Showing 2 changed files with 3,223 additions and 2,149 deletions.
2 changes: 1 addition & 1 deletion emme_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
# Define gravity model coefficients
autoop = 16.75 # Auto operation costs (in hundreds of cents per mile?)
avotda = 0.0303 # VOT
airport_control_total = {'2014' : 101838, '2020' : 130475, '2025' : 149027, '2030' : 170216, '2035' : 189617, '2040' : 211228}
airport_control_total = {'2014' : 101838, '2020' : 130475, '2025' : 149027, '2030' : 170216, '2035' : 189617, '2040' : 211228, '2050': 257500}

# Change modes for toll links
toll_modes_dict = {'asehdimjvutbpfl' : 'aedmvutbpfl', 'asehdimjvutbpwl' : 'aedmvutbpwl', 'ahdimjbp' : 'admbp'}

0 comments on commit 925cc67

Please sign in to comment.