Next Article in Journal
Renewable Energy Communities as Modes of Collective Prosumership: A Multi-Disciplinary Assessment, Part I—Methodology
Next Article in Special Issue
Parameter Identification of Electrical Equivalent Circuits including Mass Transfer Parameters for the Selection of the Operating Frequencies of Pulsed PEM Water Electrolysis
Previous Article in Journal
Photovoltaic Power Generation Forecasting for Regional Assessment Using Machine Learning
Previous Article in Special Issue
Effect of Airflow Non-Uniformities on the Thermal Performance of Water–Air Heat Exchangers—Experimental Study and Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Forecasting Hydrogen Production from Wind Energy in a Suburban Environment Using Machine Learning

1
School of Mechanical and Manufacturing Engineering (SMME), National University of Sciences and Technology (NUST), Islamabad 44000, Pakistan
2
Artificial Intelligence for Mechanical Systems (AIMS) Laboratory, School of Interdisciplinary Engineering and Sciences (SINES), National University of Sciences and Technology (NUST), Islamabad 44000, Pakistan
3
Department of Computer Science, National University of Technology (NUTECH), Islamabad 44000, Pakistan
4
U.S.-Pakistan Center for Advanced Studies in Energy (USPCAS-E), National University of Sciences and Technology (NUST), Islamabad 44000, Pakistan
*
Author to whom correspondence should be addressed.
Submission received: 27 October 2022 / Revised: 22 November 2022 / Accepted: 23 November 2022 / Published: 24 November 2022

Abstract

:
The environment is seriously threatened by the rising energy demand and the use of conventional energy sources. Renewable energy sources including hydro, solar, and wind have been the focus of extensive research due to the proliferation of energy demands and technological advancement. Wind energy is mostly harvested in coastal areas, and little work has been done on energy extraction from winds in a suburban environment. The fickle behavior of wind makes it a less attractive renewable energy source. However, an energy storage method may be added to store harvested wind energy. The purpose of this study is to evaluate the feasibility of extracting wind energy in terms of hydrogen energy in a suburban environment incorporating artificial intelligence techniques. To this end, a site was selected latitude 33.64° N, longitude 72.98° N, and elevation 500 m above mean sea level in proximity to hills. One year of wind data consisting of wind speed, wind direction, and wind gust was collected at 10 min intervals. Subsequently, long short-term memory (LSTM), support vector regression (SVR), and linear regression models were trained on the empirically collected data to estimate daily hydrogen production. The results reveal that the overall prediction performance of LSTM was best compared to that of SVR and linear regression models. Furthermore, we found that an average of 6.76 kg/day of hydrogen can be produced by a 1.5 MW wind turbine with the help of an artificial intelligence method (LSTM) that is well suited for time-series data to classify, process, and predict.

1. Introduction

Increasing energy demands resulting from rapid industrial digitization and urbanization of the world’s population coupled with the necessity of cleaner environments and emissions control has led to exponentially expanding interest in renewable and sustainable energy resources [1,2,3]. Hydro power and solar and wind energy constitute the main renewable sources of energy. Hydropower contributes 29%, and the cumulative contribution of solar and wind energy is 6% of the total energy consumption of Pakistan, as shown in Figure 1a based on data provided in [4]. These contributions the fulfilling of energy needs are expected to grow by 33% and 12%, respectively, by 2025, as indicated in Figure 1b based on data provided in [5]. Hydro power has a significant environmental impact on natural waterways, although dams are expensive to build and depend on natural reserves [6]. Whereas solar energy has a significant footprint throughout the day, during the night, another energy source is required to fulfil energy demands. Subsequently, environmental factors have a considerable impact on the efficiency of solar PV systems, including bifacial panels [7,8,9]. Wind energy provides a reasonable alternative; however, its integration into the energy grid is hindered by its intermittent nature [10].
In this study we propose a method to store wind energy in terms of hydrogen as a reasonable solution, as well as the use of artificial intelligence/machine learning (AI/ML) as a tool to assess the potential of the proposed solution. In conventional energy sources, energy storage occurs before electric power generation in the form of the primary resources of coal, gas, uranium, or oil. Electricity is generated according to demand by thermal power plants. However, the production of renewable energy from wind is detached from energy demand, and it is necessary to store energy after the wind turbines harvest it. A theme-based literature review is summarized in Table 1.
Researchers are continuously working on improved methods for clean, green energy sources. The focus of this study is a novel approach to hydrogen harvesting using artificial intelligence for its efficient production. Using wind (speed, direction, gust, etc.) as an inputs machine learning algorithms forecast hydrogen production in Islamabad (Pakistan’s Capital) as their output. Furthermore, the proposed method saves time and implementation costs by pre-estimation of clean green energy through a mathematical model based on sample data. An added advantage of implementing machine learning is that with the help of historical wind data, computer systems can perform special tasks to identify the pattern of wind speed and automatically predict the next stage, automatically learning and improving on past experiences. Among others, long short-term memory (LSTM), support vector regression (SVR), and linear regression architectures are used in this particular study, in consideration of the continuous data type.

