Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_IO) | :: | io |
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