eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
LocalWeightedSumRAttr
Interface
3 statements
Source File
m_AttrVectReduce.F90
m_AttrVectReduce
LocalWeightedSumRAttr
Contents
Module Procedures
LocalWeightedSumRAttrSP_
LocalWeightedSumRAttrDP_
public interface LocalWeightedSumRAttr
Module Procedures
private subroutine LocalWeightedSumRAttrSP_(inAV, outAV, Weights, WeightSumAttr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
AttrVect
),
intent(in)
::
inAV
type(
AttrVect
),
intent(out)
::
outAV
real(kind=SP),
dimension(:), pointer
::
Weights
character(len=*),
intent(in),
optional
::
WeightSumAttr
private subroutine LocalWeightedSumRAttrDP_(inAV, outAV, Weights, WeightSumAttr)
Arguments
Type
Intent
Optional
Attributes
Name
type(
AttrVect
),
intent(in)
::
inAV
type(
AttrVect
),
intent(out)
::
outAV
real(kind=DP),
dimension(:), pointer
::
Weights
character(len=*),
intent(in),
optional
::
WeightSumAttr