First, let's list the files in the current directory to understand the structure of the repository. This will help us locate the pvlib.irradiance.reindl
function and any relevant test files.
ls -F
The pvlib
directory likely contains the implementation of the reindl
function. Let's navigate into the pvlib
directory and list its contents to locate the irradiance
module.