SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

HRRR Hourly model option does not exist for reference forecasts #815

Open williamhobbs opened 1 year ago

williamhobbs commented 1 year ago

_solarforecastarbiter.referenceforecasts.models is missing an option for _hrrrhourly. The good news is that solarforecastarbiter.io.nwp.load_forecast already includes a model option for hrrr_hourly, https://github.com/SolarArbiter/solarforecastarbiter-core/blob/b8a9abe842788b147d9ecb0e9494b0b0ea586939/solarforecastarbiter/io/nwp.py#L53, and _hrrrhourly can be fetched.