Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Source Code
subroutine ESMF_LogRc2Msg(rcToCheck,msg,msglen)!! !ARGUMENTS:!integer,intent(in)::rcToCheckcharacter(*),intent(out)::msginteger,intent(out)::msglen!! !DESCRIPTION:! This subroutine converts an integer rc to a message string.!! The arguments are:! \begin{description}!! \item [rcToCheck]! An ESMF return code.! \item [msg]! A character string for the message! \item [msglen]! Message length exclusive of trailing blanks.! \end{description}!!EOPIcall c_esmc_loggeterrormsg(rcToCheck,msg,msglen)end subroutine ESMF_LogRc2Msg