File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
##############################
13
13
# Initial Setup
14
14
##############################
15
- run_accessibility_calcs = False
16
- run_setup_emme_project_folders = False
17
- run_setup_emme_bank_folders = False
18
- run_copy_scenario_inputs = False
19
- run_import_networks = False
15
+ run_accessibility_calcs = True
16
+ run_setup_emme_project_folders = True
17
+ run_setup_emme_bank_folders = True
18
+ run_copy_scenario_inputs = True
19
+ run_import_networks = True
20
20
21
21
##############################
22
22
# Model Procedures
23
23
##############################
24
- run_skims_and_paths_free_flow = False
25
- run_skims_and_paths = False
26
- run_truck_model = False
27
- run_supplemental_trips = False
24
+ run_skims_and_paths_free_flow = True
25
+ run_skims_and_paths = True
26
+ run_truck_model = True
27
+ run_supplemental_trips = True
28
28
run_daysim = True
29
- run_summaries = False
29
+ run_summaries = True
30
30
31
31
##############################
32
32
# Modes and Path Types
37
37
include_tnc_to_transit = False # AV to transit path type allowed
38
38
include_knr_to_transit = False # Kiss and Ride to Transit
39
39
include_delivery = False
40
- include_telecommute = True
40
+ include_telecommute = False
41
41
42
42
##############################
43
43
# Pricing
You can’t perform that action at this time.
0 commit comments