init_itv_110 Subroutine

public subroutine init_itv_110()

Uses

  • (110) ftaulimit: Lower limit on taup/taueff the ratio of alpha particle to energy confinement times (f-value for equation 62)

    Arguments

    None

    Contents

    Source Code


    Source Code

      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