tem_reportStatus Subroutine

public subroutine tem_reportStatus(level, text, debug, string)

print an array to the debugunit

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: level

level for debug output

character(len=*) :: text

Array title in debug output for easy identification in the file

type(tem_debug_type), intent(in), optional :: debug

optional debug type

character(len=*), optional :: string

optional additional string extending the title


Calls

proc~~tem_reportstatus~~CallsGraph proc~tem_reportstatus tem_reportStatus proc~my_status_string my_status_string proc~tem_reportstatus->proc~my_status_string interface~tem_logging_isactive tem_logging_isActive proc~tem_reportstatus->interface~tem_logging_isactive proc~print_self_status print_self_status proc~my_status_string->proc~print_self_status proc~newunit newunit proc~my_status_string->proc~newunit proc~tem_logging_isactive_primary tem_logging_isActive_primary interface~tem_logging_isactive->proc~tem_logging_isactive_primary proc~tem_logging_isactive_for tem_logging_isActive_for interface~tem_logging_isactive->proc~tem_logging_isactive_for proc~print_self_status->proc~newunit

Called by

proc~~tem_reportstatus~~CalledByGraph proc~tem_reportstatus tem_reportStatus program~derivedtype_memalloc derivedType_memAlloc program~derivedtype_memalloc->proc~tem_reportstatus program~elem_memalloc elem_memAlloc program~elem_memalloc->proc~tem_reportstatus

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=labelLen), private :: traceString
character(len=labelLen), private :: stat_str
integer, private :: nUnit
logical, private :: isActive