set_cycle_dates module
- set_cycle_dates(date_start, date_end, incr_cycl_freq)
Sets the cycle date(s).
- Parameters:
date_start (datetime.datetime) – Start date
date_end (datetime.datetime) – End date
incr_cycl_freq (int) – Cycle frequency increment in hours
- Returns:
all_cdates – An array of cycle date-hours whose elements have the form
YYYYMMDDHH, whereYYYYis a four-digit year,MMis a two- digit month,DDis a two-digit day of the month, andHHis a two-digit hour of the day