ESMF_IOClear Subroutine

public subroutine ESMF_IOClear(io)

Arguments

Type IntentOptional Attributes Name
type(ESMF_IO) :: io

Source Code

  subroutine ESMF_IOClear(io)
!
! !ARGUMENTS:
    type(ESMF_IO)                  :: io
!     
! !DESCRIPTION:
!     Clears the I/O queue of this {\tt ESMF\_IO} object.
!
!     The arguments are:
!     \begin{description}
!     \item[io]
!       Clear the I/O queue of this {\tt ESMF\_IO} object.
!     \end{description}
!
!EOPI

!   invoke C to C++ entry point
    call c_ESMC_IOClear(io)

  end subroutine ESMF_IOClear