iget_pars_r
Obtains growth and reprod data from compound parameters for one feeding level.
Contents
Syntax
[p, U] = iget_pars_r(par, F)
Description
Obtains growth and reprod data from compound parameters for one feeding level. Maturity and somatic maitenance rate coefficients are equal.
Input
- par: 8-vector with
1 kap % fraction allocated to som maint + growth
2 kapR % fraction of energy allocated to reprod fixed in embryo
3 g % energy investment ratio
4 kJ % maturity maintenance rate coefficient
5 kM % somatic maintenance rate coefficient
6 v % energy conductance
7 Hb % scaled maturity at birth M_H^b/{J_EAm}
8 Hp % scaled maturity at puberty M_H^p/{J_EAm}- F: scalar with scaled functional response (optional)
Output
- p: 8-vector with f, L_b, L_p, L_i, a_b, \dot{r}_B, \dot{R}_i, kapR
- U: 3-vector with U^0 = M_E^0/\{\dot{J}_{EAm}\}, U^b = M_E^b/\{\dot{J}_{EAm}\}, U^p = M_E^p/\{\dot{J}_{EAm}\}
Remarks
See get_pars_r for inverse mapping
Example of use
See mydata_get_pars