Skip to contents

Make parameters for GeRM ODE adult mosquito model

Usage

make_MYZpar_GeRM(
  nPatches,
  MYZopts = list(),
  EIPmod,
  calK,
  g = 1/12,
  g_par = list(),
  sigma = 1/8,
  sigma_par = list(),
  f = 0.3,
  f_par = list(),
  q = 0.95,
  q_par = list(),
  nu = 1,
  nu_par = list(),
  eggsPerBatch = 60
)

Arguments

nPatches

is the number of patches, an integer

MYZopts

a list of values that overwrites the defaults

EIPmod

a list that defines the EIP model

calK

a mosquito dispersal matrix of dimensions nPatches by nPatches

g

mosquito mortality rate

g_par

parameters to configure F_g

sigma

emigration rate

sigma_par

parameters to configure F_sigma

f

feeding rate

f_par

parameters to configure F_f

q

human blood fraction

q_par

parameters to configure F_q

nu

oviposition rate, per mosquito

nu_par

parameters to configure F_nu

eggsPerBatch

eggs laid per oviposition

Value

a list