1: \begin{abstract}
2: {Additive Runge-Kutta methods designed for preserving highly accurate solutions in
3: mixed-precision computation were proposed and analyzed in \cite{Grant2022}.
4: These specially designed methods use reduced precision for the implicit computations
5: and full precision for the explicit computations.
6: In this work we analyze the stability properties of these methods and their sensitivity to the low precision
7: rounding errors, and demonstrate their performance in terms of accuracy and efficiency.
8: We develop codes in FORTRAN and Julia to solve nonlinear systems of ODEs and PDEs using
9: the mixed precision additive Runge-Kutta (MP-ARK) methods.
10: The convergence, accuracy, runtime, and energy consumption of these methods is explored.
11: We show that for a given level of accuracy, suitably chosen
12: MP-ARK methods may provide significant reductions in runtime.}
13: \end{abstract}
14: