Open
Description
The refraction correction used in the ephemeris solar position algorithm has a cutoff at -1 degree, which is not mentioned in the original publication or the provided Fortran code:
pvlib-python/pvlib/solarposition.py
Line 839 in 6d886dc
To be consistent with the publication I suggest that we remove the lower limit and apply refraction correction to all negative solar elevation angles.
Activity