2. Methodology

Prior to forecasting, one year of data was acquired to ensure that the seasonal variation was captured for a suburban environment. The primary input for the machine leaning models was a series of data sets that were collected over the course of year to capture seasonal variation. The data sets include values for wind gust, wind direction, and wind speed that were recorded in 10 min intervals for the optimal prediction outcomes. The data sets of wind speed, wind direction, and wind gust acquired with the help of an anemometer were runt through machine leaning algorithms to train the models. Among all the trained models, the best-predicting model was utilized for estimation of hydrogen production implementing PEM. A comparison was drawn with estimated hydrogen production from the measured wind speed data acquired from the instrument and the predicted hydrogen production potential of AI-predicted wind speed for the same time span. The obtained results are discussed in subsequent sections.

2.1. Appratus

The apparatus used to quantify the speed of wind was an NRG 40H anemometer [55], which is suitable for an electrically noisy environment and compatible with instruments that require a square wave signal. It is also used in small wind turbines as a control sensor, whereas in high-speed winds, it triggers the PV tracker to stow. A high-level square-wave voltage signal is generated that is compatible with the frequency of the wind speed. A wide range of industrial instruments is compatible with the signal. The instrument specifications are as follow: 3-cup anemometer sensor with a range of 1 m/s to 96 m/s (2.2 mph to 215 mph), and output signal range of 0 Hz to 125 Hz, and a threshold speed of 0.78 m/s (1.75 mph). The operating conditions were as follows: supply voltage, 5 V to 26 V DC; supply current, 9 mA maximum; operating temperature and humidity ranges, −55 °C to 60 °C (−67 F to 150 F) and 0 to 100% RH, respectively. The swept diameter of the rotor is 190 mm (7.5 inches).

2.2. Machine Learning: Training and Testing Models

The long short-term memory (LSTM) model was used in deep learning as an artificial recurrent neural network. LSTM is distinct from the other models, as it includes feedback connections. LSTM has a wide range of applications, such as handwriting recognition, network traffic detection (anomaly), intrusion detection, etc. Essentially, gates of an LSTM unit comprise a cell, input gate, forget gate, and output gate. The cell stores the values for a certain period of time, and the gates process the information into and out of the cell. The network serves best in categorizing, processing, and forecasting based on time series data. A detailed study was presented by Young on LSTM cells and architecture [56]. The hyperparameters, which were set before the training of the model are hidden neuron: 300, layers: 2, and Learning rate: 0.01.
Support vector regression (SVR) is another technique used to predict wind speed for hydrogen production. In SVM, the rate of error is minimized, whereas in the case of SVR, the error is fixed within a certain limit. This enables definition the extent to which an error is acceptable in our model to fit the data. The maximum error we set is called epsilon, and it can be adjusted to obtain the desired accuracy. Another method adopted for prediction of hydrogen production is linear regression, which is used to predict relationships between two variables. The technique involves the observation of data by fitting a linear equation. All the methodologies adopted herein are used to compare hydrogen production forecasting methods. The methods mentioned above can provide an overview of the extent to which wind energy can be harvested in a particular area, resulting in hydrogen production. Artificial intelligence enables the use of the information predicted by the models, such that if a reasonable amount of hydrogen production is predicted for a particular site, only then can the installation of turbines be executed. This methodology saves time and cost associated with the production of green energy.
A proton-exchange membrane (PEM) electrolyzer utilizes the electrical energy generated by wind turbines and produces hydrogen. The recorded data sets from the sensor (data measured with the help of an NRG 40H anemometer) and predicted data sets from AI models were compared for validation of the results, which are presented in Section 3. For ease of understanding and visualization, MATLAB was used to generate graphs. The whole mechanism can be separated into three stages, i.e., the wind turbine, the inverter (AC/DC), and the PEM electrolyzer (Figure 2). Figure 3 presents the workflow diagram displaying the process involved in the prediction process of wind speed data sets. The data sets were acquired by an NRG40H anemometer and fed into the training models (LSTM, SVR, and LR). The generation of hydrogen was then quantified using the predicted data that was acquired through the machine learning approach.

2.3. Harvesting Hydrogen from Wind Power

