shr_log_mod Module



Variables

Type Visibility Attributes Name Initial
integer(kind=SHR_KIND_IN), public :: shr_log_Level = 1
integer(kind=SHR_KIND_IN), public :: shr_log_Unit = output_unit

Functions

public pure function shr_log_errMsg(file, line)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: file
integer, intent(in) :: line

Return Value character(len=SHR_KIND_CX)

public pure function shr_log_OOBMsg(operation, bounds, idx) result(OOBMsg)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: operation
integer, intent(in) :: bounds(2)
integer, intent(in) :: idx

Return Value character(len=:), allocatable