-
Notifications
You must be signed in to change notification settings - Fork 7
Growth
Individuals of a given school are assumed to grow in size and weight at a given time only when the amount of food they ingested fulfill maintenance requirements, i.e., only when their predation efficiency at that time is greater than the predation efficiency ensuring body maintenance of school.
with
Parameter | Description |
---|---|
growth.java.classname.sp# | Class name of the age to length conversion |
predation.efficiency.critical.sp# | Critical predation success ( |
species.delta.lmax.factor.sp# |
|
: Growth parameters {.striped .hover #tbl-growth-params}
When the growth.java.classname.sp#
is equal to fr.ird.osmose.process.growth.VonBertalanffyGrowth.java
, a von Bertalanffy growth function is used. It is the defaut one.
with
A Von Bertalanffy model is used to calculate mean length increase above a threshold age
Parameter | Description |
---|---|
species.linf.sp# |
|
species.k.sp# | |
species.t0.sp# | |
species.vonbertalanffy.threshold.age.sp# |
|
When the growth.java.classname.sp#
is equal to fr.ird.osmose.process.growth.GompertzGrowth.java
, a Gompertz growth function is used.
with
Parameter | Description |
---|---|
growth.exponential.lstart.sp# |
|
growth.exponential.ke.sp# | |
growth.gompertz.linf.sp# |
|
growth.gompertz.kg.sp# | |
growth.gompertz.tg.sp# |
|
growth.exponential.thr.age.sp# |
|
growth.gompertz.thr.age.sp# |
|