Skip to content

Commit

Permalink
Merge pull request #181 from SANDAG/ABM3_develop_land_use_v19_v20
Browse files Browse the repository at this point in the history
Update S0 and S1 land use paths to versions 19 and 20
  • Loading branch information
bhargavasana authored Aug 9, 2024
2 parents 6a7c399 + 29f8101 commit 50430b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/python/pythonGUI/createStudyAndScenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ def __init__(self, root, emme_version = "4.3.7", year = "2022", geo = "1", lu =
self.lu_options = {
"S0": {
"name": "Baseline",
"location": r"T:\socioec\Current_Projects\SR15\S0\version16",
"location": r"T:\socioec\Current_Projects\SR15\S0\version19",
"years": ["2022", "2035", "2050"]
},
"S1": {
"name": "Baseline + RHNA Adjustment",
"location": r"T:\socioec\Current_Projects\SR15\S1\version12",
"location": r"T:\socioec\Current_Projects\SR15\S1\version20",
"years": ["2026", "2029", "2035"]
},
"S2": {
Expand Down

0 comments on commit 50430b9

Please sign in to comment.