In m_time_stepper.fpp, the code calls s_compute_body_forces_rhs as:
call s_compute_body_forces_rhs(q_prim_vf, q_cons_vf, rhs_vf)
whereas such a subroutine is defined as:
subroutine s_compute_body_forces_rhs(q_cons_vf, q_prim_vf, rhs_vf)
This leads to the arguments being passed in the wrong order.