run Subroutine

public subroutine run(this, clock, phase, unusable, rc)

Type Bound

CompleteComponent

Arguments

Type IntentOptional Attributes Name
class(CompleteComponent), intent(inout) :: this
type(ESMF_Clock), intent(inout) :: clock
character(len=*), intent(in) :: phase
class(KeywordEnforcer), intent(in), optional :: unusable
integer, intent(out), optional :: rc

Source Code

   subroutine run(this, clock, phase, unusable, rc)
      class(CompleteComponent), intent(inout) :: this
      type(ESMF_Clock), intent(inout) :: clock
      character(*), intent(in) :: phase
      class(KeywordEnforcer), optional, intent(in) :: unusable
      integer, optional, intent(out) :: rc
   end subroutine run