solarforecastarbiter.reference_forecasts.models.hrrr_subhourly_to_hourly_mean

solarforecastarbiter.reference_forecasts.models.hrrr_subhourly_to_hourly_mean(latitude, longitude, elevation, init_time, start, end, interval_label, load_forecast=<function load_forecast>, *, __model='hrrr_subhourly')[source]

Hourly mean HRRR forecast. GHI, DNI, DHI directly from model, resampled. Max forecast horizon 18 or 36 hours (0Z, 6Z, 12Z, 18Z).

Parameters:
  • latitude (float) –
  • longitude (float) –
  • elevation (float) –
  • init_time (pd.Timestamp) – Full datetime of a model initialization
  • start (pd.Timestamp) – Forecast start. Forecast is inclusive of this instant if interval_label is beginning and exclusive of this instant if interval_label is ending.
  • end (pd.Timestamp) – Forecast end. Forecast is exclusive of this instant if interval_label is beginning and inclusive of this instant if interval_label is ending.
  • interval_label (str) – Must be beginning or ending