wrf.is_multi_time_req

wrf.is_multi_time_req(timeidx)

Return True if the requested time index is for wrf.ALL_TIMES or None.

Parameters:

timeidx (int, wrf.ALL_TIMES, or None) – The requested time index.

Returns:

True if the time index is wrf.ALL_TIMES or None, otherwise False.

Return type:

bool