TRLTOG_MOD Module


Used by

  • module~~trltog_mod~2~~UsedByGraph module~trltog_mod~2 TRLTOG_MOD proc~dir_trans_ctlad~2 DIR_TRANS_CTLAD proc~dir_trans_ctlad~2->module~trltog_mod~2 proc~eftdir_ctlad EFTDIR_CTLAD proc~eftdir_ctlad->module~trltog_mod~2 proc~eftinv_ctl EFTINV_CTL proc~eftinv_ctl->module~trltog_mod~2 proc~einv_trans_ctl EINV_TRANS_CTL proc~einv_trans_ctl->module~trltog_mod~2 proc~ftdir_ctlad FTDIR_CTLAD proc~ftdir_ctlad->module~trltog_mod~2 proc~ftinv_ctl FTINV_CTL proc~ftinv_ctl->module~trltog_mod~2 proc~gpnorm_trans_ctlad GPNORM_TRANS_CTLAD proc~gpnorm_trans_ctlad->module~trltog_mod~2 proc~inv_trans_ctl INV_TRANS_CTL proc~inv_trans_ctl->module~trltog_mod~2

Subroutines

public subroutine TRLTOG(PGLAT, KF_FS, KF_GP, KF_SCALARS_G, KVSET, KPTRGP, PGP, PGPUV, PGP3A, PGP3B, PGP2)

*** *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

Read more…

Arguments

Type IntentOptional 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(:,:,:)