DIST_GRID_CTL_MOD Module


Subroutines

public subroutine DIST_GRID_CTL(PGPG, KFDISTG, KPROMA, KFROM, PGP, KSORT)

*** DIST_GRID_CTL - Distributing global gridpoint array to processors

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=JPRB), intent(in), optional :: PGPG(:,:)
integer(kind=JPIM), intent(in) :: KFDISTG
integer(kind=JPIM), intent(in) :: KPROMA
integer(kind=JPIM), intent(in) :: KFROM(:)
real(kind=JPRB), intent(out) :: PGP(:,:,:)
integer(kind=JPIM), intent(in), optional, TARGET :: KSORT(:)