File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 6666aoi = irradiance .aoi (surface_tilt , surface_azimuth ,
6767 solar_pos ['apparent_zenith' ], solar_pos ['azimuth' ])
6868
69- # %%
70- # Let's consider this the irradiance components without spectral modifiers.
71- # We can calculate the mismatch before and then create a "poa_irrad" var for
72- # modified components directly, but we want to show the output difference.
73- # Also, note that :py:func:`pvlib.spectrum.martin_ruiz` result is designed to
74- # make it easy to multiply each modifier and the irradiance component with a
75- # single line of code, if you get this dataframe before.
76-
69+ # Get dataframe with all components and global (includes 'poa_direct')
7770poa_irrad = irradiance .poa_components (aoi , weather_data ['dni' ],
7871 poa_sky_diffuse , poa_ground_diffuse )
7972
You can’t perform that action at this time.
0 commit comments