eltdir_ctlad_mod.F90 Source File


This file depends on

sourcefile~~eltdir_ctlad_mod.f90~~EfferentGraph sourcefile~eltdir_ctlad_mod.f90 eltdir_ctlad_mod.F90 sourcefile~eltdirad_mod.f90 eltdirad_mod.F90 sourcefile~eltdir_ctlad_mod.f90->sourcefile~eltdirad_mod.f90 sourcefile~tpm_distr.f90 tpm_distr.F90 sourcefile~eltdir_ctlad_mod.f90->sourcefile~tpm_distr.f90 sourcefile~tpm_gen.f90 tpm_gen.F90 sourcefile~eltdir_ctlad_mod.f90->sourcefile~tpm_gen.f90 sourcefile~tpm_trans.f90 tpm_trans.F90 sourcefile~eltdir_ctlad_mod.f90->sourcefile~tpm_trans.f90 sourcefile~trmtol_mod.f90 trmtol_mod.F90 sourcefile~eltdir_ctlad_mod.f90->sourcefile~trmtol_mod.f90 sourcefile~eledirad_mod.f90 eledirad_mod.F90 sourcefile~eltdirad_mod.f90->sourcefile~eledirad_mod.f90 sourcefile~eprfi2ad_mod.f90 eprfi2ad_mod.F90 sourcefile~eltdirad_mod.f90->sourcefile~eprfi2ad_mod.f90 sourcefile~eupdspad_mod.f90 eupdspad_mod.F90 sourcefile~eltdirad_mod.f90->sourcefile~eupdspad_mod.f90 sourcefile~euvtvdad_mod.f90 euvtvdad_mod.F90 sourcefile~eltdirad_mod.f90->sourcefile~euvtvdad_mod.f90 sourcefile~tpm_dim.f90 tpm_dim.F90 sourcefile~eltdirad_mod.f90->sourcefile~tpm_dim.f90 sourcefile~tpmald_dim.f90 tpmald_dim.F90 sourcefile~eltdirad_mod.f90->sourcefile~tpmald_dim.f90 sourcefile~growing_allocator_mod.f90 growing_allocator_mod.F90 sourcefile~tpm_trans.f90->sourcefile~growing_allocator_mod.f90 sourcefile~parkind_ectrans.f90 parkind_ectrans.F90 sourcefile~tpm_trans.f90->sourcefile~parkind_ectrans.f90 sourcefile~trmtol_mod.f90->sourcefile~tpm_distr.f90 sourcefile~eledirad_mod.f90->sourcefile~tpm_dim.f90 sourcefile~eledirad_mod.f90->sourcefile~tpmald_dim.f90 sourcefile~abort_trans_mod.f90 abort_trans_mod.F90 sourcefile~eledirad_mod.f90->sourcefile~abort_trans_mod.f90 sourcefile~tpm_fftw.f90 tpm_fftw.F90 sourcefile~eledirad_mod.f90->sourcefile~tpm_fftw.f90 sourcefile~eprfi2bad_mod.f90 eprfi2bad_mod.F90 sourcefile~eprfi2ad_mod.f90->sourcefile~eprfi2bad_mod.f90 sourcefile~eupdspad_mod.f90->sourcefile~tpm_trans.f90 sourcefile~eupdspbad_mod.f90 eupdspbad_mod.F90 sourcefile~eupdspad_mod.f90->sourcefile~eupdspbad_mod.f90 sourcefile~euvtvdad_mod.f90->sourcefile~tpm_dim.f90 sourcefile~tpmald_distr.f90 tpmald_distr.F90 sourcefile~euvtvdad_mod.f90->sourcefile~tpmald_distr.f90 sourcefile~tpmald_geo.f90 tpmald_geo.F90 sourcefile~euvtvdad_mod.f90->sourcefile~tpmald_geo.f90 sourcefile~growing_allocator_mod.f90->sourcefile~tpm_gen.f90 sourcefile~growing_allocator_mod.f90->sourcefile~abort_trans_mod.f90 sourcefile~abort_trans_mod.f90->sourcefile~tpm_gen.f90 sourcefile~eprfi2bad_mod.f90->sourcefile~tpm_distr.f90 sourcefile~eprfi2bad_mod.f90->sourcefile~tpm_trans.f90 sourcefile~eprfi2bad_mod.f90->sourcefile~tpm_dim.f90 sourcefile~eupdspbad_mod.f90->sourcefile~tpmald_distr.f90

Files dependent on this one

sourcefile~~eltdir_ctlad_mod.f90~~AfferentGraph sourcefile~eltdir_ctlad_mod.f90 eltdir_ctlad_mod.F90 sourcefile~edir_trans_ctlad_mod.f90 edir_trans_ctlad_mod.F90 sourcefile~edir_trans_ctlad_mod.f90->sourcefile~eltdir_ctlad_mod.f90 sourcefile~edir_transad.f90 edir_transad.F90 sourcefile~edir_transad.f90->sourcefile~edir_trans_ctlad_mod.f90

Source Code

! (C) Copyright 2001- ECMWF.
! (C) Copyright 2001- Meteo-France.
! 
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.
! 


