get_ue0_foetus
gets initial scaled reserve for foetus
Contents
Syntax
[uE0, lb, tb, info] = get_ue0_foetus(p, eb, lb0)
Description
Obtains initial scaled reserve, length, age at birth for foetus, i.e. the total scaled investment till birth.
Input
- p: 1- or 3-vector with parameters g, k, v_H^b
- 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: scalar with scaled reserve at t=0: U_E^0 g^2 k_M^3/ v^2 with U_E^0 = M_E^0/ {J_EAm}
- lb: scalar with scaled length at birth
- tb: scalar with scaled age at birth
- info: scalar with failure (0) or success (1) of convergence
Remarks
See get_ue0 for egg development See initial_scaled_reserve_foetus, for a non-dimensionless scaling.