Make parameters for ENBRQ_dts adult mosquito model

create_MYZpar_ENBRQ_dts(
  nPatches,
  MYZopts = list(),
  D = 4,
  nR1 = 3,
  p = 11/12,
  sigma = 1/8,
  f = 0.3,
  q = 0.95,
  r2q = 0.5,
  nu = 1,
  eggsPerBatch = 60,
  p_mod = "dddn",
  sigma_mod = "dddn",
  f_mod = "dddn",
  q_mod = "dddn",
  nu_mod = "dddn"
)

Arguments

nPatches

is the number of patches, an integer

MYZopts

a [list] of values that overwrites the defaults

D

number of time steps per day

nR1

number of time steps in R1

p

daily mosquito survival

sigma

emigration rate

f

feeding rate

q

human blood fraction

r2q

proportion of R2 transitioning to Q

nu

oviposition rate, per mosquito

eggsPerBatch

eggs laid per oviposition

p_mod

a name to dispatch F_p

sigma_mod

a name to dispatch F_sigma

f_mod

a name to dispatch F_f

q_mod

a name to dispatch F_q

nu_mod

a name to dispatch F_nu

Value

a [list]