Results
{{outputs.ac_annual | number: 0 }} kWh/Year
| Month |
Solar Radiation ( kWh / m2 / day ) |
AC Energy ( kWh ) |
Value ( $ ) |
|---|---|---|---|
| January | {{outputs.solrad_monthly[0] | number: 2 }} | {{outputs.ac_monthly[0] | number: 0 }} | {{outputs.ac_monthly[0] * rate | number: 0}} |
| February | {{outputs.solrad_monthly[1] | number: 2 }} | {{outputs.ac_monthly[1] | number: 0 }} | {{outputs.ac_monthly[1] * rate | number: 0}} |
| March | {{outputs.solrad_monthly[2] | number: 2 }} | {{outputs.ac_monthly[2] | number: 0 }} | {{outputs.ac_monthly[2] * rate | number: 0}} |
| April | {{outputs.solrad_monthly[3] | number: 2 }} | {{outputs.ac_monthly[3] | number: 0 }} | {{outputs.ac_monthly[3] * rate | number: 0}} |
| May | {{outputs.solrad_monthly[4] | number: 2 }} | {{outputs.ac_monthly[4] | number: 0 }} | {{outputs.ac_monthly[4] * rate | number: 0}} |
| June | {{outputs.solrad_monthly[5] | number: 2 }} | {{outputs.ac_monthly[5] | number: 0 }} | {{outputs.ac_monthly[5] * rate | number: 0}} |
| July | {{outputs.solrad_monthly[6] | number: 2 }} | {{outputs.ac_monthly[6] | number: 0 }} | {{outputs.ac_monthly[6] * rate | number: 0}} |
| August | {{outputs.solrad_monthly[7] | number: 2 }} | {{outputs.ac_monthly[7] | number: 0 }} | {{outputs.ac_monthly[7] * rate | number: 0}} |
| September | {{outputs.solrad_monthly[8] | number: 2 }} | {{outputs.ac_monthly[8] | number: 0 }} | {{outputs.ac_monthly[8] * rate | number: 0}} |
| October | {{outputs.solrad_monthly[9] | number: 2 }} | {{outputs.ac_monthly[9] | number: 0 }} | {{outputs.ac_monthly[9] * rate | number: 0}} |
| November | {{outputs.solrad_monthly[10] | number: 2 }} | {{outputs.ac_monthly[10] | number: 0 }} | {{outputs.ac_monthly[10] * rate | number: 0}} |
| December | {{outputs.solrad_monthly[11] | number: 2 }} | {{outputs.ac_monthly[11] | number: 0 }} | {{outputs.ac_monthly[11] * rate | number: 0}} |
| Annual | {{outputs.solrad_annual | number: 2 }} | {{outputs.ac_annual | number: 0 }} | ${{outputs.ac_annual * rate | number: 0}} |