Function to get the current Δt
Returns Δt.
function get_current_dtime ( ) result(dt)
!! Function to get the current \(\Delta t\)
implicit none
real(wp) :: dt
!! Returns \(\Delta t\).
dt = dtime
end function get_current_dtime