We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65782fd commit c1bbf71Copy full SHA for c1bbf71
docs/sphinx/source/whatsnew/v0.9.0.rst
@@ -208,6 +208,8 @@ Bug fixes
208
(:pull:`1273`, :issue:`1221`)
209
* Fix :py:meth:`~pvlib.forecast.ForecastModel.get_data` failure to correct for
210
non-UTC timezones. (:issue:`1237`, :pull:`1285`)
211
+* Fixed :py:class:`~pvlib.forecast.HRRR` by changing model name to reflect change on the server. (:issue:`1291`,
212
+ :pull:`1292`)
213
214
Testing
215
~~~~~~~
pvlib/forecast.py
@@ -986,7 +986,7 @@ class HRRR(ForecastModel):
986
987
def __init__(self, set_type='best'):
988
model_type = 'Forecast Model Data'
989
- model = 'NCEP HRRR CONUS 2.5km'
+ model = 'HRRR CONUS 2.5km Forecasts'
990
991
self.variables = {
992
'temp_air': 'Temperature_height_above_ground',
0 commit comments