11.5.2.7. rheia.CASES.H2_FUEL.h2_fuel.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