MODULE ELTDIR_CTLAD_MOD
CONTAINS
SUBROUTINE ELTDIR_CTLAD(KF_FS,KF_UV,KF_SCALARS, &
 & PSPVOR,PSPDIV,PSPSCALAR, &
 & PSPSC3A,PSPSC3B,PSPSC2, &
 & KFLDPTRUV,KFLDPTRSC,PSPMEANU,PSPMEANV)

!**** *ELTDIR_CTLAD* - Control routine for direct Legendre transform

!     Purpose.
!     --------
!        Direct Legendre transform

!**   Interface.
!     ----------
!     CALL LTDIR_CTLAD(...)

!     Explicit arguments :
!     --------------------
!     PSPVOR(:,:) - spectral vorticity (output)
!     PSPDIV(:,:) - spectral divergence (output)
!     PSPSCALAR(:,:) - spectral scalarvalued fields (output)

!   R. El Khatib 02-Jun-2022 Optimization/Cleaning
!     ------------------------------------------------------------------

USE PARKIND1  ,ONLY : JPIM     ,JPRB
USE YOMHOOK   ,ONLY : LHOOK,   DR_HOOK, JPHOOK

USE TPM_GEN         ,ONLY : LALLOPERM
!USE TPM_DIM
USE TPM_TRANS       ,ONLY : FOUBUF, FOUBUF_IN
USE TPM_DISTR       ,ONLY : D

USE ELTDIRAD_MOD    ,ONLY : ELTDIRAD
USE TRMTOL_MOD      ,ONLY : TRMTOL


IMPLICIT NONE

INTEGER(KIND=JPIM),INTENT(IN) :: KF_FS,KF_UV,KF_SCALARS
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPVOR(:,:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPDIV(:,:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPSCALAR(:,:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPSC3A(:,:,:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPSC3B(:,:,:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPSC2(:,:)
INTEGER(KIND=JPIM),OPTIONAL,INTENT(IN)   :: KFLDPTRUV(:)
INTEGER(KIND=JPIM),OPTIONAL,INTENT(IN)   :: KFLDPTRSC(:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPMEANU(:)
REAL(KIND=JPRB) ,OPTIONAL, INTENT(INOUT) :: PSPMEANV(:)

INTEGER(KIND=JPIM) :: JM,IM,IBLEN,ILED2
REAL(KIND=JPHOOK) :: ZHOOK_HANDLE

!     ------------------------------------------------------------------

! Transposition from Fourier space distribution to spectral space distribution

IF (LHOOK) CALL DR_HOOK('ELTDIR_CTLAD_MOD:ELTDIR_CTLAD',0,ZHOOK_HANDLE)
IBLEN = D%NLENGT0B*2*KF_FS
IF (ALLOCATED(FOUBUF_IN)) THEN
  IF (MAX(1,IBLEN) > SIZE(FOUBUF_IN)) THEN
    DEALLOCATE(FOUBUF_IN)
    ALLOCATE(FOUBUF_IN(MAX(1,IBLEN)))
    FOUBUF_IN(1)=0._JPRB ! force allocation here
  ENDIF
ELSE
  ALLOCATE(FOUBUF_IN(MAX(1,IBLEN)))
  FOUBUF_IN(1)=0._JPRB ! force allocation here
ENDIF
IF (ALLOCATED(FOUBUF)) THEN
  IF (MAX(1,IBLEN) > SIZE(FOUBUF)) THEN
    DEALLOCATE(FOUBUF)
    ALLOCATE(FOUBUF(MAX(1,IBLEN)))
    FOUBUF(1)=0._JPRB ! force allocation here
  ENDIF
ELSE
  ALLOCATE(FOUBUF(MAX(1,IBLEN)))
  FOUBUF(1)=0._JPRB ! force allocation here
ENDIF

! Direct Legendre transform

ILED2 = 2*KF_FS
CALL GSTATS(1646,0)
IF(KF_FS > 0) THEN
!$OMP PARALLEL DO SCHEDULE(DYNAMIC,1) PRIVATE(JM,IM)
  DO JM=1,D%NUMP
    IM = D%MYMS(JM)
    CALL ELTDIRAD(IM,JM,KF_FS,KF_UV,KF_SCALARS,ILED2, &
     & PSPVOR,PSPDIV,PSPSCALAR,&
     & PSPSC3A,PSPSC3B,PSPSC2 , &
     & KFLDPTRUV,KFLDPTRSC, PSPMEANU,PSPMEANV)
  ENDDO
!$OMP END PARALLEL DO
ENDIF
CALL GSTATS(1646,1)

CALL GSTATS(181,0)
CALL TRMTOL(FOUBUF,FOUBUF_IN,2*KF_FS)
CALL GSTATS(181,1)
IF (.NOT.LALLOPERM) DEALLOCATE(FOUBUF)
IF (LHOOK) CALL DR_HOOK('ELTDIR_CTLAD_MOD:ELTDIR_CTLAD',1,ZHOOK_HANDLE)

!     ------------------------------------------------------------------

END SUBROUTINE ELTDIR_CTLAD
END MODULE ELTDIR_CTLAD_MOD