Type | Intent | Optional | 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 |