Skip to contents

Simulate Forward From A Snapshot

Usage

chlaa_simulate_from_snapshot(
  snapshot,
  pars = NULL,
  time,
  n_threads = 1,
  deterministic = FALSE
)

Arguments

snapshot

Snapshot object from `chlaa_snapshot_create()`.

pars

Optional parameter list to use from snapshot onward.

time

Times to simulate to (must be >= `snapshot$time`).

n_threads

Threads for dust2.

deterministic

Deterministic mode (if supported).

Value

Simulation output data.frame as in `chlaa_simulate()`.