filter_data_9

filters allowable parameters for standard DEB model with acceleration

Contents

Syntax

[filter flag] = filter_data_9 (data, fixed_par, chem_par)

Description

Filters data values for possible conversion to parameters of standard DEB model with acceleration

Input

   d_V, g/cm^3 specific density of structure
   a_b, d, age at birth
   a_p, d, age at puberty
   a_m, d, age at death due to ageing
   W_b, g, wet weight at birth
   W_j, g, wet weight at metamorphosis
   W_p, g, wet weight at puberty
   W_m, g,  maximum wet weight
   R_m, #/d, maximum reproduction rate

Output

   0: filter passes data
   1: some data is negative
   2: ages do not increase during life cycle
   3: weights do not increase during life cycle
   4: age at birth is too large or too small
   5: age at puberty is too large
   6: age at puberty is too small

Remarks

The theory behind get_pars_9 is discussed in LikaAugu2014. Meant to run prior to get_pars_9 Without acceleration, see filter_par_8.

Example of use

See mydata_get_pars_9