Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Clock), | intent(in), | optional | :: | d |
function ESMF_ClockGetInit(d) ! ! !ARGUMENTS: type(ESMF_Clock), intent(in), optional :: d ESMF_INIT_TYPE :: ESMF_ClockGetInit ! ! !DESCRIPTION: ! Get the initialization status of the Deep class {\tt clock}. ! ! The arguments are: ! \begin{description} ! \item [{[d]}] ! {\tt ESMF\_Clock} from which to retrieve status. ! \end{description} ! !EOPI if (present(d)) then ESMF_ClockGetInit = ESMF_INIT_GET(d) else ESMF_ClockGetInit = ESMF_INIT_CREATED endif end function ESMF_ClockGetInit