This function returns the string expression for the given Integer as the datatype. This is meant to be used (mainly) in debugging. See /packages/dal/interface/dal.f90 for detail re the definition.
interface getTypeName
subroutine getTypeName(inInt, outStr)
integer, intent(in) :: inInt
character(*), intent(out) :: outStr
end subroutine getTypeName
end interface