init_itv_66 Subroutine

public subroutine init_itv_66()

Uses

  • (66) ft_current_ramp_up (f-value for equation 41)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_66
        !! <LI> (66) ft_current_ramp_up (f-value for equation 41)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(66) = 'ft_current_ramp_up         '
        boundl(66) = 0.001D0
        boundu(66) = 1.000D0
      end subroutine init_itv_66