Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=kind(1.d0)) | :: | ratio |
subroutine set_itv_65(ratio)
use times_variables, only: t_current_ramp_up
implicit none
real(kind(1.d0)) :: ratio
t_current_ramp_up = ratio
end subroutine set_itv_65