This subroutine fills the array of prevailing directions according to the given array of directions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(out), | allocatable | :: | me(:,:) | growing array of prevailing directions |
|
| integer, | intent(in) | :: | cxDir(:,:) | array of given offsets |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private, | allocatable | :: | tmpPrevailDir(:,:) | |||
| real(kind=rk), | private | :: | length_rk | ||||
| integer, | private | :: | length | ||||
| integer, | private | :: | iOffset | ||||
| integer, | private | :: | nEntries | ||||
| integer, | private | :: | counter |