*** *TRLTOG * - head routine for transposition of grid point data from latitudinal to column structure (this takes place between inverse FFT and grid point calculations) TRLTOG is the inverse of TRGTOL
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=JPRB), | intent(in) | :: | PGLAT(KF_FS,D%NLENGTF) | |||
integer(kind=JPIM), | intent(in) | :: | KF_FS | |||
integer(kind=JPIM), | intent(in) | :: | KF_GP | |||
integer(kind=JPIM), | intent(in) | :: | KF_SCALARS_G | |||
integer(kind=JPIM), | intent(in) | :: | KVSET(KF_GP) | |||
integer(kind=JPIM), | intent(in), | optional | :: | KPTRGP(:) | ||
real(kind=JPRB), | intent(out), | optional | :: | PGP(:,:,:) | ||
real(kind=JPRB), | intent(out), | optional | :: | PGPUV(:,:,:,:) | ||
real(kind=JPRB), | intent(out), | optional | :: | PGP3A(:,:,:,:) | ||
real(kind=JPRB), | intent(out), | optional | :: | PGP3B(:,:,:,:) | ||
real(kind=JPRB), | intent(out), | optional | :: | PGP2(:,:,:) |