MAPL_MaxMin Interface

public interface MAPL_MaxMin

Called by

interface~~mapl_maxmin~~CalledByGraph interface~mapl_maxmin MAPL_MaxMin proc~mapl_simplebundleprint MAPL_SimpleBundlePrint proc~mapl_simplebundleprint->interface~mapl_maxmin

Module Procedures

private subroutine pmaxmin3d_r4(qname, a, pmin, pmax, fac)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R4), intent(in) :: a(:,:,:)
real(kind=ESMF_KIND_R4), intent(out), optional :: pmin
real(kind=ESMF_KIND_R4), intent(out), optional :: pmax
real(kind=ESMF_KIND_R4), intent(in), optional :: fac

private subroutine pmaxmin2d_r4(qname, a, pmin_, pmax_, fac_)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R4), intent(in) :: a(:,:)
real(kind=ESMF_KIND_R4), intent(out), optional :: pmin_
real(kind=ESMF_KIND_R4), intent(out), optional :: pmax_
real(kind=ESMF_KIND_R4), intent(in), optional :: fac_

private subroutine pmaxmin1d_r4(qname, a, pmin, pmax, fac)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R4), intent(in) :: a(:)
real(kind=ESMF_KIND_R4), intent(out), optional :: pmin
real(kind=ESMF_KIND_R4), intent(out), optional :: pmax
real(kind=ESMF_KIND_R4), intent(in), optional :: fac

private subroutine pmaxmin3d_r8(qname, a, pmin, pmax, fac)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R8), intent(in) :: a(:,:,:)
real(kind=ESMF_KIND_R8), intent(out), optional :: pmin
real(kind=ESMF_KIND_R8), intent(out), optional :: pmax
real(kind=ESMF_KIND_R8), intent(in), optional :: fac

private subroutine pmaxmin2d_r8(qname, a, pmin, pmax, fac)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R8), intent(in) :: a(:,:)
real(kind=ESMF_KIND_R8), intent(out), optional :: pmin
real(kind=ESMF_KIND_R8), intent(out), optional :: pmax
real(kind=ESMF_KIND_R8), intent(in), optional :: fac

private subroutine pmaxmin1d_r8(qname, a, pmin, pmax, fac)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: qname
real(kind=ESMF_KIND_R8), intent(in) :: a(:)
real(kind=ESMF_KIND_R8), intent(out), optional :: pmin
real(kind=ESMF_KIND_R8), intent(out), optional :: pmax
real(kind=ESMF_KIND_R8), intent(in), optional :: fac