init_itv_164 Subroutine

public subroutine init_itv_164()

Uses

  • (164) f-value for maximum cryogenic plant power

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_164
        !! <LI> (164) f-value for maximum cryogenic plant power
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(164) = 'f_crypmw         '
        boundl(164) = 0.001D0
        boundu(164) = 1.000D0
      end subroutine init_itv_164