We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the tutorial pvsystem.ipynb, In [54] reads:
sapm_1 = pvsystem.sapm(sandia_module, irrad_data['dni']*np.cos(np.radians(aoi)), irrad_data['ghi'], temps['temp_cell'], am, aoi)
I believe the poa_diffuse parameter should use irrad_data['dhi'] instead of irrad_data['ghi'].
The text was updated successfully, but these errors were encountered:
Yes, thanks for pointing that out.
Sorry, something went wrong.
@wholmgren will look at this when porting the tuts. Sorry for the delay. some biz came in between.
Successfully merging a pull request may close this issue.
In the tutorial pvsystem.ipynb, In [54] reads:
I believe the poa_diffuse parameter should use irrad_data['dhi'] instead of irrad_data['ghi'].
The text was updated successfully, but these errors were encountered: