Index: /issm/trunk-jpl/src/m/classes/organizer.py
===================================================================
--- /issm/trunk-jpl/src/m/classes/organizer.py	(revision 16098)
+++ /issm/trunk-jpl/src/m/classes/organizer.py	(revision 16099)
@@ -96,5 +96,5 @@
 		if not isinstance(string,(str,unicode)):
 			raise TypeError("argument provided is not a string")
-		path=os.path.join(self.repository,self.prefix+string)
+		path=os.path.join(self.repository,self.prefix+'.step#'+string+'.db')
 
 		#figure out if the model is there, otherwise, we have to use the default path supplied by user.
@@ -157,5 +157,5 @@
 			raise RuntimeError("Cannot save model because organizer (org) is not up to date!")
 
-		name=os.path.join(self.repository,self.prefix+self.steps[self._currentstep-1]['string'])
+		name=os.path.join(self.repository,self.prefix+'.step#'+self.steps[self._currentstep-1]['string'])
 		print "saving model as: '%s'" % name
 
