init_itv_139 Subroutine

public subroutine init_itv_139()

Uses

  • (139) copper_thick : thickness of copper layer in tape (m)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_139
        !! <LI> (139) copper_thick : thickness of copper layer in tape (m)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(139) = 'copper_thick  '
        boundl(139) = 1.00D-6
        boundu(139) = 1.00D-3
      end subroutine init_itv_139