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