ASRE1 Subroutine

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

Uses

  • proc~~asre1~~UsesGraph proc~asre1 ASRE1 PARKIND1 PARKIND1 proc~asre1->PARKIND1 module~asre1b_mod ASRE1B_MOD proc~asre1->module~asre1b_mod

*** ASRE1 - Recombine antisymmetric and symmetric parts

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

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(in) :: PAOA1(:,:)
real(kind=JPRB), intent(in) :: PSOA1(:,:)

Calls

proc~~asre1~~CallsGraph proc~asre1 ASRE1 proc~asre1b ASRE1B proc~asre1->proc~asre1b