To obtain the results, some of the parameters were fixed; for example the efficiency of electrolyzer was set as 75% [57], and the efficiency of the wind turbine ranged from 35% to 45%, as in [47]. In this study, the turbine efficiency was set at 40%, and the rotor diameter was set at 77 m [58]. The rotor diameter plays a significant role in increasing or decreasing wind energy. As the diameter increases, the swept area also increases, resulting and an upsurge in wind energy and vice versa. Hence, a direct relationship exists between rotor diameter and wind energy. The lower heating value of hydrogen was designated as 33.3 kWh/kg, and the density of air was set to 1.225 kg/m3.
A wind turbine is used to convert mechanical power into electrical power. The electrical output power can be estimated according to [47] and [59]:
P w t = 1 2   V 3 η w t ρ a i r A w t C p , w t
where V is the speed of wind measured in m/s; η w t is the efficiency of the wind turbine, assumed to be 40%; ρ a i r   is the density of air, equal to 1.225 kg/m3; A w t     is the swept area; and   C p , w t is wind turbine power coefficient. The following relation can be used to compute the net input energy.
P i n p u t = 1 2 ρ a i r A w t V 3
The power output by the generator of the wind turbine is further processed through an AC/DC converter and utilized by the proton-exchange membrane electrolyzer (PEM). The PEM splits the water into its basic constituents, i.e., hydrogen and oxygen, through electrolysis. The electricity used by the PEM is obtained from the wind turbines. The rate of hydrogen production gained by the PEM electrolyzer can be computed with the help of the following relation [60].
N ˙ H 2 = J e l 2 F
where J e l is the density of the current, F is Faraday’s constant, and   N ˙ H 2 represents the hydrogen mole flow. The amount of hydrogen mass produced from the input of wind energy in kg/h is given by [57,58].
M H 2 = η e l P w t L H V H 2
where M H 2   represents the produced mass of hydrogen, η e l   indicates the efficiency of the electrolysis process, P w t   is the wind power input to the electrolyzer, and by   L H V H 2 . Represents the lower heating value for hydrogen. Another relation used to estimate wind turbine output energy is [58].
P w t = E o u t
E o u t = C F P r T
Here, P r   is defined as the wind-turbine-rated power, and C F   is the capacity factor [58]. The cost of production of wind energy can also be estimated by the capacity factor.
C F = P o u t P r
The overall energy and exergy efficiencies of wind-power-based hydrogen production can be calculated as follows [61].
η w i n d = m ˙ H 2 L H V H 2 P i n p u t
Ψ w i n d = m ˙ H 2 e x H 2 P i n p u t

3. Results and Discussions

The aim of this study was to utilize a clean, green energy source and store it in an environmentally friendly, cost-effective manner. The prediction of wind speed leads us to estimate the hydrogen production for the city of Islamabad. The technique adapted in this study is flexible and can be implemented for any region in the world. Predicted wind speed estimates the hydrogen production using three machine learning algorithms. One added advantage of this research approach is that we can forecast wind direction and install fixed or unidirectional wind turbines to optimize generation. The graphs for absolute errors and standard deviation of wind speed and wind direction are shown below.
K-fold cross validation was applied to algorithms used in this research. The results are discussed below, with 10 folds taken for each case. Figure 4 shows the wind speed variation in K folds compared with the mean absolute error and standard deviation among all the machine learning approaches applied in this study. Similarly, Figure 5 shows the wind direction variation in K folds comparing the mean absolute error and standard deviation of the wind direction.
Results show in Figure 4 and Figure 5 clearly indicate that of all the techniques applied in this study, LSTM has the lowest mean absolute error and standard deviation, with a consistent line, i.e., no fluctuations as compared to the other techniques. The performance of the machine learning methods was evaluated based on the mean absolute error and standard deviation. Among all the models, LSTM has the lowest mean absolute error of up to 0.7 m/s, whereas the other models reached up to 1.1 m/s with fluctuations.
Furthermore, based on the accuracy graph, LSTM was chosen for prediction of wind speed and wind direction. Figure 6 demonstrates the accuracy of the measured wind speed vs. predicted wind speed. The average accuracy was found to be 78.66%. Data for the preceding two days are taken into account for the prediction of the succeeding two days. The interval time is set to 10 min.
The data sets of measured wind speed and predicted wind speed are plotted together for ease of understanding. The predicted wind speed conforms closely to the actual, measured wind speed, as shown in Figure 7. Furthermore, a bar chart was used to represent the average hydrogen produced in an hour per day in Figure 8. With the exception of a few bars caused by unusual wind gusts, the predicted values of average wind speed per day are roughly comparable to the measured values. Barring unusual wind gusts, there is a small margin between the predicted and observed values.
The relationship between the average hydrogen production per hour in one day vs. total hydrogen production per day appears to be closely linked, as indicated in Figure 9. These results were obtained in Islamabad; however this forecasting method can be applied to an optimal location for maximum hydrogen production. By forecasting hydrogen production in such a manner, investments can be made at optimal locations to harvest more energy. Figure 10 shows the rate of hydrogen production by the predicted wind speed for the month of August. The same graph is expanded for improved visualization, as shown in Figure 11, which demonstrates the rate of hydrogen production on a daily basis. The result shows that the rate of production increases during daytime and decreases at night, and the rate of hydrogen reaches its maximum value around noon. The rate of production starts increasing at 1000 h and starts decreasing almost immediately after noon.
The present results may be helpful in predicting other renewable sources with the models used herein or with other models. For this purpose, considerable computational resources will be required for comparative studies to train multiple models incorporating different data set sampling frequencies, time periods, locations of data acquisition, etc. Furthermore, hydrogen storage methods can also be studied to harvest and store energy for later use.

