wrf.is_time_coord_var

wrf.is_time_coord_var(varname)

Return True if the input variable name is a time coordinate.

Parameters:

varname (str) – The input variable name.

Returns:

True if the input variable is a time coordinate, otherwise False.

Return type:

bool