subroutine init_itv_114
!! <LI> (114) fw_channel_length: Length of a single first wall channel
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(114) = 'fw_channel_length '
boundl(114) = 0.001D0
boundu(114) = 1.000D3
end subroutine init_itv_114