hydromt_delwaq.workflows.config.time_config#

hydromt_delwaq.workflows.config.time_config(starttime: str, endtime: str, timestepsecs: int, sysclock_format: str = 'seconds') Dict[source]#

Prepare time config dictionnary.

Files concerned: - B1_timestamp - B2_outputtimes - B2_sysclock - B2_timers - B2_timers_only

Parameters:
  • starttime (str) – Start time in format “yyyy-mm-dd hh:mm:ss”.

  • endtime (str) – End time in format “yyyy-mm-dd hh:mm:ss”.

  • timestepsecs (int) – Timestep in seconds.

  • sysclock_format (str, optional) – Format of the system clock, either “seconds” or “days”, by default “seconds”.

Returns:

config – Time Config dictionnary.

Return type:

Dict