A modified version of xds_setup that streamlines setup for a model that with a trivial \(\cal MYZ\) component. The model also configures a trivial \(\cal X\) component.

The xds object defines frame = class(frame) = 'aquatic' to dispatch xde_derivatives.aquatic or dts_update.aquatic

xds_setup_aquatic(
  xds = "ode",
  nHabitats = 1,
  Lname = "basicL",
  Lday = 1,
  Lopts = list(),
  MYZopts = list(),
  model_name = "unnamed"
)

Arguments

xds

is ode or dde or dts for ordinary OR delay differential OR difference equations

nHabitats

is the number of habitats

Lname

is a character string defining a L model

Lday

is the run-time time step for L component (in days): integer or 1/integer

Lopts

a list to configure the L model

MYZopts

a list to configure F_eggs from the trivial model

model_name

is a name for the model (arbitrary)

Value

an xds object

See also