Forecasting
Ecosuite supports multiple methods for forecasting long term generation for a project, with the most accurate taking precedence:
AC Energy
Irradiance
System Size
AC Energy
A monthly profile of AC Energy (kWh) is forecast for the System using a tool like Helioscope or PVWatts. These estimates are considered very accurate taking a number of variables and factors into account.
We then apply the Annual Panel Degradation
configured on the System's Solar Array to forecast degraded performance over time.
Irradiance
A monthly profile of Irradiance (Wh/m2/day) is forecast for the System. These Irradiance hours are then passed into the same calculation used to calculated Expected Generation (which is calculated using actual observed Irradiance) using the System's Solar Array configuration (or PvLib if that is activated):
IrradianceHours
* panelArea
* panelEfficiency
* performanceRatio
* arrayTiltFactor
We then apply the Annual Panel Degradation
configured on the System's Solar Array to forecast degraded performance over time.
System Size
The most basic forecast is calculated using the DC Size of the System:
dcSize
* productionPerPeak (productionPerPeak defaults to 1270 if not configured)
This yearly generation then has monthly weighting applied to it to calculate the monthly forecast.
e.g.
Month
Production (pct. of total)
January
4.34%
February
5.96%
March
8.43%
April
9.54%
May
11.18%
June
12.44%
July
11.54%
August
11.34%
September
8.78%
October
7.56%
November
4.71%
December
4.18%
We then apply the Annual Panel Degradation
configured on the System's Solar Array to forecast degraded performance over time.
Pro Forma forecasting
When a System is available it’s configuration takes precedence when forecasting generation, however in the early stages of a project only the Pro Forma configuration is available. In this case the same System Size calculation above is performed for financial forecasting but using the values on the Pro Forma:
System Size (kW DC)
System Production (kWh/kWp)
Degradation (%)
in place of the ones that would normally come from the System
Technial note: generation is forecast in both the energy
and finance
services, the finance service being a simpler implementation as it only aggregates by month but also needs to take Pro Forma configuration into account
Last updated