Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Grid), | intent(inout) | :: | Grid | |||
logical, | intent(out) | :: | stretched | |||
integer, | intent(in) | :: | 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) | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | lonRe(npts) | ||
real(kind=ESMF_KIND_R8), | intent(out), | optional | :: | latRe(npts) | ||
integer, | intent(out), | optional | :: | rc |