MAPL_GetHorzIJIndex Interface

interface
public module subroutine MAPL_GetHorzIJIndex(npts, II, JJ, lon, lat, lonR8, latR8, Grid, rc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npts
integer, intent(inout) :: II(npts)
integer, intent(inout) :: JJ(npts)
real, intent(in), optional :: lon(npts)
real, intent(in), optional :: lat(npts)
real(kind=ESMF_KIND_R8), intent(in), optional :: lonR8(npts)
real(kind=ESMF_KIND_R8), intent(in), optional :: latR8(npts)
type(ESMF_Grid), intent(inout), optional :: Grid
integer, intent(out), optional :: rc