ELTDIR_MOD Module


Uses

  • module~~eltdir_mod~2~~UsesGraph module~eltdir_mod~2 ELTDIR_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~eltdir_mod~2->module~buffered_allocator_mod EC_PARKIND EC_PARKIND module~buffered_allocator_mod->EC_PARKIND 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~growing_allocator_mod->iso_c_binding

Used by

  • module~~eltdir_mod~2~~UsedByGraph module~eltdir_mod~2 ELTDIR_MOD proc~edir_trans_ctl EDIR_TRANS_CTL proc~edir_trans_ctl->module~eltdir_mod~2 proc~eltdir_ctl ELTDIR_CTL proc~eltdir_ctl->module~eltdir_mod~2

Derived Types

type, public ::  ELTDIR_HANDLE

Components

Type Visibility Attributes Name Initial
type(ALLOCATION_RESERVATION_HANDLE), public :: HFFT
type(ALLOCATION_RESERVATION_HANDLE), public :: HFFT_OUT
type(ALLOCATION_RESERVATION_HANDLE), public :: HVODI

Functions

public function PREPARE_ELTDIR(ALLOCATOR, KF_FS, KF_UV) result(HELTDIR)

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(ELTDIR_HANDLE)


Subroutines

public subroutine ELTDIR(ALLOCATOR, HELTDIR, KF_FS, KF_UV, KF_SCALARS, FOUBUF, PSPVOR, PSPDIV, PSPSCALAR, PSPSC3A, PSPSC3B, PSPSC2, KFLDPTRUV, KFLDPTRSC, PSPMEANU, PSPMEANV)

*** ELTDIR - Control of Direct Legendre transform step

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(ELTDIR_HANDLE), intent(in) :: HELTDIR
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(in) :: FOUBUF(:)
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(:)
real(kind=JPRB), intent(out), optional :: PSPMEANU(:)
real(kind=JPRB), intent(out), optional :: PSPMEANV(:)