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
208
208
(:pull: `1273 `, :issue: `1221 `)
209
209
* Fix :py:meth: `~pvlib.forecast.ForecastModel.get_data ` failure to correct for
210
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 `)
211
213
212
214
Testing
213
215
~~~~~~~
Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ class HRRR(ForecastModel):
986
986
987
987
def __init__ (self , set_type = 'best' ):
988
988
model_type = 'Forecast Model Data'
989
- model = 'NCEP HRRR CONUS 2.5km'
989
+ model = 'HRRR CONUS 2.5km Forecasts '
990
990
991
991
self .variables = {
992
992
'temp_air' : 'Temperature_height_above_ground' ,
You can’t perform that action at this time.
0 commit comments