4. Conclusions

In this study, we emphasized the use of machine learning methods to forecast the hydrogen production by a PEM electrolyzer using wind energy from wind turbines. For this purpose, wind speed and wind direction data were collected with the help of an NRG 40 anemometer and an NRG 200 wind direction sensor, respectively, at latitude 33.64° N, longitude 72.98° N, and altitude 500 m above mean sea level. One year of data were K-fold cross-validated using three methods i.e., linear regression, SVR, and LSTM, which was used to forecast the hydrogen production. The output of the model was used to estimate wind energy production in the area under consideration and identify the minimum, maximum, and average energy capacity. Among all the models, LSTM had the lowest MAE and standard deviation wind speed, with values are consistent at around 0.72 m/s and 0.68 m/s, respectively. By implementing the LSTM model, we found that an average of 6.76 kg/day of hydrogen can be produced from a single wind turbine in a selected suburban environment. Moreover, a strong correlation is indicated between wind speed and solar energy, as shown in Figure 11. The wind speed reaches its maximum in the afternoon, resulting in increased hydrogen production, whereas a second production peak occurs around 0200 hrs. The LSTM model provides a satisfactory estimate of hydrogen production potential at the selected site; such forecasts are essential for project planners to effectively harness green energy sources.

Author Contributions

Conceptualization, A.J., M.S., M.R., Y.A. and A.W.; methodology, A.J., M.S. and E.U.; software, A.J., U.J. and M.R.; validation, A.J. and U.J.; formal analysis, A.J., U.J., M.S. and M.R.; writing A.J. and M.S.; supervision, M.S., M.R., E.U., Y.A. and A.W.; funding acquisition, M.S. and M.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Nomenclature

A w t Swept area
C F Capacity factor
C p , w t Power coefficient of wind turbine
FFaraday’s constant
L H V H 2 Lower heating value
LSTMLong short-term memory
LRLinear regression
J e l Current density
M H 2 Mass of hydrogen
N ˙ H 2 Rate of hydrogen production
OTECOcean thermal energy conversion
P r Rated power of the wind turbine
P w t Output power from wind turbine
PEMProton-exchange membrane
SVRSupport vector regression
η e l Efficiency of the electrolysis process

