breos.plotting.plot_weather_annual_ghi_distribution#

breos.plotting.plot_weather_annual_ghi_distribution(annual_ghi_per_year, tmy_annual_ghi, hist_annual_ghi_mean, results_dir, filename='annual_ghi_distribution.png')[source]#

Histogram of annual GHI values across historical years with TMY and mean lines.

Parameters:
  • annual_ghi_per_year (Series) – Series of annual GHI totals, one per historical year.

  • tmy_annual_ghi (float) – TMY annual GHI total.

  • hist_annual_ghi_mean (float) – Mean of historical annual GHI totals.

  • results_dir (str) – Directory to save the plot.

  • filename (str) – Output filename.

Return type:

None