get_parfields

returns cell array of strings with names of core primary parameters for a given DEB model

Contents

Syntax

[coreParFields, info] = get_parfields (model)

Description

Provides the list of core primary parameters which must be present in pars_init_my_pet for a given model

Input

Output

Remarks

check_my_pet is a macro for check_my_pet_stnm, which checks each species one by one If the model doesn't exist, the output is empty and info = 0

Example of use

[coreParFields, info] = get_parfields(metaPar.model)