tem_identify_prevailDirections Subroutine

public subroutine tem_identify_prevailDirections(me, cxDir)

This subroutine fills the array of prevailing directions according to the given array of directions.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(out), allocatable:: me(:,:)

growing array of prevailing directions

integer, intent(in) :: cxDir(:,:)

array of given offsets


Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: tmpPrevailDir(:,:)
real(kind=rk), private :: length_rk
integer, private :: length
integer, private :: iOffset
integer, private :: nEntries
integer, private :: counter