System.init#
- System.init(models: OrderedDict, routine: str)[source]#
Initialize the variables for each of the specified models.
For each model, the initialization procedure is:
Get values for all ExtService.
Call the model init() method, which initializes internal variables.
Copy variables to DAE and then back to the model.