wnml_antenna Subroutine

public subroutine wnml_antenna(unit)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit

Contents

Source Code


Source Code

  subroutine wnml_antenna(unit)
    implicit none
    integer, intent(in) :: unit
    integer :: i
    if (no_driver) return
    call driver_config%write(unit)
    do i=1,nk_stir
       call stir_config(i)%write(unit)
    end do
  end subroutine wnml_antenna