8.2.2. glofrim.Glofrim.update

Glofrim.update(dt=None)[source]

Updating model for a certain time step interval (default: None). checks whether model end time is already reached; requires that model-specific time step is a whole number of update time step.

Keyword Arguments:

dt {int} – update time step interval [sec] at which information is exchanged between models (default: {None})

Raises:

Warning – Raised in models are not initialized before updating Exception – Raised if model end time is already reached; no further updating possible