Load function
In [1]:
import solarradiation as sr
Define input variable (day of the year)
i.e. 2nd of february is n=31+2=33
In [2]:
n=33
Gon = sr.Gon( n)
In [4]:
print str(Gon) + " W/m^2"