Introduction

The main applications of solar energy can be classified into two categories: thermal and photovoltaic systems. In the nature, only 20% of solar radiations incident on a PV module can increase the operating cell temperature, in which its performances are deteriorated [1].

Consequently, the obtained energy conversion is reduced with order of 0.4–0.5% when environmental temperatures are progressively increased [1]. To avoid this drawback, the overheating problem of the conventional PV cells is solved using the proposed cooling system which drops its cell temperatures to those neighboring the nominal temperature range.

The proposed solar system uses the water in the closed circuit in which its cells are cooled down in high temperatures. The advantages of this system are better heat absorption and lower production cost [2, 3]. Therefore, our study focuses on the comparison between the obtained electrical powers by both conventional PV and proposed PVT systems in different atmospheric conditions.

In the modeling step of actual PV/PVT systems, a good choice of the efficient model ensuring more accuracy of the actual system behavior is a key success factor for several analysis studies [4], such as diagnosis, synthesis and robustness of PV/PVT control law step against sensor noises, model parameter uncertainties and PV output power forecast [5]. Therefore, various electrical circuits’ oriented PV models have been proposed in the literature providing some optimal models where different intrinsic physical phenomena occurred in the electricity generation process. Among them, the equivalent circuit based upon a single diode is the most commonly adopted model for PV cells, accounting for the photon-generated current and the physics of the P–N junction of the PV cell.

In the design phase of single diode PV models, some unknown parameters should be well optimized such as the photo-generated current, the diode quality factor, the series and parallel resistors and others. An optimal set of these parameters is determined through solving an optimization problem which is previously formulated by the designer. Its fitness metric function (to be minimized) presents the mean square error given through discrepancy value between model prediction and actual measurement for each sampling time.

In the recent years, many researchers have been interested in designing efficient single diode PV models using some evolutionary computation algorithms such as GA or PSO algorithm or others [6, 7]. Among them, Askarzadeh et al. identified the PV model parameters using the Bird Mating Optimizer BMO algorithm [8]. Fialho et al. determined these parameters through some analytical approaches where the PV system was linked to the electric grid [9]. Ogliari et al. estimated the model parameters by adopting the particle filter in the conventional PV power output forecast [10]. Soon and Low identified the single diode KC65T PV model given by three unknown electrical components, which were optimized by the PSO algorithm based upon log barrier constraint [11]. These unknown electrical components have been identified by Qin and Kimball from field test data using PSO algorithm in which both total solar irradiance and environmental temperature variations are taken into account [12]. These parameters have been identified from combining the GA by the Interior-Point Method IPM by Dizqah et al. [13]. Unfortunately, all proposed models are imprecisely described; the actual solar system behaviors when atmospheric conditions are changed in a wide range, particularly at high environmental temperature as well as the robustness of the developed models have not been considered.

This paper investigates the analysis of the above mentioned problem in which two following main contributions are proposed. The first one is to enhance the obtained electrical properties of the conventional PV system, regardless the effect of various atmospheric conditions. The second one is to decrease the obtained sensitivity of model parameters against environmental temperature variations. Therefore, the obtained electrical properties become depending only on the total solar irradiance variations. As a result, the validity of the proposed model will be extended in wide time range for different weathers such as hot and hazy weathers. The latter presents an important capital, especially, in synthesis control laws ensuring a good tracking of maximum power point MPPT.

The current paper starts in “Tools used for optimization” by introducing the mechanism of both GA and PSO algorithm. In “Circuit model of PV/PVT cells”, the design problem of single diode PV/PVT models is formulated. Its model parameters are then determined through experimental data recorded at different operating points in the “Experimental tests and study cases”. Robustness analysis of obtained PV/PVT models is established where other experimental data recorded at high temperatures and different total solar irradiances are taken into account. Finally, the current paper is ended by a conclusion given in “Conclusion”.

Tools used for optimization

GA optimization

The GA is a heuristic method that simulates the biological evolution, browsing the parameter space. The design of set model parameters are changed according to an evolutionary process based upon genetic rules where some chromosomes may be modified (crossover, mutation, selection…, etc.). In the optimization problem, each variable defines a gene in chromosome. However, the set of chromosomes evolves by different operations modeled on genetic laws to an optimal chromosome [6]. The GA algorithm procedure consists of the following steps:

Step 1: Generate randomly \( N_{\text{p}} \) chromosomes on initial population in the search space with

$$ {\text{chromosome}}_{\ell } = \left[ {X_{1} , \ldots ,X_{n} } \right]{\text{where}} X_{ \hbox{min} } < X_{1, \ldots ,n} < X_{ \hbox{max} } \;{\text{and}}\;\ell = 1,2, \ldots ,N_{\text{p}} . $$

Step 2: Calculate the fitness function for each chromosome.

Step 3: Apply the following operators:

  1. a.

    Perform reproduction, i.e., select the best chromosomes with probabilities based upon its fitness function values.

  2. b.

    Perform crossover on chromosomes selected in the above step by crossover probability.

  3. c.

    Perform mutation on chromosomes generated in the above step by mutation probability.

Step 4: If the stopping condition is reached or the optimum solution is obtained, the process can be stopped. Otherwise, repeat Steps 2–4 until the stop condition is achieved.

Step 5: Get the optimal solution \( X^{*} \) corresponding to the best fitness function value \( X^{*} = \mathop {\hbox{min} }\nolimits_{{X_{i}^{j} }} (J(X_{i}^{j} ), \forall i, j). \)

PSO optimization

PSO is a meta-heuristic optimization method presented, for the first time, by Kennedy and Eberhart [14]. Their idea was inspired through the social behavior and the ability of a bird flocking or a fish migration. The PSO algorithm uses a swarm consisting of \( n_{\text{p}} \in {\mathbb{N}} \) articles, i.e., \( (X_{i} )_{{i = 1,2, \ldots ,n_{\text{p}} }} , \) to search the sub-optimal solution \( X^{*} \in {\mathbb{N}}^{q \times 1} \) that minimizes the fitness function \( J(X) \in {\mathbb{R}} \). The position and velocity vectors of \( i{\text{th}} \) particle are, respectively, given by \( X_{i} = (X_{i,1} ,X_{i,2} , \ldots ,X_{i,q} )^{T} \) and \( V_{i} = (V_{i,1} ,V_{i,2} , \ldots ,V_{i,q} )^{T} \). These vectors are evolved through the following updated laws:

