get_ep_min_metam
Gets scaled reserve density at with maturation ceases at puberty in case of acceleration
Contents
Syntax
[ep info] = get_ep_min_metam (p)
Description
Obtains the scaled reserve at birth for growth and maturation ceases at puberty in case of acceleration. It can be seen as the lower viable scaled reserve density for reproduction. Cf get_eb_min. See get_ep_min for no acceletaton
Input
- p: 6-vector with parameters: g k lT v_H^b v_H^j v_H^p (cf get_lj)
Output
- ep: scalar with e_p such that growth and maturation cease at puberty
- info: scalar 1 for success, 0 otherwise
Remarks
The theory behind get_ep_min is discussed in the comments for DEB3. See get_ep_min for without acceletaton See get_eb_min for minimum e at birth.
Example of use
get_ep_min_metam([.1 1 0 .001 0.01 .1])