Evaluates right hand side (explicit terms) for use in Runge-Kutta time-step integrator Be aware, that this function changes the state of the template model. For interface, see the corresponding Runge-Kutta module
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ndim | |||
| real(kind=GP), | intent(in) | :: | tau | |||
| real(kind=GP), | intent(in), | dimension(ndim) | :: | y | ||
| real(kind=GP), | intent(out), | dimension(ndim) | :: | dy |