Skip to content

Commit d9a808d

Browse files
committed
temperature.faiman_rad doesn't use longwave_down yet
1 parent 72b9839 commit d9a808d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ def get_cell_temperature(self, poa_global, temp_air, wind_speed, model,
12891289
self.temperature_model_parameters)
12901290
elif model == 'faiman_rad':
12911291
func = functools.partial(temperature.faiman_rad,
1292-
longwave_down=longwave_down)
1292+
ir_down=longwave_down)
12931293
required = ()
12941294
optional = _build_kwargs(['u0', 'u1',
12951295
'sky_view', 'emissivity'],

0 commit comments

Comments
 (0)