calculate_solar_panel_output
Estimate daily and yearly solar panel energy output from system size and sun hours. Input panel watt peak and efficiency loss to get kWh per day and year.
Instructions
Estimate solar panel daily and yearly energy output by location and system size. Use for solar installation sizing. Inputs: kW capacity, latitude, panel orientation, shading %. Returns kWh/day and kWh/year. See list_bundles for related 'energie' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| panel_watt_peak | Yes | Total peak power of the installation in Watts (Wp) | |
| area_m2 | No | Panel surface area in m2 (optional, informational) | |
| hours_sun_per_day | No | Average peak sun hours per day (default 4) | |
| efficiency_loss_pct | No | System efficiency loss percentage (default 15%) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |