Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
submodels [2016/07/21 20:27]
hermann [Submodels]
submodels [2017/04/24 05:15]
hermann [Where Local Submodels Are Stored]
Line 35: Line 35:
 ==== Where Local Submodels Are Stored ==== ==== Where Local Submodels Are Stored ====
  
-Local submodels are stored in a folder based on the model name. If the model containing the local submodel is named ''​simulation model.egoml'',​ its local submodels will be stored in a subfolder called ''​simulation model_egoml_Submodels''​. Basically, the name construction algorithm just replaces "​."​ with "​_"​ and appends "​_Submodels"​ to the name.+Local submodels are stored in a folder based on the model name. If the model containing the local submodel is named ''​simulation model.egoml'',​ its local submodels will be stored in a subfolder called ''​simulation model_egoml_Submodels''​. Basically, the name construction algorithm just replaces "​."​ with "​_"​ and appends "​_Submodels"​ to the name. Using a unique submodel folder for each model guarantees that submodels from one model are completely independent from the submodels from any other model. Local submodels can also be defined in a folder called "​Submodels"​ located in the same folder where the model file is located, and shared shared among all the models located in that folder. However, the folder is automatically converted into an unique submodel folder when the model is saved by the graphical interface. 
 + 
 +User submodels are stored typically in the folder ''​c:​\<​User>​\Documents\Dinamica EGO\Submodels''​. 
 + 
 +Store submodels are stored typically in the folder ''​c:​\<​User>​\AppData\Local\Dinamica EGO\StoreSubmodels''​.
  
-Using a unique submodel folder for each model guarantees that submodels from one model are completely independent from the submodels from any other model. 
  
 ===== Creating Local Submodels ===== ===== Creating Local Submodels =====