ESMF_WebServDescOutputData Subroutine

private subroutine ESMF_WebServDescOutputData(varNames, numLatValues, latValues, numLonValues, lonValues, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: varNames
integer, intent(in) :: numLatValues
real(kind=ESMF_KIND_R8), intent(in) :: latValues(*)
integer, intent(in) :: numLonValues
real(kind=ESMF_KIND_R8), intent(in) :: lonValues(*)
integer, intent(out), optional :: rc