get_pars_2
Obtains 2 DEB parameters from 2 data points at abundant food
Contents
Syntax
par = get_pars_2 (data, fixed_par, chem_par)
Description
Obtains 2 DEB parameters from 2 data points at abundant food
Input
- data: 2-vector with zero-variate data
d_V: g/cm^3, specific density of structure W_m: g, maximum wet weight
- fixed_par: optional 4 vector with v, kap, p_M, kap_G
- chem_par: optional 4 vector with w_V, w_E, mu_V, mu_E
Output
- par: 2-vector with DEB parameters
p_Am: J/d.cm^2, {p_Am}, max specific assimilation rate
E_G: J/cm^3, [E_G] specific cost for structureRemarks
Assumes absence of acceleration The theory behind this mapping is discussed in LikaAugu2014. See also 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_2_9.m *mydata_get_par_2_9*>