References

  1. Dincer, I. Green methods for hydrogen production. Int. J. Hydrogen Energy 2012, 37, 1954–1971. [Google Scholar] [CrossRef]
  2. Chiari, L.; Zecca, A. Constraints of fossil fuels depletion on global warming projections. Energy Policy 2011, 39, 5026–5034. [Google Scholar] [CrossRef]
  3. Holtsmark, B. A comparison of the global warming effects of wood fuels and fossil fuels taking albedo into account. GCB Bioenergy 2015, 7, 984–997. [Google Scholar] [CrossRef] [Green Version]
  4. Durrani, A.; Khan, I.; Ahmad, M. Analysis of Electric Power Generation Growth in Pakistan: Falling into the Vicious Cycle of Coal. Eng 2021, 2, 296–311. [Google Scholar] [CrossRef]
  5. Power Systems Planning. Indicative Generation Capacity Expansion Plan (2018-40). 2019. Available online: https://nepra.org.pk/Admission%20Notices/2019/09-September/IGCEP%20Plan%20(2018-40).pdf (accessed on 16 March 2022).
  6. Milanović, P. Dams and reservoirs in karst? Keep away or accept the challenges. Appl. Hydrogeol. J. 2021, 29, 89–100. [Google Scholar] [CrossRef]
  7. Iqbal, S.; Khan, S.N.; Sajid, M.; Khan, J.; Ayaz, Y.; Waqas, A. Impact and performance efficiency analysis of grid-tied solar photovoltaic system based on installation site environmental factors. Energy Environ. 2022, 0958305X221106618. [Google Scholar] [CrossRef]
  8. Rasheed, B.; Safdar, A.; Sajid, M.; Ali, S.; Ayaz, Y. Assessment of solar load models for bifacial PV panels. Front. Energy Res. 2022, 1730. [Google Scholar] [CrossRef]
  9. Tsuchida, S.; Nonaka, H.; Yamada, N. Deep Reinforcement Learning for the Optimal Angle Control of Tracking Bifacial Photovoltaic Systems. Energies 2022, 15, 8083. [Google Scholar] [CrossRef]
  10. Albadi, M.; El-Saadany, E. Overview of wind power intermittency impacts on power systems. Electr. Power Syst. Res. 2010, 80, 627–632. [Google Scholar] [CrossRef]
  11. Qureshy, A.M.I.; Dincer, I. A new integrated renewable energy system for clean electricity and hydrogen fuel production. Int. J. Hydrogen Energy 2020, 45, 20944–20955. [Google Scholar] [CrossRef]
  12. HassanzadehFard, H.; Tooryan, F.; Collins, E.R.; Jin, S.; Ramezani, B. Design and optimum energy management of a hybrid renewable energy system based on efficient various hydrogen production. Int. J. Hydrogen Energy 2020, 45, 30113–30128. [Google Scholar] [CrossRef]
  13. Bičáková, O.; Straka, P. Production of hydrogen from renewable resources and its effectiveness. Int. J. Hydrogen Energy 2012, 37, 11563–11578. [Google Scholar] [CrossRef]
  14. Razi, F.; Dincer, I. A critical evaluation of potential routes of solar hydrogen production for sustainable development. J. Clean. Prod. 2020, 264, 121582. [Google Scholar] [CrossRef]
  15. Wang, H.; Xu, J.; Sheng, L.; Liu, X.; Lu, Y.; Li, W. A review on bio-hydrogen production technology. Int. J. Energy Res. 2018, 42, 3442–3453. [Google Scholar] [CrossRef]
  16. Ahmadi, P.; Dincer, I.; Rosen, M.A. Energy and exergy analyses of hydrogen production via solar-boosted ocean thermal energy conversion and PEM electrolysis. Int. J. Hydrogen Energy 2013, 38, 1795–1805. [Google Scholar] [CrossRef]
  17. Mohamed, B.; Alli, B.; Ahmed, B. Using the hydrogen for sustainable energy storage: Designs, modeling, identification and simulation membrane behavior in PEM system electrolyser. J. Energy Storage 2016, 7, 270–285. [Google Scholar] [CrossRef]
  18. Rahil, A.; Gammon, R.; Brown, N. Techno-economic assessment of dispatchable hydrogen production by multiple elec-trolysers in Libya. J. Energy Storage 2018, 16, 46–60. [Google Scholar] [CrossRef]
  19. Taner, T.; Naqvi, S.A.H.; Ozkaymak, M. Techno-economic Analysis of a More Efficient Hydrogen Generation System Prototype: A Case Study of PEM Electrolyzer with Cr-C Coated SS304 Bipolar Plates. Fuel Cells 2019, 19, 19–26. [Google Scholar] [CrossRef] [Green Version]
  20. Arellano-Garcia, H.; Ife, M.R.; Sanduk, M.; Sebastia-Saez, D. Hydrogen Production via Load-Matched Coupled Solar-Proton Exchange Membrane Electrolysis Using Aqueous Methanol. Chem. Eng. Technol. 2019, 42, 2340–2347. [Google Scholar] [CrossRef]
  21. Ghazvini, M.; Sadeghzadeh, M.; Ahmadi, M.H.; Moosavi, S.; Pourfayaz, F. Geothermal energy use in hydrogen production: A review. Int. J. Energy Res. 2019, 43, 7823–7851. [Google Scholar] [CrossRef]
  22. Haris Ishaq, O.S.; Dincer, I. Design and Analysis of a Novel Integrated Wind-Solar-OTEC Energy System for Producing Hydrogen, Electricity, and Fresh Water. J. Sol. Energy Eng. 2019, 141, 061015. [Google Scholar] [CrossRef]
  23. Acar, C.; Dincer, I. Review and evaluation of hydrogen production options for better environment. J. Clean. Prod. 2019, 218, 835–849. [Google Scholar] [CrossRef]
  24. Dehghanimadvar, M.; Shirmohammadi, R.; Sadeghzadeh, M.; Aslani, A.; Ghasempour, R. Hydrogen production technologies: Attractiveness and future perspective. Int. J. Energy Res. 2020, 44, 8233–8254. [Google Scholar] [CrossRef]
  25. Alzahrani, A.; Ramu, S.K.; Devarajan, G.; Vairavasundaram, I.; Vairavasundaram, S. A Review on Hydrogen-Based Hybrid Microgrid System: Topologies for Hydrogen Energy Storage, Integration, and Energy Management with Solar and Wind Energy. Energies 2022, 15, 7979. [Google Scholar] [CrossRef]
  26. Turner, J.; Sverdrup, G.; Mann, M.K.; Maness, P.; Kroposki, B.; Ghirardi, M.; Evans, R.J.; Blake, D. Renewable hydrogen production. Int. J. Energy Res. 2008, 32, 379–407. [Google Scholar] [CrossRef] [Green Version]
  27. Acar, C.; Dincer, I. Comparative assessment of hydrogen production methods from renewable and non-renewable sources. Int. J. Hydrogen Energy 2014, 39, 1–12. [Google Scholar] [CrossRef]
  28. Haider, S.A.; Sajid, M.; Iqbal, S. Forecasting hydrogen production potential in islamabad from solar energy using water electrolysis. Int. J. Hydrogen Energy 2020, 46, 1671–1681. [Google Scholar] [CrossRef]
  29. Ishaq, H.; Dincer, I. Analysis and optimization for energy, cost and carbon emission of a solar driven steam-autothermal hybrid methane reforming for hydrogen, ammonia and power production. J. Clean. Prod. 2019, 234, 242–257. [Google Scholar] [CrossRef]
  30. Wang, Z.; Naterer, G.F. Integrated fossil fuel and solar thermal systems for hydrogen production and CO2 mitigation. Int. J. Hydrogen Energy 2014, 39, 14227–14233. [Google Scholar] [CrossRef] [Green Version]
  31. Elsheikh, A.H.; Sharshir, S.W.; Elaziz, M.A.; Kabeel, A.; Guilan, W.; Haiou, Z. Modeling of solar energy systems using artificial neural network: A comprehensive review. Sol. Energy 2019, 180, 622–639. [Google Scholar] [CrossRef]
  32. Shorabeh, S.N.; Argany, M.; Rabiei, J.; Firozjaei, H.K.; Nematollahi, O. Potential assessment of multi-renewable energy farms establishment using spatial multi-criteria de-cision analysis: A case study and mapping in Iran. J. Clean. Prod. 2021, 295, 126318. [Google Scholar] [CrossRef]
  33. Ozkan, M.B.; Karagoz, P. Reducing the cost of wind resource assessment: Using a regional wind power forecasting method for assessment. Int. J. Energy Res. 2021, 45, 13182–13197. [Google Scholar] [CrossRef]
  34. Elsheikh, A.H.; Panchal, H.; Ahmadein, M.; Mosleh, A.O.; Sadasivuni, K.K.; Alsaleh, N.A. Productivity forecasting of solar distiller integrated with evacuated tubes and external condenser using artificial intelligence model and moth-flame optimizer. Case Stud. Therm. Eng. 2021, 28, 101671. [Google Scholar] [CrossRef]
  35. Haider, S.A.; Sajid, M.; Sajid, H.; Uddin, E.; Ayaz, Y. Deep learning and statistical methods for short- and long-term solar irradiance forecasting for Islamabad. Renew. Energy 2022, 198, 51–60. [Google Scholar] [CrossRef]
  36. Devaraj, J.; Elavarasan, R.M.; Shafiullah, G.; Jamal, T.; Khan, I. A holistic review on energy forecasting using big data and deep learning models. Int. J. Energy Res. 2021, 45, 13489–13530. [Google Scholar] [CrossRef]
  37. Nafeh, A.E.-S.A. Hydrogen production from a PV/PEM electrolyzer system using a neural-network-based MPPT algorithm. Int. J. Numer. Model. Electron. Netw. Devices Fields 2011, 24, 282–297. [Google Scholar] [CrossRef]
  38. Messner, J.W.; Pinson, P. Online adaptive lasso estimation in vector autoregressive models for high dimensional wind power forecasting. Int. J. Forecast. 2019, 35, 1485–1498. [Google Scholar] [CrossRef]
  39. Manshadi, M.D.; Ghassemi, M.; Mousavi, S.; Mosavi, A.; Kovacs, L. Predicting the Parameters of Vortex Bladeless Wind Turbine Using Deep Learning Method of Long Short-Term Memory. Energies 2021, 14, 4867. [Google Scholar] [CrossRef]
  40. Yang, Y.; Solgaard, H.S.; Haider, W. Wind, hydro or mixed renewable energy source: Preference for electricity products when the share of renewable energy increases. Energy Policy 2016, 97, 521–531. [Google Scholar] [CrossRef]
  41. Huang, Q.; Shi, Y.; Wang, Y.; Lu, L.; Cui, Y. Multi-turbine wind-solar hybrid system. Renew. Energy 2014, 76, 401–407. [Google Scholar] [CrossRef]
  42. Kabalci, E. Design and analysis of a hybrid renewable energy plant with solar and wind power. Energy Convers. Manag. 2013, 72, 51–59. [Google Scholar] [CrossRef]
  43. Kaabeche, A.; Belhamel, M.; Ibtiouen, R. Techno-economic valuation and optimization of integrated photovoltaic/wind energy conversion system. Sol. Energy 2011, 85, 2407–2420. [Google Scholar] [CrossRef]
  44. Grau, L.; Jung, C.; Schindler, D. Sounding out the repowering potential of wind energy—A scenario-based assessment from Germany. J. Clean. Prod. 2021, 293, 126094. [Google Scholar] [CrossRef]
  45. Liu, Q.; Sun, Y.; Wu, M. Decision-making methodologies in offshore wind power investments: A review. J. Clean. Prod. 2021, 295, 126459. [Google Scholar] [CrossRef]
  46. Naseem, A.; Uddin, E.; Ali, Z.; Aslam, J.; Shah, S.R.; Sajid, M.; Zaidi, A.A.; Javed, A.; Younis, M.Y. Effect of vortices on power output of vertical axis wind turbine (VAWT). Sustain. Energy Technol. Assess. 2020, 37, 100586. [Google Scholar] [CrossRef]
  47. Ishaq, H.; Dincer, I. Evaluation of a wind energy based system for co-generation of hydrogen and methanol production. Int. J. Hydrogen Energy 2020, 45, 15869–15877. [Google Scholar] [CrossRef]
  48. Daniel, L.O.; Sigauke, C.; Chibaya, C.; Mbuvha, R. Short-Term Wind Speed Forecasting Using Statistical and Machine Learning Methods. Algorithms 2020, 13, 132. [Google Scholar] [CrossRef]
  49. Asghar, R.; Ullah, Z.; Azeem, B.; Aslam, S.; Hashmi, M.H.; Rasool, E.; Shaker, B.; Anwar, M.J.; Mustafa, K. Wind Energy Potential in Pakistan: A Feasibility Study in Sindh Province. Energies 2022, 15, 8333. [Google Scholar] [CrossRef]
  50. Ramasamy, K.; Ravichandran, C.S. Optimal design of renewable sources of PV /wind/ FC generation for power system reliability and cost using MA-RBFNN approach. Int. J. Energy Res. 2021, 45, 10946–10962. [Google Scholar] [CrossRef]
  51. Atif, M.; Al-Sulaiman, F.A. Energy and Exergy Analyses of Recompression Brayton Cycles Integrated with a Solar Power Tower through a Two-Tank Thermal Storage System. J. Energy Eng. 2018, 144, 04018036. [Google Scholar] [CrossRef]
  52. Hassani, H.; Zaouche, F.; Rekioua, D.; Belaid, S.; Rekioua, T.; Bacha, S. Feasibility of a standalone photovoltaic/battery system with hydrogen production. J. Energy Storage 2020, 31, 101644. [Google Scholar] [CrossRef]
  53. Trop, P.; Goricanec, D. Comparisons between energy carriers’ productions for exploiting renewable energy sources. Energy 2016, 108, 155–161. [Google Scholar] [CrossRef]
  54. Marinelli, M.; Santarelli, M. Hydrogen storage alloys for stationary applications. J. Energy Storage 2020, 32, 101864. [Google Scholar] [CrossRef]
  55. NRG 40H Anemometer. Available online: https://www.nrgsystems.com/products/met-sensors/anemometers/detail/40h-anemometer-hall-effect (accessed on 14 August 2020).
  56. Yu, Y.; Si, X.; Hu, C.; Zhang, J. A Review of Recurrent Neural Networks: LSTM Cells and Network Architectures. Neural Comput. 2019, 31, 1235–1270. [Google Scholar] [CrossRef]
  57. Douak, M.; Settou, N. Estimation of Hydrogen Production Using Wind Energy in Algeria. Energy Procedia 2015, 74, 981–990. [Google Scholar] [CrossRef] [Green Version]
  58. Reza Ziazi, K.M.; Goudarzi, N. Techno-Economic Assessment of Utilizing Wind Energy for Hydrogen Production Through Electrolysis. In ASME Power Conference; American Society of Mechanical Engineers: New York, NY, USA, 2017. [Google Scholar]
  59. Şahin, A.D. Progress and recent trends in wind energy. Prog. Energy Combust. Sci. 2004, 30, 501–543. [Google Scholar] [CrossRef]
  60. Shapiro, D.; Duffy, J.; Kimble, M.; Pien, M. Solar-powered regenerative PEM electrolyzer/fuel cell system. Sol. Energy 2005, 79, 544–550. [Google Scholar] [CrossRef]
  61. Ishaq, H.; Dincer, I. A comparative evaluation of OTEC, solar and wind energy based systems for clean hydrogen pro-duction. J. Clean. Prod. 2020, 246, 118736. [Google Scholar] [CrossRef]
