LTDIR_MOD Module


Uses

  • module~~ltdir_mod~~UsesGraph module~ltdir_mod LTDIR_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~ltdir_mod->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~~ltdir_mod~~UsedByGraph module~ltdir_mod LTDIR_MOD proc~dir_trans_ctl DIR_TRANS_CTL proc~dir_trans_ctl->module~ltdir_mod proc~ltdir_ctl LTDIR_CTL proc~ltdir_ctl->module~ltdir_mod

Derived Types

type, public ::  LTDIR_HANDLE

Components

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

Functions

public function PREPARE_LTDIR(ALLOCATOR, KF_FS, KF_UV) result(HLTDIR)

Arguments

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

Return Value type(LTDIR_HANDLE)


Subroutines

public subroutine LTDIR(ALLOCATOR, HLTDIR, ZINPS, ZINPA, ZINPS0, ZINPA0, KF_FS, KF_UV, KF_SCALARS, PSPVOR, PSPDIV, PSPSCALAR, PSPSC3A, PSPSC3B, PSPSC2, KFLDPTRUV, KFLDPTRSC)

*** LTDIR - Control of Direct Legendre transform step

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(LTDIR_HANDLE), intent(in) :: HLTDIR
real(kind=JPRBT), intent(in) :: ZINPS(:)
real(kind=JPRBT), intent(in) :: ZINPA(:)
real(kind=JPRD), intent(in) :: ZINPS0(:)
real(kind=JPRD), intent(in) :: ZINPA0(:)
integer(kind=JPIM), intent(in) :: KF_FS
integer(kind=JPIM), intent(in) :: KF_UV
integer(kind=JPIM), intent(in) :: KF_SCALARS
real(kind=JPRB), intent(out), optional :: PSPVOR(:,:)
real(kind=JPRB), intent(out), optional :: PSPDIV(:,:)
real(kind=JPRB), intent(out), optional :: PSPSCALAR(:,:)
real(kind=JPRB), intent(out), optional :: PSPSC3A(:,:,:)
real(kind=JPRB), intent(out), optional :: PSPSC3B(:,:,:)
real(kind=JPRB), intent(out), optional :: PSPSC2(:,:)
integer(kind=JPIM), intent(in), optional :: KFLDPTRUV(:)
integer(kind=JPIM), intent(in), optional :: KFLDPTRSC(:)