get_pars_98
Obtains 9 DEB parameters from 8 data points at abundant food
Contents
Syntax
par = get_pars_98 (data, fixed_par, chem_par)
Description
Obtains 9 DEB parameters from 8 data points at abundant food. Accounts for minimum type M acceleration such that a_b is within data boundary
Input
data: 8-vector with zero-variate data
d_V: g/cm^3 specific density of structure a_b: d, age at birth a_p: d, age at puberty a_m: d, age at death due to ageing W_b: g, wet weight at birth W_p: g, wet weight at puberty W_m: g, maximum wet weight R_m: #/d, maximum reproduction rate
- fixed_par: optional vector with k_J, s_G, kap_R, kap_G
- chem_par: optional 4 vector with w_V, w_E, mu_V, mu_E
Output
- par: 9-vector with DEB parameters
p_Am: J/d.cm^2, {p_Am}, max specific assimilation rate
v: cm/d, energy conductance
kap: -, allocation fraction to soma
p_M: J/d.cm^3, [p_M], specific somatic maintenance costs
E_G: J/cm^3, [E_G] specific cost for structure
E_Hb: J, E_H^b, maturity at birth
E_Hj: J, E_H^j, maturity at metamorphosis
E_Hp: J, E_H^p, maturity at puberty
h_a: 1/d^2, ageing acceleration
Remarks
The theory behind this mapping is discussed in LikaAugu2014. See iget_pars_9 for the inverse mapping and get_pars_2a, get_pars_3, get_pars_4, get_pars_5, get_pars_6, get_pars_6a, get_pars_7, get_pars_8, get_pars_9.
Example of use
See <../mydata_get_par_9.m *mydata_get_par_9*>