ESMF_3_1_0rp1 Public Method Interface Additions and Modifications

Interface Changes for DistGrid:

        (new) subroutine ESMF_DistGridGet(distgrid, delayout, dimCount, patchCount, &
			minIndexPDimPPatch, maxIndexPDimPPatch, elementCountPPatch, &
			minIndexPDimPDe, maxIndexPDimPDe, elementCountPDe, patchListPDe, &
			indexCountPDimPDe, regDecompFlag, rc)

        (old) subroutine ESMF_DistGridGet(distgrid, delayout, dimCount, patchCount, &
			minIndexPDimPPatch, maxIndexPDimPPatch, elementCountPPatch, &
			elementCountPDe, patchListPDe, &
			indexCountPDimPDe, regDecompFlag, rc)

New Interface for Grid:

        (new) subroutine ESMF_GridMatch(grid1, grid2, rc)

Interface Changes for Grid:

        (new) subroutine ESMF_GridGet(grid, staggerloc, &
			computationalEdgeLWidth, computationalEdgeUWidth,  &
			minIndex, maxIndex, rc)

        (old) subroutine ESMF_GridGet(grid, staggerloc, &
			computationalEdgeLWidth, computationalEdgeUWidth, &
			rc)