pywfm.misc.IWFMMiscellaneous._is_time_interval_greater_or_equal#

IWFMMiscellaneous._is_time_interval_greater_or_equal(time_interval, simulation_time_interval)#

determines if a provided time_interval is greater than or equal to the simulation_time_interval

Parameters:
  • time_interval (str) – valid IWFM time interval to compare with the simulation time interval

  • simulation_time_interval (str) – valid IWFM time interval representing the simulation time interval

Returns:

True if time interval is greater than or equal to simulation time interval, otherwise False

Return type:

boolean