ASRE1AD Subroutine

public subroutine ASRE1AD(KM, KMLOC, KF_OUT_LT, PAOA1, PSOA1)

Uses

  • proc~~asre1ad~~UsesGraph proc~asre1ad ASRE1AD PARKIND1 PARKIND1 proc~asre1ad->PARKIND1 module~asre1bad_mod ASRE1BAD_MOD proc~asre1ad->module~asre1bad_mod

*** ASRE1AD - Recombine antisymmetric and symmetric parts - adjoint

  • Interface. ---------- CALL *ASRE1AD(...)

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KM
integer(kind=JPIM), intent(in) :: KMLOC
integer(kind=JPIM), intent(in) :: KF_OUT_LT
real(kind=JPRB), intent(out) :: PAOA1(:,:)
real(kind=JPRB), intent(out) :: PSOA1(:,:)

Calls

proc~~asre1ad~~CallsGraph proc~asre1ad ASRE1AD proc~asre1bad ASRE1BAD proc~asre1ad->proc~asre1bad