A single compartment for all aquatic stages is modeled which suffers density dependent mortality like the Beverton-Holt model.
setup_aqua_BH(model, stochastic, molt, surv, K, L)no return value
an object from make_MicroMoB
should the model update deterministically or stochastically?
proportion of immature stages which will mature and emerge as adults each day (may be time and patch varying see time_patch_varying_parameter)
daily survival probability (may be time and patch varying see time_patch_varying_parameter)
carrying capacity (may be time and patch varying see time_patch_varying_parameter)
initial number of immature mosquitoes
All parameters can be passed either as a vector of length equal to l, a matrix with l rows
and tmax columns, or a matrix with l rows and 365 columns.