1. Introduction
Near space covers the altitude region of approximately 20–100 km, which is the transition region between the lower atmosphere and the upper atmosphere with very complex dynamic processes [
1]. It is the resident area for various high-altitude balloons, high altitude vehicles, suborbital vehicles and low orbiting spacecraft [
2]. The atmospheric parameters have an important impact on the design and safe operation of the various vehicles. For example, the temperature in near space directly affects instrument performance and material temperature fatigue damage of the vehicle, ozone is very corrosive, density and wind fields affect the attitude and position of the near-space vehicles and neutron radiation can cause single-particle effects, etc. [
3]. As one of the most critical parameters in the atmospheric dynamics of near space, the atmospheric wind field directly affects reliable operation of the near-space vehicles. For example, the residency ability of vehicles depends on the wind field environment [
4], and high-altitude solar UAVs’ pneumatic characteristics and range are also importantly affected by the wind [
5]. Therefore, it is important to conduct research on the wind field in near space and obtain accurate wind field prediction information for the mission planning, trajectory planning and flight control of near space vehicles [
6].
At present, wind speed prediction methods in near space mainly include two types: the numerical weather prediction method and the statistical model method [
7]. Numerical weather forecasting requires complex physical models and large computational systems to obtain predicted values of wind speed, wind direction, temperature, humidity and other meteorological elements through meteorological theory and computational fluid dynamics [
5]. The statistical modeling method mainly adopts the idea of mathematical statistics to make predictions by mining the inherent laws existing among data [
5]. Statistical models are mainly divided into continuous models, classical statistical models and artificial intelligence models. Among them, classical statistical models are mainly time series forecasting models, such as the autoregressive moving average (ARMA), seasonal autoregressive integrated moving average (SARIMA), etc. The artificial intelligence models are mainly neural network models, such as recurrent neural networks (RNN), long short-term memory (LSTM), etc. Conventional numerical weather prediction systems focus on meteorological information within the troposphere that is closely related to human socio-economic activities [
8]. It has been studied earlier and has advanced numerical forecasting techniques. Compared with weather forecasting, space weather forecasting is currently dominated by statistical models, and numerical forecasting techniques are in the development stage. The forecasting of the near-space atmospheric environment has just started, and statistical modeling methods still play an important role [
8]. Therefore, the statistical model approach is usually used in the prediction of the wind field in near space.
The forecast height range of the near-space atmospheric environment is between meteorological forecast and space weather forecast. There are relatively few studies on the prediction of near-space atmospheric environment parameters [
8]. In terms of numerical forecasting techniques, the U.S. Navy has used the global numerical prediction model of NOGAPS-Advanced Level Physics and High Altitude (NOGAPS-ALPHA) to achieve the medium-range forecasts (1–2 weeks) from the ground to an altitude of 85 km and multi-year climate forecasts [
9]. In order to ensure the safe operation of high altitude vehicles, Jason A. Roney et al. studied the 18–30 km wind field in near space and built a statistical forecasting model based on the observation data in Akon, OH, USA and White Sands, NM, USA [
10]. The National Space Science Center of the Chinese Academy of Sciences has developed the exploration of numerical near space forecasting, and established a global three-dimensional near space assimilation forecasting principle system [
11]. In terms of statistical forecasting, Hu Xiong et al. used an autoregressive model to carry out wind speed prediction experiments at 20–100 km for the next 48 h for the Langfang area in 2014, and the results showed that the model could effectively predict the atmospheric environment in near space. However, due to the influence of small-scale atmospheric fluctuations, the predicted results had a large deviation from the actual wind field changes [
12]. In 2018, Liu Tao et al. exploited the ARMA to predict zonal wind at 88 km in Langfang. The results showed that when the wind field changes regularly, the ARMA model predicts the future wind field better, but when the wind field changes significantly, the prediction of the ARMA model becomes less effective. The sudden change of wind field makes the wind speed series seriously non-stationary and stochastic, and it is difficult for the traditional time series method to solve the problem of the complex non-linear relationship of the series [
8].
With the continuous development of deep learning technology, some deep learning models are gradually applied to the study of time-series data [
13]. Among many deep learning models, recurrent neural networks (RNN) show better performance in time series prediction. Long short-term memory (LSTM) is an improved RNN with better long-term prediction capability and fault tolerance, which can solve the problem that RNN cannot achieve: the memory and forgetting of long-term historical information [
14]. However, when the non-smooth characteristic of the sequence is strong, the local variation of wind speed cannot be accurately learned, which will make the training of deep learning methods more difficult and reduce the accuracy of model prediction [
15]. Therefore, for the significantly varying wind speed series, it is necessary to decompose the wind speed series into a simple and smooth subseries by the signal decomposition method before inputting it into the neural network to simplify the network model complexity and improve the prediction accuracy [
16]. The main typical signal decomposition methods include wavelet decomposition and empirical mode decomposition (EMD). However, wavelet analysis is a non-adaptive decomposition method, which relies on the selection of wavelet basis functions, and EMD is prone to the problems of modal confusion and endpoint effects, which can affect the decomposition results [
17]. In 2014, Dragomiretskiy et al. proposed the variational mode decomposition (VMD) method, which can not only overcome the shortcomings of wavelet analysis and EMD, but also effectively solve the problems such as strong non-smoothness of a wind speed series [
18]. VMD can decompose a wind series into multiple subsequences of different frequency scales and relative smoothness, i.e., intrinsic mode function (IMF) components [
19]. Therefore, the LSTM network can be used to predict wind IMF components, and then reconstruct the corresponding prediction results, improving the prediction accuracy of the LSTM network [
20]. Currently, many optimization algorithms have been used as a deep learning method to find an optimal set of parameter combinations in a short time to improve the network prediction performance [
20]. The particle swarm optimization (PSO) algorithm is an efficient optimization algorithm that can find a set of global optimal solutions by constant particle updates and iterations, which has the advantages of fast convergence and high accuracy [
21]. PSO can effectively optimize the hyperparameters of the LSTM network such as the batch size, epoch and learning rate to improve the prediction performance of LSTM networks [
20].
Based on the above study methods, this study proposes a novel hybrid prediction method (VMD−PSO−LSTM) by combining the VMD method, PSO algorithm and LSTM network to achieve the accurate prediction of wind speed in the upper layer of near space (80–100 km). The VMD−PSO−LSTM method is constructed as follows: (1) using the VMD method, the wind speed sequence is decomposed to obtain a limited number of smooth subsequences with different frequency scales; (2) for the decomposed subsequences (IMF components) of different scales, corresponding LSTM prediction models are built, respectively, using the PSO algorithm to optimize the hyperparameters of each LSTM prediction model, and using the optimized LSTM network to predict the subsequences; (3) the prediction results for each wind speed subsequences are reconstructed to obtain the final wind speed prediction results.
The main contents of this paper are organized as follows.
Section 2 describe the general idea of constructing a hybrid model.
Section 3 uses a new model to conduct multi-step prediction experiments at different heights in the Kunming area.
Section 4 verifies the effectiveness of the new model by building a comparison experiment between the traditional time series predictive model and the new prediction model.
Section 5 summarizes the results of the study and draws experimental conclusions.
5. Conclusions
Considering the disadvantages of the poor prediction accuracy of traditional prediction models for the upper atmosphere in near space, the multimodal decomposition method and traditional prediction methods are analyzed and compared. Then, this paper describes a high-accuracy prediction model with a short term (VMD–PSO–LSTM). The VMD–PSO–LSTM prediction model can effectively reduce the impact of the dual characteristics of nonlinearity and non-stationarity in the wind speed series during the prediction performance. Further prediction experiments on the wind speed at 80–88 km altitude over Kunming led to the following meaningful conclusions.
The wind speed prediction at 80–88 km in the Kunming area shows that the multi-step prediction errors and of VMD–PSO–LSTM at all heights are less than 6 m/s and 15%, which proves that the method has good effectiveness and stability in predicting the atmospheric wind speed above 80 km in near space.
By analyzing several commonly used decomposition algorithms, VMD can better decompose nonstationary data into multiple smooth subseries, reduce the complexity of the data and improve the prediction accuracy.
Compared with the traditional time series prediction model SARIMA, the hybrid prediction model VMD–PSO–LSTM has better prediction ability. The VMD–PSO–LSTM model not only solves the single-point lag problem of the traditional prediction method, but also improves the and relative to the traditional model by 85.21% and 83.75%, respectively.
The multi-step prediction results show that the prediction error increases with the increasing number of prediction steps. The main reason may be that the multi-step prediction strategy makes the input and output of the network model increase, and then the nonlinear relationship between the input data and the output data increases, which makes the function fitting more complicated. The result leads to the prediction value deviating from the true value with the growth of the prediction steps.
We can conclude that VMD–PSO–LSTM has more stable prediction performance than several other prediction models, and the VMD algorithm has better decomposition performance than several other algorithms. However, the model has some problems to be improved. The details are as follows.
First, in this paper, we use the central frequency observation method and empirical method to determine the decomposition layer and penalty factor of VMD with some error and chance. There is no guarantee that the parameters determined are the optimal combination of parameters. Therefore, it is necessary to further study a more reasonable method to determine VMD parameters.
Second, this paper only considers the characteristics of wind field data itself for model prediction, without considering time, spatial latitude and other factors. Therefore, the next step of this paper is to consider the influence of various factors, such as time and space, on wind speed series prediction and establish a spatiotemporal network model with multifactor integration to further improve the accuracy of the prediction of atmospheric wind speed in near space.