I have collect solar irradiance data (GHI) from ERA5 satellite. I would like to know what functions do I have to use to get the irradiance for a tracking surface because to my modules are trackers.
Hope you can help me Thanks!
in tracking part of pvlib u can find the function for get_tracking_irradiance . If it does not work for your project u can define a function for it using pvarrays and etc...