subroutine init_itv_170
!! <LI> (170) beta_div : field line angle wrt divertor target plate (degrees)
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(170) = 'beta_div '
boundl(170) = 0.49
boundu(170) = 5.01
end subroutine init_itv_170