wrf.is_coordvar

wrf.is_coordvar(varname)

Returns True if the variable is a coordinate variable.

Parameters:varname (str) – The variable name.
Returns:True if the variable is a coordinate variable, otherwise False.
Return type:bool