PDAF_local_weight Subroutine

subroutine PDAF_local_weight(wtype, rtype, cradius, sradius, distance, nrows, ncols, A, var_obs, weight, verbose)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: wtype
integer, intent(in) :: rtype
real, intent(in) :: cradius
real, intent(in) :: sradius
real, intent(in) :: distance
integer, intent(in) :: nrows
integer, intent(in) :: ncols
real, intent(in) :: A(nrows,ncols)
real, intent(in) :: var_obs
real, intent(out) :: weight
integer, intent(in) :: verbose