File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ Bug fixes
208208 (:pull: `1273 `, :issue: `1221 `)
209209* Fix :py:meth: `~pvlib.forecast.ForecastModel.get_data ` failure to correct for
210210 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 `)
211213
212214Testing
213215~~~~~~~
Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ class HRRR(ForecastModel):
986986
987987 def __init__ (self , set_type = 'best' ):
988988 model_type = 'Forecast Model Data'
989- model = 'NCEP HRRR CONUS 2.5km'
989+ model = 'HRRR CONUS 2.5km Forecasts '
990990
991991 self .variables = {
992992 'temp_air' : 'Temperature_height_above_ground' ,
You can’t perform that action at this time.
0 commit comments