From GridLAB-D Wiki
Jump to: navigation, search

deltamode_preferred_module_order - Controls the execution order of some modules in delta mode, regardless of the order in the GLM

Synopsis

#set deltamode_preferred_module_order = TRUE

Remarks

Prior to Navajo (Version 4.3), delta mode executed delta mode call for modules in the order they were loaded in the GLM. If the GLM order was not correct, it could result in out-of-step updates or what appeared to be delayed responses in delta mode models. Setting this to TRUE forces an update order to prevent this from happening, regardless of the load order in the GLM. When set to FALSE, the GLM order is used again (defaults to TRUE).

If set to TRUE, the following order is used:

Any other modules are loaded after this sequence, in the order they appear in the GLM.

Version

This capability is introduced in Navajo (Version 4.3).

See also