Calculates the first derivative of the Arrhenius model with log-linear inactivation for dynamic problems at a given time for the model parameters provided and the environmental conditions given.
dArrhenius_model(t, x, parms, temp_profile)
The value of the first derivative of \(N\) at time t
as a
list.
numeric vector indicating the time of the experiment.
list with the value of N at t.
parameters for the secondary model. No explicit check of their validity is performed.
a function that provides the temperature at a given time.
$$\frac{dN}{dt} = - k * N $$
temp_ref: Reference temperature for the calculation,
k_ref: inactivation rate at the ref. temp.
Ea: Activation energy.
This function is compatible with the function
predict_inactivation
.
predict_inactivation