Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_StaggerLoc), | intent(in) | :: | StaggerLoc1 | |||
type(ESMF_StaggerLoc), | intent(in) | :: | StaggerLoc2 |
function ESMF_StaggerLocLess(StaggerLoc1, StaggerLoc2) ! !RETURN VALUE: logical :: ESMF_StaggerLocLess ! !ARGUMENTS: type (ESMF_StaggerLoc), intent(in) :: & StaggerLoc1, &! Two StaggerLoc Statuses to compare for StaggerLoc2 ! inequality ! !DESCRIPTION: ! This routine compares two ESMF StaggerLoc statuses to see if ! they are unequal. ! ! The arguments are: ! \begin{description} ! \item[StaggerLoc1, StaggerLoc2] ! Two statuses of StaggerLocs to compare for inequality ! \end{description} ! !EOPI ESMF_StaggerLocLess = (StaggerLoc1%staggerloc < & StaggerLoc2%staggerloc) end function ESMF_StaggerLocLess