TRGTOL_MOD Module


Uses

  • module~~trgtol_mod~2~~UsesGraph module~trgtol_mod~2 TRGTOL_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~trgtol_mod~2->module~buffered_allocator_mod iso_c_binding iso_c_binding module~buffered_allocator_mod->iso_c_binding module~abort_trans_mod ABORT_TRANS_MOD module~buffered_allocator_mod->module~abort_trans_mod module~growing_allocator_mod GROWING_ALLOCATOR_MOD module~buffered_allocator_mod->module~growing_allocator_mod module~parkind_ectrans PARKIND_ECTRANS module~buffered_allocator_mod->module~parkind_ectrans module~growing_allocator_mod->iso_c_binding PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1

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 GPNORM_TRANS proc~gpnorm_trans->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

Derived Types

type, public ::  TRGTOL_HANDLE

Components

Type Visibility Attributes Name Initial
type(ALLOCATION_RESERVATION_HANDLE), public :: HCOMBUFS
type(ALLOCATION_RESERVATION_HANDLE), public :: HCOMBUFR_AND_REEL

Functions

public function PREPARE_TRGTOL(ALLOCATOR, KF_GP, KF_FS) result(HTRGTOL)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(inout) :: ALLOCATOR
integer(kind=JPIM), intent(in) :: KF_GP
integer(kind=JPIM), intent(in) :: KF_FS

Return Value type(TRGTOL_HANDLE)


Subroutines

public subroutine TRGTOL(ALLOCATOR, HTRGTOL, PREEL_REAL, KF_FS, KF_GP, KF_UV_G, KF_SCALARS_G, PGP, PGPUV, PGP3A, PGP3B, PGP2, KPTRGP, KVSETUV, KVSETSC, KVSETSC3A, KVSETSC3B, KVSETSC2)

*** *TRGTOL * - 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
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(TRGTOL_HANDLE), intent(in) :: HTRGTOL
real(kind=JPRBT), intent(out), POINTER :: PREEL_REAL(:)
integer(kind=JPIM), intent(in) :: KF_FS
integer(kind=JPIM), intent(in) :: KF_GP
integer(kind=JPIM), intent(in) :: KF_UV_G
integer(kind=JPIM), intent(in) :: KF_SCALARS_G
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(:,:,:)
integer(kind=JPIM), intent(in), optional :: KPTRGP(:)
integer(kind=JPIM), intent(in), optional :: KVSETUV(:)
integer(kind=JPIM), intent(in), optional :: KVSETSC(:)
integer(kind=JPIM), intent(in), optional :: KVSETSC3A(:)
integer(kind=JPIM), intent(in), optional :: KVSETSC3B(:)
integer(kind=JPIM), intent(in), optional :: KVSETSC2(:)