TRGTOL_MOD Module


Used by

  • module~~trgtol_mod~2~~UsedByGraph module~trgtol_mod~2 TRGTOL_MOD proc~dir_trans_ctl DIR_TRANS_CTL proc~dir_trans_ctl->module~trgtol_mod~2 proc~ftdir_ctl FTDIR_CTL proc~ftdir_ctl->module~trgtol_mod~2 proc~ftinv_ctlad FTINV_CTLAD proc~ftinv_ctlad->module~trgtol_mod~2 proc~gpnorm_trans_ctl GPNORM_TRANS_CTL proc~gpnorm_trans_ctl->module~trgtol_mod~2 proc~gpnorm_trans_gpu GPNORM_TRANS_GPU proc~gpnorm_trans_gpu->module~trgtol_mod~2 proc~gpnorm_trans~2 GPNORM_TRANS proc~gpnorm_trans~2->module~trgtol_mod~2

Subroutines

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

*** *TRGTOL * - head routine for transposition of grid point data from column structure to latitudinal. Reorganize data between grid point calculations and direct Fourier Transform

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=JPRB), intent(out) :: 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(in), optional :: PGP(:,:,:)
real(kind=JPRB), intent(in), optional :: PGPUV(:,:,:,:)
real(kind=JPRB), intent(in), optional :: PGP3A(:,:,:,:)
real(kind=JPRB), intent(in), optional :: PGP3B(:,:,:,:)
real(kind=JPRB), intent(in), optional :: PGP2(:,:,:)