wrf.npbytes_to_str

wrf.npbytes_to_str(var)

Return a bytes object for the raw character array.

Parameters:

var (numpy.ndarray) – An array of characters.

Returns:

A string of bytes.

Return type:

bytes