I am wondering if it is possible to specify the time range for past data in GFS, NAM, RAP, HRRR, and the NDFD forecasting models! the current option is recalling data for the present daya as stated here
`start = pd.Timestamp(datetime.date.today(), tz=tz)`
end = start + pd.Timedelta(days=7)