subroutine init_itv_110
!! <LI> (110) falpha_energy_confinement: Lower limit on f_alpha_energy_confinement the ratio of alpha
use numerics, only: lablxc, boundl, boundu
implicit none
!! particle to energy confinement times (f-value for equation 62)
lablxc(110) = 'falpha_energy_confinement '
boundl(110) = 0.001D0
boundu(110) = 1.000D0
end subroutine init_itv_110