11.5.3.9. rheia.CASES.H2_POWER.h2_power.Evaluation.quantify_mpp

Evaluation.quantify_mpp(sol_irr, t_amb, pv_system)

Quantify the maximum power of the photovoltaic array for a given solar irradiance and ambient temperature.

Parameters
  • sol_irr (float) – The solar irradiance [W/m2].

  • t_amb (float) – The ambient temperature [C].

  • pv_system (pandas.core.series.Series) – The pv system characteristics

Returns

pmp – The maximum power.

Return type

float