MAPL_Reverse_Schmidt Interface

interface
public module subroutine MAPL_Reverse_Schmidt(Grid, stretched, npts, lon, lat, lonR8, latR8, lonRe, latRe, rc)

Arguments

Type IntentOptional 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