subroutine set_itv_2(ratio) use physics_variables, only: bt implicit none real(kind(1.d0)) :: ratio bt = ratio end subroutine set_itv_2