run.Rd
Run a single iteration of the the model
run(static, state, forcing)
static | a list containing static inputs to the model. The following variables are required:
|
---|---|
state | a |
forcing | a |
a list containing model outputs and a state for the next time step:
a wsim.lsm.results
object, as described in make_results
a wsim.lsm.state
object containing the model state at the end of
the timestep. Described in make_state
.