ESMF_ClockCreate Function

public function ESMF_ClockCreate(name, TimeStep, StartTime, StopTime, RefTime, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: name
type(ESMF_TimeInterval), intent(in), optional :: TimeStep
type(ESMF_Time), intent(in) :: StartTime
type(ESMF_Time), intent(in) :: StopTime
type(ESMF_Time), intent(in), optional :: RefTime
integer, intent(out), optional :: rc

Return Value type(ESMF_Clock)