diff --git a/src/main/python/pythonGUI/createStudyAndScenario.py b/src/main/python/pythonGUI/createStudyAndScenario.py index 356c81eb0..9ea0e3a21 100644 --- a/src/main/python/pythonGUI/createStudyAndScenario.py +++ b/src/main/python/pythonGUI/createStudyAndScenario.py @@ -412,7 +412,7 @@ def executeBatch(self, type): os.chdir(self.releaseDir+"\\"+self.version+'\\') os.system(commandstr) #self.update_property("version=version_14_2_2", "version=version_14_2_2\nLU version=" + self.lu) - self.update_property("version = version_15_0_0", "version = version_15_0_0\nlanduse.version = " + self.lu) + self.update_property("landuse.version = S0", "landuse.version = " + self.lu) self.update_property("geographyID = 1", "geographyID = " + self.geo.get()) elif type=="study": studyyears = self.studyyears.get().split(',') diff --git a/src/main/resources/sandag_abm.properties b/src/main/resources/sandag_abm.properties index d9dd0b8f3..901c65537 100644 --- a/src/main/resources/sandag_abm.properties +++ b/src/main/resources/sandag_abm.properties @@ -1,6 +1,7 @@ ##SANDAG ABM Properties ##Software Version version = version_15_0_0 +landuse.version = S0 ## geography ID #geographyID = 1 ##############################################################################################################################################################################