Skip to content

Commit 50430b9

Browse files
authored
Merge pull request #181 from SANDAG/ABM3_develop_land_use_v19_v20
Update S0 and S1 land use paths to versions 19 and 20
2 parents 6a7c399 + 29f8101 commit 50430b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/python/pythonGUI/createStudyAndScenario.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ def __init__(self, root, emme_version = "4.3.7", year = "2022", geo = "1", lu =
5858
self.lu_options = {
5959
"S0": {
6060
"name": "Baseline",
61-
"location": r"T:\socioec\Current_Projects\SR15\S0\version16",
61+
"location": r"T:\socioec\Current_Projects\SR15\S0\version19",
6262
"years": ["2022", "2035", "2050"]
6363
},
6464
"S1": {
6565
"name": "Baseline + RHNA Adjustment",
66-
"location": r"T:\socioec\Current_Projects\SR15\S1\version12",
66+
"location": r"T:\socioec\Current_Projects\SR15\S1\version20",
6767
"years": ["2026", "2029", "2035"]
6868
},
6969
"S2": {

0 commit comments

Comments
 (0)