get_ue0
gets initial scaled reserve
Contents
Syntax
[uE0, lb, info] = get_ue0(p, eb, lb0)
Description
Obtains the initial scaled reserve given the scaled reserve density at birth. Function get_ue0 does so for eggs, get_ue0_foetus for foetuses. Specification of length at birth as third input by-passes its computation, so if you want to specify an initial value for this quantity, you should use get_lb directly.
Input
- p: 1 or 3 -vector with parameters g, k_J/ k_M, v_H^b, see get_lb
- eb: optional scalar with scaled reserve density at birth (default: eb = 1)
- lb0: optional scalar with scaled length at birth (default: lb is obtained from get_lb)
Output
- uE0: scaled with scaled reserve at t=0:
with 
- lb: scalar with scaled length at birth
- info: indicator equals 1 if successful, 0 otherwise
Remarks
See get_ue0_foetus for foetal development. See initial_scaled_reserve, for a non-dimensionless scaling.
Example of use
see mydata_ue0