ESMF_GetRunSeqInfo Subroutine

private subroutine ESMF_GetRunSeqInfo(runSeqCode, tokRunSeq, nTimeLoops, nExecLines, rc)

Arguments

Type IntentOptional Attributes Name
character(len=ESMF_MAXSTR), intent(in), dimension(:) :: runSeqCode
type(ESMF_RunSeqTokenizedCode), intent(in) :: tokRunSeq
integer, intent(out) :: nTimeLoops
integer, intent(out) :: nExecLines
integer, intent(out), optional :: rc

Called by

proc~~esmf_getrunseqinfo~~CalledByGraph proc~esmf_getrunseqinfo ESMF_GetRunSeqInfo proc~esmf_mapperprocessrunseq ESMF_MapperProcessRunSeq proc~esmf_mapperprocessrunseq->proc~esmf_getrunseqinfo