$$ \left\{ {\begin{array}{*{20}l} {V_{i}^{\ell + 1} = c_{0} \cdot V_{i}^{\ell } + c_{1} \cdot r_{1, i}^{\ell } \cdot (X_{i}^{{{\text{best}}, l}} - X_{i}^{\ell } ) + c_{2} \cdot r_{2, i}^{\ell } \cdot (X_{\text{swarm}}^{{{\text{best}}, \ell }} - X_{i}^{\ell } )} \hfill \\ {X_{i}^{\ell + 1} = X_{i}^{\ell } + V_{i}^{\ell + 1} } \hfill \\ \end{array} ,} \right. $$
(1)

where \( \ell = 1,2, \ldots ,\ell_{ \hbox{max} } \) and \( \ell_{ \hbox{max} } \) is the maximum number of iterations that should previously chosen by the user [8, 9]. \( c_{0} ,c_{1} \) and \( c_{2} \) are, respectively, the inertia factor, the cognitive (individual) and the social (group) learning rates. \( r_{1, i}^{\ell } \) and \( r_{2, i}^{\ell } \) are random numbers that are uniformly distributed in \( \left[ {0, 1} \right] \) \( X_{i}^{{{\text{best}},\text{ }\ell }} \) and \( X_{\text{swarm}}^{{{\text{best}},\ell }} \) are, respectively, the best previously obtained position of the particle i and the best obtained position in the entire swarm at the current iteration \( \ell \) where [15, 16]:

$$ \left\{ {\begin{array}{*{20}c} {X_{i}^{{{\text{best}}, \ell }} = \mathop {\hbox{min} }\nolimits_{{X_{i}^{j} }} \left\{ {J(X_{i}^{j} ), 0 \le j \le \ell } \right\} } \\ {X_{\text{swarm}}^{{{\text{best}}, \ell }} = \mathop {\hbox{min} }\nolimits_{{X_{i}^{\ell } }} \left\{ {J(X_{i}^{\ell } ), \forall i} \right\} } \\ \end{array} .} \right. $$
(2)

The PSO algorithm consists of the following step-procedures [16]:

Step 1: Initialize the \( n_{\text{p}} \) particles with randomly chosen position, which should be previously constrained by \( \varOmega \in (X_{ \hbox{min} } , X_{ \hbox{max} } ) \) where \( X_{ \hbox{min} } \le X_{i} \le X_{ \hbox{max} } \). Afterward, evaluate the corresponding objective function at each position. Finally, set the iteration number \( \ell = 0 \) and determine the initial solutions \( X_{i}^{{{\text{best}}, 0}} \) and \( X_{\text{swarm}}^{{{\text{best}}, 0}} \) using Eq. (2). Go to the next step.

Step 2: Check termination criterion. If it is satisfied, the algorithm terminates with the solution. Otherwise, go to the next step.

Step 3: Apply updates (1) and (2) to all particles and evaluate the corresponding objective function at each position again. Afterward, set the iteration number \( \text{ }\ell \text{ } \) \( \text{ }\ell + 1 \) and determine \( X_{i}^{{{\text{best}},\text{ }\ell }} \) and \( X_{\text{swarm}}^{{{\text{best}},\text{ }\ell }} \). Go back to step 2. For simplicity, the termination criterion in step 2 is set as a maximum number of iteration \( \ell_{\hbox{max} } \)

Circuit model of PV/PVT cells

Mathematical model of PV/PVT modules

The following equivalent electrical circuit based on a single diode is commonly used in modeling step of PV/PVT cells:

According to Fig. 1, the electrical circuit model of PV/PVT cells consists of a current source assembled in parallel with a diode. A series resistor and a parallel resistor are added to describe the dissipation phenomena inside PV/PVT cells [17,18,19]. According to the equivalent circuit, the following expressions are established [20,21,22]:

$$ I_{\text{pv}} = I_{\text{ph}} - I_{\text{D}} - \frac{{V_{\text{pv}} + R_{\text{s}} \cdot I_{\text{pv}} }}{{R_{\text{p}} }}, $$
(3)

where \( I_{\text{ph }} \) the photo-generated current, \( I_{\text{pv}} \) and \( V_{\text{pv}} \) are, respectively, the output current and the output voltage provided by the solar cell. \( I_{\text{D}} \) the diode current given by:

$$ I_{\text{D}} = I_{0} \cdot \left( { - 1 + e^{{\left[ {q \cdot \frac{{V_{\text{pv}} + R_{\text{s}} \cdot I_{\text{pv}} }}{{K \cdot T_{\text{a}} }}} \right]}} } \right), $$
(4)

where \( I_{\text{o}} \) is the reverse saturation current of the diode defined by:

$$ I_{0} = \sqrt[n]{{\left( {\frac{{T_{\text{a}} }}{{T_{n} }}} \right)^{3} }} \cdot \frac{{I_{\text{sc}} }}{{ - 1 + e^{{\left[ {q \cdot \frac{{V_{\text{pv}} + R_{\text{s}} \cdot I_{\text{pv}} }}{{K \cdot T_{\text{a}} }}} \right]}} }} \cdot e^{{\left[ {\frac{{q \cdot V_{\text{g}} }}{{n \cdot \left( {\frac{1}{{T_{\text{a}} }} - \frac{1}{{T_{n} }}} \right)}}} \right]}} , $$
(5)

Where n denotes the diode ideality factor. Moreover, the photo-generated current \( I{}_{\text{ph}} \) is defined by:

$$ I_{\text{ph}} = \frac{{G_{\text{a}} }}{{G_{n} }}\left[ {I_{\text{sc}} + K_{I} (T_{\text{a}} - T_{n} )} \right], $$
(6)

where \( T_{\text{a}} \) is the absolute temperature, \( T_{n} \) is the nominal temperature given at Standard Test Conditions (STC), i.e., \( T_{n} = 25\,^\circ {\text{C, }}K_{I} \) is the constant weighting the temperature discrepancy \( \Delta T = T_{\text{a}} - T_{n} ,\,G_{\text{a}} \) is the total solar irradiance and \( G_{n} \) is the nominal total solar irradiance given at STC, i.e., \( G_{n} = 1000{\text{W/m}}^{2} \). According to Eq. (6), the maximum photocurrent \( I_{\text{phmax}} \) is determined when \( T_{\text{a}} \) and \( G_{\text{a}} \) reach its nominal values, i.e., \( T_{\text{a}} = T_{n} , \) and \( G_{\text{a}} = G_{n} \). It yields in fact \( I_{\text{phmax}} = I_{\text{sc}} \). Moreover, the short resistor current \( I_{\text{sc}} \) is given when the series resistance is low enough and the shunt resistance is high enough. Therefore, \( I_{\text{ph}} \) should be limited by the upper bound \( I_{\text{sc}} \). Table 1 summarizes the meaning and the corresponding value of diverse electrical components.

Fig. 1
figure 1

Equivalent electrical circuit of PV/PVT cells

Table 1 Values used in equivalent electrical circuit

Formulation of the optimization problem

The desired single diode PV/PVT models have four unknown variables which are regrouped in the following design vector:

$$ X = (I_{\text{ph}} , n, R_{\text{s}} ,R_{\text{p}} )^{T} . $$
(7)

The optimal vector \( X^{*} \) is determined from minimizing the mean square error (MSE) criterion, in which the fitness function for a sampled point \( k \) is given by:

$$ J_{k} (X) = I_{\text{pvm}} (k) - I_{\text{pve}} (k) , $$
(8)

where \( I_{{{\text{pv}}_{\text{m}} }} (k) \) is the predicted load current determined from Eqs. (3)–(5), \( I_{\text{pve}} (k) \) is the sampled load current given through actual PV and PVT systems at sampling time \( k \). Furthermore, the fitness function of one set of PV/PVT parameters for \( N \) sampled points is given by:

$$ \mathop {\hbox{min} }\nolimits_{X} J(X) = \mathop {\hbox{min} }\nolimits_{{X_{\hbox{min} } < X < X_{\hbox{max} } }} \left\{ {\frac{1}{N}\mathop \sum \nolimits_{k = 1}^{N} \left[ {I_{\text{pvm}} (k) - I_{\text{pve}} (k)} \right]^{2} } \right\}. $$
(9)

Experimental tests and study cases

The comparative study has been presented here for two solar systems based upon ISOFOTON I-50 PV modules. The first one is the conventional PV cell operating without cooling. However, the second one is the proposed PVT cell that previously reinforced against high temperatures by means of the closed water circuit. These solar systems are positioned on the building roof of the applied research unit in renewable energy located in the south of Algeria.

In this study, both PV and PVT panels are inclined by an angle equals to the latitude of the area and each one has two sensors. The first sensor is a K-type thermocouple which measures the absolute temperature using the Campbell CS215 instrument. The second one is installed to measure the total solar irradiance using the Kipp and Zonen CMP21 pyranometer.

All recorded experimental data are carried out by the Agilent 34970 A. The experimental systems are shown in Fig. 2.

Fig. 2
figure 2

Experimental prototype of PV and PVT systems

The typical electrical characteristics provided by both solar systems are summarized in Table 2:

Table 2 Typical electrical characteristics of PV/PVT modules

Note that, in severe weather conditions, absolute temperatures and total solar irradiances change, respectively, within \( 31.5\,^\circ {\text{C}} \le T_{\text{a}} \le 44.5\,^\circ {\text{C}} \) and \( 600\,{\text{W/m}}^{2} \le G_{\text{a}} \le 1050\,{\text{W/m}}^{2} \). The overheating problem of PVT cells is solved using the proposed cooling system which drops the PVT cell temperatures until those neighboring the nominal temperature range, i.e., \( 22.3\,^\circ {\text{C}} \le T_{\text{a}} \le 26.9\,^\circ {\text{C}} \). Consequently, the electrical properties provided by the PVT system depend only on a given total solar irradiance range. On the other side, the total solar irradiance range has been divided on two sub-ranges \( 650\,{\text{W/m}}^{2} \le G_{\text{a}} \le 750\,{\text{W/m}}^{2} \) and \( 800\,{\text{W/m}}^{2} \le G_{\text{a}} \le 1050\,{\text{W/m}}^{2} \) in which the same obtained electrical properties by the actual PVT system may be conserved. For that reason, two experimental measurements were performed in the modeling phase the actual PVT behavior. These perfect modeling requirements occur in the month of April, especially, from starting times 10h00 and 14h00. For both actual PV and PVT systems, experimental data were recorded every 30 s, in a clear day during the month of April 2015 from 10h00 to 12h30, yielding to 300 sampled measurements. In the same way, a second set of 300 other sampled measurements were recorded from 14h00 to 16h30. Therefore, a total set of \( N = 600 \) sampled measurements were recorded. During the first \( N = 300 \) measurements, the mean absolute temperatures and the mean total solar irradiances varied around \( T_{\text{a}} = 22.3\,^\circ {\text{C}} \) and \( G_{\text{a}} = 700.6544\,{\text{W/m}}^{2} \), respectively. On the other hand, during the second \( N = 300 \) measurements the mean absolute temperatures and the mean total solar irradiances varied around \( T_{\text{a}} = 26.9\,^\circ {\text{C}} \) and \( G_{\text{a}} = 900.3362\,{\text{W/m}}^{2} \), respectively. The recorded experimental data are then stored in an on-board SD card for an off-line PV and PVT model parameters extraction. Its optimal sets are given by the GA and PSO algorithm using the following lower and upper boundary constraints:

$$ \underbrace {{\left[ {\begin{array}{*{20}c} 0 \\ 1 \\ 0 \\ 0 \\ \end{array} } \right]}}_{{X_{ \hbox{min} } }} \le \left[ {\begin{array}{*{20}c} {I_{\text{ph}} } \\ n \\ {R_{\text{s}} } \\ {R_{\text{p}} } \\ \end{array} } \right] \le \underbrace {{\left[ {\begin{array}{*{20}c} {I_{\text{sc}} } \\ 2 \\ { \inf } \\ { \inf } \\ \end{array} } \right]}}_{{X_{ \hbox{max} } }}. $$
(10)

Tables 3 and 4 summarize the tuning parameters of the GA and PSO algorithm, which are given according to some guidelines proposed in [23,24,25]:

Table 3 PSO parameters
Table 4 GA parameters

Note that the GA and PSO algorithm are executed 20 times. After that, the best obtained fitness value is considered to design the single diode PV and PVT models.

Design of PV and PVT models

Design of first PV and PVT models

Note that one of most important factors that validate the GA and PSO algorithm is the best value of the fitness function which should be lower as much as possible. Therefore, Fig. 3 shows the obtained fitness plots provided through GA and PSO algorithm during the extraction process of the first PV/PVT model parameters where the best minimization of the cost function is presented by the dashed blue line.

Fig. 3
figure 3

Obtained fitness curves through GA and PSO algorithm for the first PV/PVT models

According to Fig. 3, it is easy to observe that the GA converges within 50 generations whereas the PSO algorithm converges within 160 generations yielding also the best MSE minimization. The obtained first PV and PVT model parameters are summarized in Table 5 in which the best parameters are mentioned in bold:

Table 5 Identification results of first PV and PVT models

To confirm these results, Fig. 4 compares the actual current–voltage characteristics provided by the proposed PVT system with those determined through its corresponding first PVT models. In addition, Fig. 5 compares the above mentioned characteristics given through the conventional actual PV system and its corresponding first PV models.

Fig. 4
figure 4

Obtained current–voltage characteristics by the actual PVT system and its corresponding first PVT model

Fig. 5
figure 5

Obtained current–voltage characteristics by the actual PV system and its corresponding first PV model

According to Figs. 4 and 5, the current–voltage characteristics, provided by actual PV and PVT systems, matched as close as possible with those given by the first PV and PVT models where the best results are ensured by the PSO algorithm. Now, the obtained actual and predicted power–voltage characteristics are compared in Fig. 6:

Fig. 6
figure 6

Obtained power–voltage characteristics by the actual PV and PVT systems and its corresponding first PV and PVT models based upon PSO algorithm

According to Fig. 6, it is easy to observe that the obtained actual power–voltage characteristics are closely matching those determined through the corresponding models. This figure confirms also that the obtained power energy is enhanced by the actual PVT system with a maximal value of \( P_{\text{PVT}} = 26.19 {\text{Watts}} \) given at the voltage \( V = 14.66 {\text{Volts}} \). This maximal power is better than the one provided by the conventional PV system in which its maximal power reaches \( P_{\text{PV}} = 25.9 {\text{Watts}} \) at the voltage \( V = 14.50 {\text{Volts}} \). Note that, this comparison does not reduce the GA efficiency, as it will be shown in the next section.

Design of second PV and PVT models

In this section, the same tuning parameters summarized in Tables 3 and 4 are used. Therefore, Fig. 7 shows the obtained fitness plots provided through GA and PSO algorithm during the extraction process of the second PV and PVT model parameters where the best minimization of the cost function is presented by the dashed blue line.

Fig. 7
figure 7

Obtained fitness curves through GA and PSO algorithm for the second PV/PVT models

According to Fig. 7, it is easy to observe that the best fitness values obtained by GA and PSO algorithm are, respectively, provided within 50 and 175 generations, in which the best results are ensured by the GA. Note, the obtained second PV and PVT model parameters are summarized in Table 6 in which the best parameters are mentioned in bold.

Table 6 Identification results of second PV/PVT models

According to Table 6, it is easy to observe that the best minimization of the MSE criterion is performed by using the GA.

To confirm these results, Fig. 8 compares the actual current–voltage characteristics provided by the proposed PVT system with those determined through its corresponding second PVT models. In addition, Fig. 9 compares the above mentioned characteristics given through the conventional actual PV system and its corresponding second PV models.

Fig. 8
figure 8

Obtained current–voltage characteristics by the actual PVT system and its corresponding second PVT model

Fig. 9
figure 9

Obtained current–voltage characteristics by the actual PV system and its corresponding second PV model

According to Figs. 8 and 9, the obtained current–voltage characteristics by the second PV and PVT models are matched as close as possible with those given through the actual PV and PVT systems where the GA gives the best models.

For this reason, only the second PV and PVT models based upon the GA are used to compare its power–voltage characteristics with those determined through the actual PV and PVT systems.

According to Fig. 10, it is clear to observe that the obtained power energy by the actual PVT system has the peak value \( P_{\text{PVT}} = 30.48\,{\text{Watts}} \) \( V = 13.6\,{\text{Volts}} \), which is better than the one provided by the actual PV system in which \( P_{\text{PV}} = 29.75\,{\text{Watts}} \) at \( V = 13.30\,{\text{Volts}} \).

Fig. 10
figure 10

Obtained power–voltage characteristics by the actual PV and PVT systems and its corresponding second PV and PVT models based upon GA

Validation of the obtained PV and PVT models

In this section, both first PV and PVT models based upon PSO algorithm and both second PV and PVT models based upon GA are validated in severe atmospheric conditions, which are recorded in July 2015.

Table 7 summarizes the given absolute temperatures and the total solar irradiances at different times.

Table 7 Absolute temperatures and total solar irradiances used for PV and PVT models validation

According to Table 7 the five power–voltage curves obtained by actual PV and PVT systems are compared with those provided by its corresponding models. The proposed comparisons are established according to the given total solar irradiance range. Figures 11 and 12 compare the given power–voltage characteristics provided by actual PV and PVT systems and both first and second PV and PVT models.

Fig. 11
figure 11

Comparison between the actual power–voltage characteristics and those given by the first PV and PVT models using the PSO algorithm

Fig. 12
figure 12

Comparison between the actual power–voltage characteristics and those given by the second PV and PVT models using the GA

According to Figs. 11 and 12 the maximal powers provided by the actual PV and PVT systems can be arranged as the following histogrammes:

Table 8 compares the given maximal powers in different weather conditions.

Table 8 The obtained maximal powers in different weather conditions compared with those given by the proposed models where the best results are mentioned in bold

According to Figs. 13 and 14, it is obvious to confirm the following three main results:

Fig. 13
figure 13

Validation of the PVT models within the severe atmospheric conditions

Fig. 14
figure 14

Validation of the PV models within the severe atmospheric conditions

  • In high temperatures, the proposed PVT models ensure better robustness properties than those provided by the conventional PV models.

  • The proposed PVT models have the ability to well model the actual PVT measurement regardless the severe atmospheric conditions.

  • The proposed cooling system ensures the best electrical powers which become stationary in two different irradiation ranges and independently of temperature variations.

Conclusion

In this paper, the water-cooled PVT system is well modeled by two single diode PVT models according to the two total solar irradiance ranges and the absorbed temperature system. The optimal set of the PVT model parameters are identified through experimental data using both evolutionary optimization algorithms such as GA and PSO. The given current–voltage and power–voltage curves by the actual PV and PVT systems are compared to those given by the proposed PV and PVT models in nominal atmospheric conditions. The robustness of the best PV and PVT models are verified in severe atmospheric conditions in which the PVT model becomes more advantageous than the conventional PV one from an energetic point of view. So, the proposed PVT model becomes interesting for practical uses.