Skip to content

Commit

Permalink
Add missing JPRM imports
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrows committed Nov 17, 2023
1 parent 72a7d17 commit dfa0e8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/trans/algor/butterfly_alg_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
!

MODULE BUTTERFLY_ALG_MOD
USE PARKIND1, ONLY : JPRD, JPIM, JPRB, JPIB
USE PARKIND1, ONLY : JPRD, JPRM, JPIM, JPRB, JPIB
USE INTERPOL_DECOMP_MOD
USE SHAREDMEM_MOD

Expand Down
2 changes: 1 addition & 1 deletion src/trans/internal/ledir_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SUBROUTINE LEDIR(KM,KMLOC,KFC,KIFC,KSL,KDGLU,KLED2,PAIA,PSIA,POA1,PW)
! P. Dueben : Dec 2019 Improvements for mass conservation in single precision
! ------------------------------------------------------------------

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

USE TPM_DIM ,ONLY : R
Expand Down
2 changes: 1 addition & 1 deletion src/trans/internal/ledirad_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SUBROUTINE LEDIRAD(KM,KMLOC,KFC,KIFC,KDGLU,KLED2,PAIA,PSIA,POA1)
! Modified ! 16/10/12 J.Hague : DR_HOOK round calls to DGEMM:
! ------------------------------------------------------------------

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

USE TPM_DIM ,ONLY : R
Expand Down
2 changes: 1 addition & 1 deletion src/trans/internal/leinv_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SUBROUTINE LEINV(KM,KMLOC,KFC,KIFC,KF_OUT_LT,KSL,KDGLU,PIA,PAOA1,PSOA1)
! F. Vana 05-Mar-2015 Support for single precision
! ------------------------------------------------------------------

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

USE TPM_DIM ,ONLY : R
Expand Down
2 changes: 1 addition & 1 deletion src/trans/internal/leinvad_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SUBROUTINE LEINVAD(KM,KMLOC,KFC,KIFC,KF_OUT_LT,KDGLU,PIA,PAOA1,PSOA1)
! Modified ! 16/10/12 J.Hague : DR_HOOK round calls to DGEMM:
! ------------------------------------------------------------------

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

USE TPM_DIM ,ONLY : R
Expand Down

0 comments on commit dfa0e8d

Please sign in to comment.