subroutine init_itv_121
!! <LI> (121) neratio: ratio of mean SOL density at OMP to separatrix density at OMP
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(121) = 'neratio '
boundl(121) = 0.001D0
boundu(121) = 1.000D0
end subroutine init_itv_121