Routine that sets .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | dt | The value to use for . |
subroutine set_dtime ( dt )
!! Routine that sets \(\Delta t\).
implicit none
real(wp), intent(in) :: dt
!! The value to use for \(\Delta t\).
dtime = dt
end subroutine set_dtime