Figure 1. Energy mix of Pakistan (MW) (a) in the year 2020 and (b) the expected mix in the year 2025.
Figure 1. Energy mix of Pakistan (MW) (a) in the year 2020 and (b) the expected mix in the year 2025.
Energies 15 08901 g001
Figure 2. Schematic diagram of the adopted approach.
Figure 2. Schematic diagram of the adopted approach.
Energies 15 08901 g002
Figure 3. Workflow diagram for forecasting hydrogen production.
Figure 3. Workflow diagram for forecasting hydrogen production.
Energies 15 08901 g003
Figure 4. Wind speed variation in K folds.
Figure 4. Wind speed variation in K folds.
Energies 15 08901 g004
Figure 5. Wind direction variation in K folds.
Figure 5. Wind direction variation in K folds.
Energies 15 08901 g005
Figure 6. Accuracy of average wind speeds per day for the month of August.
Figure 6. Accuracy of average wind speeds per day for the month of August.
Energies 15 08901 g006
Figure 7. Wind speed comparison.
Figure 7. Wind speed comparison.
Energies 15 08901 g007
Figure 8. Hydrogen production from daily average wind speeds.
Figure 8. Hydrogen production from daily average wind speeds.
Energies 15 08901 g008
Figure 9. Average hydrogen production and total hydrogen production.
Figure 9. Average hydrogen production and total hydrogen production.
Energies 15 08901 g009
Figure 10. Estimated rate of hydrogen production.
Figure 10. Estimated rate of hydrogen production.
Energies 15 08901 g010
Figure 11. Estimated rate of Hydrogen production per day.
Figure 11. Estimated rate of Hydrogen production per day.
Energies 15 08901 g011
Table 1. Theme-based literature review.
Table 1. Theme-based literature review.
Hydrogen Production
Sr. No.SubthemeResearch Work and FindingsReference
1Analytical method to produce hydrogenAn engineering equation solver (EES) was utilized to determine the overall energy and exergy efficiencies of the hydrogen production process, and the particle swarm optimization technique was used to optimize the system.[11,12]
2Biochemical hydrogen productionBiochemical methods play an important role in hydrogen production, in addition to being environmentally friendly. BEAMR was found to be an efficient method for hydrogen production. Moreover, the rate of hydrogen production can be increased by increasing the activity of hydrogen production bacteria.[13,14,15]
3Electrolyzer for the production of hydrogenProton-exchange membrane (PEM) electrolyzers were incorporated, for hydrogen production, and multiple electrolyzers were suggested. Electrolyzer were compared, revealing that an electrolyzer with a membrane is most efficient. Hydrogen production of up to 1.2 kg/h can be achieved using a PEM electrolyzer, but with Cr-C coated SS304 bipolar plates in chemical solution, a 1 MW system was able to produce 6 m3/h. Methanol was also introduced in PEM for hydrogen production.[16,17,18,19,20]
4Hydrogen productionMultiple methodologies were presented, and mostly renewable sources were utilized to produce hydrogen as a product with some by products, such as fresh water and electricity. Moreover, the prospective and attractiveness of hydrogen production was elaborated.[21,22,23,24,25,26,27]
5Solar energy for hydrogen productionMachine learning was applied to forecast hydrogen production, yielding the Prophet model with a daily average of 93.3 × 103 kg/km2. Furthermore, a solar-driven, steam-autothermal hybrid reforming system (SAHRS) was proposed to capture the carbon emissions generated during hydrogen extraction. It was also concluded that solar energy had a considerable impact for superheating and steam generation to feed gaseous reactants.[28,29,30,31]
AI Applied Energy Forecast
Sr. No.SubthemeResearch Work and FindingsReference
1Forecasting frameworkA forecasting framework was provided to reduce the cost of wind resource assessment, and the GIS-MCDA model was used to determine the potential placement of biomass, geothermal, solar, and wind power plants. AI methods were used to estimate the water yield through a solar distiller and solar energy production for short-term and long-term forecasting.[32,33,34,35]
2ML forecastingMachine learning algorithms were applied to efficiently forecast energy production. Suggestions for capturing the intermittent nature of wind were also presented. A study was presented for prediction of the parameters of vortex bladeless wind turbines using LSTM.[36,37,38,39]
Wind Energy
Sr. No.SubthemeResearch Work and FindingsReference
1Hybrid powerHybrid renewable energy was favored at a reasonable price when the portion of renewable energy was increased in the energy mix. Numerous analyses also confirmed that a hybrid system is superior to a single source, whereas multiple wind turbines are preferred over a traditional turbine.[40,41,42,43]
2Wind power potentialWind energy has considerable potential, but its intermittent nature hinders the support of this source. The performance of VAWT was evaluated in the presence of bluff bodies, which showed interesting results. Furthermore, Germany has used wind sources to generate power and phased out coal-based electricity generation. Wind speed assessment was also achieved using multiple ML methods.[44,45,46,47,48,49]
Energy Storage
Sr. No.SubthemeResearch Work and FindingsReference
1Conventional methodsTraditionally, excess energy is stored in batteries, but such methods are not favored for sole used, owing the short life of batteries. In a hybrid system, they can be incorporated in the system for constant output. Some other methods include utilization of energy in terms of heat.[50,51,52]
2Hydrogen as a fuelStoring excess energy in terms of hydrogen by incorporating the use of hydrogen storage alloys (HAS) is a unique idea, as it can be utilized for energy generation in remote areas. Alternatively, it can be used to manufacture chemicals that are energy carriers, such as NH3, CH4, and methanol.[40,53,54]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Javaid, A.; Javaid, U.; Sajid, M.; Rashid, M.; Uddin, E.; Ayaz, Y.; Waqas, A. Forecasting Hydrogen Production from Wind Energy in a Suburban Environment Using Machine Learning. Energies 2022, 15, 8901. https://0-doi-org.brum.beds.ac.uk/10.3390/en15238901

AMA Style

Javaid A, Javaid U, Sajid M, Rashid M, Uddin E, Ayaz Y, Waqas A. Forecasting Hydrogen Production from Wind Energy in a Suburban Environment Using Machine Learning. Energies. 2022; 15(23):8901. https://0-doi-org.brum.beds.ac.uk/10.3390/en15238901

Chicago/Turabian Style

Javaid, Ali, Umer Javaid, Muhammad Sajid, Muhammad Rashid, Emad Uddin, Yasar Ayaz, and Adeel Waqas. 2022. "Forecasting Hydrogen Production from Wind Energy in a Suburban Environment Using Machine Learning" Energies 15, no. 23: 8901. https://0-doi-org.brum.beds.ac.uk/10.3390/en15238901

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop