set.model.step: Sets the time step used to execute a model.

Description Usage Arguments Value Author(s) Examples

View source: R/clientmmii.R

Description

The time step is the amount by which the model time advances each time the state variables are updated. A model may have more than one time step.

Usage

1
set.model.step(instance.handle,step.index,step.size)

Arguments

instance.handle

The handle returned by create.model(), identifying an executable model instance.

step.index

The level of the time step to be set. If a model only has one time step, this is step 1. Higher levels are set to shorter steps.

step.size

The duration for the time step.

Value

None

Author(s)

Jasper Taylor

Examples

1
set.model.step("dummy_ih", 1, 0.1)

Simile documentation built on May 2, 2019, 6:52 a.m.