Next Article in Journal
Sub-Block Urban Function Recognition with the Integration of Multi-Source Data
Next Article in Special Issue
Novel Method for Determining Internal Combustion Engine Dysfunctions on Platform as a Service
Previous Article in Journal
Blind Remote Sensing Image Deblurring Based on Overlapped Patches’ Non-Linear Prior
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Machine-Learning-Based Near-Surface Ozone Forecasting Model with Planetary Boundary Layer Information

1
Department of Electronics Engineering, Kangwon National University, Chuncheon 24341, Korea
2
Qualcomm Institute, University of California, San Diego (UCSD), San Diego, CA 92093, USA
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(20), 7864; https://doi.org/10.3390/s22207864
Submission received: 1 August 2022 / Revised: 9 October 2022 / Accepted: 10 October 2022 / Published: 16 October 2022

Abstract

:
Surface ozone is one of six air pollutants designated as harmful by National Ambient Air Quality Standards because it can adversely impact human health and the environment. Thus, ozone forecasting is a critical task that can help people avoid dangerously high ozone concentrations. Conventional numerical approaches, as well as data-driven forecasting approaches, have been studied for ozone forecasting. Data-driven forecasting models, in particular, have gained momentum with the introduction of machine learning advancements. We consider planetary boundary layer (PBL) height as a new input feature for data-driven ozone forecasting models. PBL has been shown to impact ozone concentrations, making it an important factor in ozone forecasts. In this paper, we investigate the effectiveness of utilization of PBL height on the performance of surface ozone forecasts. We present both surface ozone forecasting models, based on multilayer perceptron (MLP) and bidirectional long short-term memory (LSTM) models. These two models forecast hourly ozone concentrations for an upcoming 24-h period using two types of input data, such as measurement data and PBL height. We consider the predicted values of PBL height obtained from the weather research and forecasting (WRF) model, since it is difficult to gather actual PBL measurements. We evaluate two ozone forecasting models in terms of index of agreement (IOA), mean absolute error (MAE), and root mean square error (RMSE). Results showed that the MLP-based and bidirectional LSTM-based models yielded lower MAE and RMSE when considering forecasted PBL height, but there was no significant changes in IOA when compared with models in which no forecasted PBL data were used. This result suggests that utilizing forecasted PBL height can improve the forecasting performance of data-driven prediction models for surface ozone concentrations.

1. Introduction

Surface ozone is one of six air pollutants that have a safety level set by National Ambient Air Quality Standards, since it can adversely impact human health and the environment. Short-term exposure to ozone is related to mortality in urban countries [1]; for example, a 0.45% increase in mortality was attributed to a 10 ppb increase in ozone [2]. To protect human beings from these harmful effects, the U.S. Environmental Protection Agency (EPA) set a target value of maximum ozone concentrations to an eight-hour average concentration of 70 ppb and 120 ppb within a day and a calendar year, respectively. U.S. environmental policies for ozone reduction are made and implemented based on these values. While these policies can help reduce overall surface ozone pollution, daily ozone levels are not always lower than the suggested values. As a complementary measure, future ozone information could be provided to the public to help with individual decision making and provide warnings to avoid events of high ozone concentrations. Hence, ozone forecasting is a critical task with high potential impact.
Ozone forecasts can be conducted using numerical methods and/or data-driven approaches. Numerical methods provide predictions of ozone concentrations by simulating emissions, chemistry, physics of the atmosphere, and chemical transformation and transportation processes. For numerical methods, there are two well-known forecasting models: the Community Multiscale Air Quality (CMAQ) model developed by the U.S. EPA [3] and the Weather Research and Forecasting/Chemistry (WRF-chem) model [4]. Both of these methods need substantial computational time and have limited accuracy due to use of simplified assumptions in the fields of physics and chemistry. In addition, ozone concentrations at local spots may be different from ozone forecasts by numerical methods because of limited spatial resolution.
Data-driven approaches forecast ozone concentrations based on data obtained from measurement stations. Compared to numerical methods, these approaches can predict ozone concentrations with less computational burden as well as at microscopic scales. Data-driven approaches can be categorized into statistical and machine learning methods. Statistical methods utilize statistics to predict ozone concentrations. Some examples of statistical methods are autoregressive integrated moving average and multiple linear regression. Su et al. [5] evaluated several statistical methods for hourly ozone concentration prediction, including kernel extreme learning machine (KELM), support vector machine regression, back propagation neural network, and stepwise regression. As machine learning techniques have advanced, many studies have applied machine-learning algorithms, e.g., convolutional neural network (CNN) and long short-term memory (LSTM) networks to predict ozone concentrations [6,7,8]. Freeman et al. [9] presented a recurrent neural network with LSTM to forecast averages of 8-hour surface ozone concentrations. Jia et al. [10] employed a sequence-to-sequence deep learning model, which has a gated recurrent unit (GRU)-based encoding forecasting structure, to forecast up to the next 6 h of ozone concentrations over the Yangtze River Delta region of eastern China. Eslami et al. [6] used a deep convolutional neural network (CNN) to forecast hourly ozone concentrations for a lead time of 24 h based on chemical and meteorological measurement data obtained from Seoul, South Korea. An identified limitation of deep CNN models is that the models do not provide good performance during cold months or under the ambient environment with high ozone concentrations [7]. Ma et al. [11] proposed a stacked bidirectional LSTM with a transfer learning to predict three air pollutants, such as ozone, nitro-dioxide, and particulate matter with a diameter of less than 2.5 microns. Kleinert et al. [8] applied multiple CNN layers to forecast the daily maximum 8-h average ozone concentrations for up to 4 days.
The selection of input features used in data-driven approaches is one of the most important tasks for improving forecast accuracy. Many studies have selected input features according to revealed mechanisms of ozone formation as well as atmosphere physics. Near-surface ozone is generated from the oxidation of volatile organic compounds (VOCs) and nitrogen oxides (NO x ) under sunlight [12]. Many studies have considered chemical (O 3 , NO, and NO 2 ) and meteorological measurement data (temperature, relative humidity, wind direction, and wind speed) as input features.
The planetary boundary layer (PBL), which determines vertical transports of heat, water vapor, and aerosols between the underlying surface and atmosphere, has been shown to impact air pollutants [13,14], including ozone. Some studies have recently shown that the fate of air pollutants is impacted by the PBL [14,15]. The mixing of the PBL can result in diurnal cycles in air pollutant concentrations [16], and it was shown that stable weather conditions can promote elevations in ozone concentrations. Another study showed that the ozone in the residual layer is downward transported to the PBL as PBL height increases [17]. The difference in PBL height on days between high ozone and low ozone concentrations is not significant, but the PBL growth rate is related to ozone concentrations [18]. Like these studies, PBL height could be an important factor in ozone concentration predictions in addition to meteorological parameters. Many studies on ozone forecasting have applied machine learning and deep learning algorithms to forecast ozone concentrations, but the use of the forecasted values of PBL height as an input feature in these algorithms has not been considered.
In this paper, we investigate the effectiveness of integrating PBL height into data-driven ozone forecasting models on forecast accuracy. Since PBL height, as well as meteorological parameters, have a nonlinear relationship with ozone concentrations, we employ machine learning algorithms that are capable of modeling nonlinearity between input and output, i.e., multilayer perception (MLP) and bidirectional long short-term memory (LSTM). We present two ozone forecasting models based on two machine learning algorithms where ozone, temperature, and relative humidity data, as well as the PBL height data, are used as input features. We consider the predicted PBL height for two forecasting models, instead of their real measurements, since it is difficult to gather actual PBL data. Two types of inputs, such as the measurement and predicted data, have a sequential relation in time and a different number of features, i.e., the number of features for measurement data and PBL height are 3 and 1, respectively. We apply different techniques for integrating two different types of inputs in two ozone forecasting models. In the case of bidirectional LSTMs, we present two separate bidirectional LSTMs where each LSTM is connected sequentially and each one is individually connected to each of two inputs. We evaluate the performance of the two ozone forecasting models and verify the effectiveness of using PBL height in the forecasting models.
The rest of the paper is organized as follows: we describe the background of MLP and bidirectional LSTM models in Section 2. In Section 3, the MLP and bidirectional LSTM models for ozone prediction are described. In Section 4, we evaluate the performance of the models by comparing with conventional models. Finally, we draw conclusions in Section 5.

2. Preliminaries: MLP and Bidirectional LSTM

In this section, we describe the multilayer perceptron (MLP) and the bidirectional LSTM networks, which have been widely used for time-series prediction problems.

2.1. Multilayer Perceptron (MLP)

An artificial neural network (ANN) is a powerful tool for approximating complex non-linear relationships between input and output based on a collection of connected units or nodes. Concepts of the units or nodes and their connections are inspired by the behavior of the human brain and nervous systems. Based on ANN, various models have been proposed and implemented for classification and sequential analysis. The MLP, a class of feedforward neural network, is one of the most widely used ANN-based models.
MLP is comprised of an input layer, one or more hidden layers, and an output layer. The layers have neurons, each of which is connected to neurons in adjacent layers. Each connection is specified by adaptable weights. Each neuron receives weighted input signals from outputs of other neurons. Each neuron produces an output, which is a function of the weighted input, bias, and an activation function. This is expressed as follows:
y = f ( w i x i + b ) ,
where y is a neuron output, x i is the i-th input to the neuron, w i is a connection weight of the i-th input, b is a bias, and f is an activation function. Examples of activation functions are sigmoids and hyperbolic tangents.

2.2. Long Short-Term Memory

As a class of ANN-based neural networks, recurrent neural networks (RNN) have been used for sequential data or time-series data. The traditional RNN models have the vanishing gradient problem, which makes the establishment of long-term temporal relationships difficult. To overcome this limitation of RNN models, an LSTM cell was proposed in 1997 by Hochreiter and Schmidhuber [19] and was later modified by Gers, Schmidhuber, and Cummins in 1999 [20]. One of the widely used LSTM architectures is shown in Figure 1. The LSTM architecture has three types of control gates: forget, input, and output. These control gates are the distinct difference between a traditional RNN and an LSTM network. Hence, the LSTM model has been the most successful model and has received a lot of attention in many applications, e.g., classification [21] and time-series forecasting [22,23,24].
Figure 1 shows basic units of an LSTM cell, such as input node g t , input gate i t , forget gate f t , and output gate o t , as well as the connections among units. Referring to the connections, all nodes in an LSTM cell can be mathematically expressed as follows:
f t = σ ( W f x x t + W f h h t 1 + b f )
i t = σ ( W i x x t + W i h h t 1 + b i )
g t = ϕ ( W g x x t + W g h h t 1 + b g )
o t = σ ( W o x x t + W o h h t 1 + b o )
c t = g t i t + c t 1 f t
h t = ϕ ( s t ) o t ,
where W f x , W f h , W i x , W i h , W g x , W g h , W o x , and W o h are weight matrices for the corresponding inputs of the network activation functions. b f , b i , b g , and b o are bias values. ⊙ denotes an element-wise multiplication. σ and ϕ denote the sigmoid and tanh activation functions, respectively.
In addition to these nodes, the LSTM architecture has an important state called a memory cell state ( c t ), which has the function of establishing temporal patterns. The memory cell state c t is updated based on outputs of two gates, such as the forget and input gates. The forget gate can determine what information on the memory cell state will be erased. For example, when the forget gate has a value of 0, information is erased. On the other hand, information is kept when the gate has a value of 1. The input gate can control what information from the input node will be kept.

2.3. Bidirectional LSTM

The idea of bidirection was first proposed in RNNs, which can only make use of forward dependencies, in order to exploit backward dependencies [25]. To overcome the problem of long-term dependency in bidirectional RNNs, bidirectional LSTM networks were proposed [26]. There are two separate LSTM layers in bidirectional LSTM networks, each of which can capture both forward and backward dependencies in sequence data. Two outputs of LSTM layers are connected to the same output layer. With this capability, bidirectional LSTM can make better predictions in sequential prediction tasks by exploiting long-term dependencies [26,27,28]. Figure 2 shows an example of a bidirectional LSTM network where two parallel LSTM layers are put in place of forward and backward directions.

3. Ozone Forecasting Models

Conventional data-driven ozone prediction models have used historical ozone data and other historical parameters, such as temperature, pressure, relative humidity, wind speed, wind direction, and NOx as input features. These models have extracted relationships between past measurement data and future ozone concentrations so that forecasting ozone concentrations can be fulfilled based on its measurement data.
In the area of air quality research, attention has recently been paid to the planetary boundary layer (PBL) as a meteorological parameter that determines the vertical transport of heat, water vapor, and aerosols between the underlying surface and atmosphere. The PBL characteristics have an impact on the fate of air pollutants [14,15]. For example, diurnal cycles of ozone concentration can result from the mixing of the PBL [16], and stable weather conditions can be favorable for elevating ozone concentrations. As PBL height increases, the ozone in the residual layer is downward transported to the PBL [17]. The difference in PBL height on days between high ozone and low ozone concentrations is not significant, but the PBL growth rate is related to ozone concentrations [18]. PBL height can be an important factor in ozone concentration predictions in addition to meteorological parameters, such as temperature, relative humidity, wind speed, and wind direction. Thus, we consider PBL height in ozone forecasting models as a new input feature.
In the following sections, we present two different types of ozone forecasting models, each of which is based on MLP and bidirectional LSTM models, respectively. We use forecast data for PBL heights as a new input feature to two ozone forecasting models because it is difficult to gather actual measured PBL heights. The predicted PBL height data have different dimensions of time from the measurement data used for other input features, so they cannot be directly applied. We present different techniques for using two different types of inputs in two ozone forecasting models.

3.1. Mlp-Based Forecasting Model

We forecast ozone concentrations for T 2 hours ahead using the past data of ozone, temperature, and relative humidity with T 1 hours, as well as the predicted PBL heights for future T 2 hours. The predicted PBL heights can be obtained from WRF models. To use two different inputs in an MLP-based ozone prediction model, we need a structure, since the past measurement data and the predicted PBL heights have different dimensions, i.e., the past measurement input and the predicted PBL heights have T 1 × 3 and T 2 × 1 dimensions, respectively. These inputs cannot be directly concatenated to apply to MLP models. Therefore, we make the past measurement and predicted PBL height data flattened and concatenated, and then these combined data are used as an input to MLP models. For hidden layers, we consider one or two layers. An output layer generates T 2 -hour ozone forecasts. In this study, we set all activation functions of layers to hyper-tangents.
Ozone, temperature, and relative humidity, which are used as past measurement inputs in our ozone prediction models, can be measured at sensor stations, but the predicted PBL heights cannot be obtained from the stations. Alternatively, the forecasted value of the PBL heights is available with the help of many WRF models, which generate short-term and medium-term forecasts in different intervals. We focus on the WRF model that can generate forecasted values of the PBL heights every hour for more than the next 24 h, which will allow us to use the PBL height data in our proposed ozone prediction models. For example, the North America Mesoscale (NAM) model in the United States forecasts regional weather parameters, including PBL heights, every hour up to 36 h. The forecasts are issued every 6 h. We note that our ozone prediction models have a limit on prediction time horizon due to the data availability of predicted PBL heights.

3.2. Bidirectional LSTM-Based Forecasting Model

Similar to the MLP-based ozone forecasting model, two different types of inputs are employed in our bidirectional LSTM-based ozone prediction model. One type is the measurement data of ozone, temperature, and relative humidity. The other one is the predicted PBL heights obtained from the WRF model. The two inputs have a sequential relation in time, but have different time dimensions, i.e., T 1 × 3 for the measurement data and T 2 × 1 for the predicted PBL height data. Concatenating two inputs over time cannot be applied to a single bidirectional LSTM network due to different dimensions because input to a single bidirectional LSTM network must have the same dimension over time. Thus, we need a sequential bidirectional LSTM model where two bidirectional LSTM models are connected to each other.
Figure 3 shows the bidirectional LSTM-based ozone prediction model. This model has a sequential structure in LSTM networks in forward and backward directions. LSTM networks in forward and backward directions are placed on the lower and upper layers in Figure 3. In the proposed model, the left LSTM networks at the lower and upper layers use the measurement data, such as ozone, temperature, and relative humidity as inputs. The right ones use the predicted PBL heights as an input. The left LSTM networks learn an appropriate latent representation from the observed ozone, temperature, and relative humidity. The latent representation and PBL heights are used to reconstruct ozone concentrations through the right LSTM networks. The right LSTM networks on both of the layers generate outputs with the recurrent sequence set to be true. The two outputs provided from the two right-side LSTM networks are concatenated in a time-distributed manner, and then the T 2 concatenated outputs are connected to T 2 dense layers at the output layer. Each of the T 2 dense layers generates predicted ozone concentrations at the corresponding time for the next T 2 hours. We note that when we concatenate two LSTM networks, we set the dimensions of outputs in two LSTMs to being equal so that the memory cell state in the left LSTM can be transferred to the right one.
The four LSTM networks have the same activation function of hyper-tangent and the same recurrent activation function of the sigmoid in this paper. The output layer has an activation function of hyper-tangents.

4. Experiments

In this section, we compare the performance of the MLP-based and bidirectional LSTM-based ozone forecasting models and evaluate the effectiveness of the use of the predicted PBL heights on accuracy improvement. To this end, ozone data collected in California, USA are used in this paper.

4.1. Data Sets

4.1.1. Numerical Weather Data

Our ozone forecasting models need the predicted T 2 -hour PBL height data. The predicted PBL height data can be provided by WRF models. In this paper, we select the North American Mesoscale (NAM) model, which is one of the regional weather forecast models run by the National Centers for Environmental Prediction (NCEP), as a WRF model. The NAM model forecasts several weather parameters, such as temperature, relative humidity, wind direction, wind speed, and PBL heights over the North American continent four times daily at times 00z, 06z, 12z, and 18z over grid points with a 12 km horizontal resolution. The weather forecasts are generated with a one-hour interval up to the next 36 h and a three-hour interval until the next 84 h.
The NAM data set can be downloaded from the Archive Information Request (AIR) systems of the National Centers for Environmental Information. It is written in a grib2 format, which is a file format for gridded meteorological data. We collect NAM data from 1 January 2017 to 31 December 2019. We extract PBL height forecasts at specific grid points from the collected NAM data set to make training and test sets for our proposed ozone forecasting models. The grid points used to forecast PBL heights are related to the locations of ozone monitoring stations.

4.1.2. Measured Ozone, Temperature, and Relative Humidity Data

In the United States, the EPA operates air quality monitoring stations that measure six criteria pollutants, including ozone. We can download historical ozone data collected by these stations, including hourly ozone concentrations, using the EPA API. Meteorological parameters, such as temperature and relative humidity, are also measured by the stations and can be downloaded using the EAP API.
We collect the historical ozone, temperature, and relative humidity data from 1 January 2017 to 31 December 2019. Table 1 lists the GPS information and location names of the EPA monitoring stations considered in this paper, and Figure 4 shows the location of the considered air quality monitoring stations. Since our ozone forecasting models use predicted rather than actual PBL heights, we need to determine the appropriate grid points used to obtain the predicted PBL heights. We select one of the grid points close to each corresponding EPA monitoring station. Table 2 shows the latitude and longitude of the selected grid point corresponding to each air quality monitoring station, as well as the distance in km to its corresponding air quality monitoring station.

4.2. Data Preprocessing

We perform max-min normalization to ozone, temperature, relative humidity, and PBL height to normalize their values having different scales. The normalized values are re-scaled in values from −1 to 1.
The data set measured at the monitoring stations and provided from the NAM model has missing values. For measurement data at air quality monitoring stations, linear imputation is applied to missing values when they are not continuous. In the case of the NAM data set, some data during 2017 to 2019 is missing, but no imputation is applied.
Each sample is considered for making the training and test sets for our proposed ozone forecasting models, whenever both data from the monitoring stations and the NAM model have no missing values for T 1 and T 2 hours, respectively. In other words, we remove samples, including missing values on the monitoring stations or NAM data. For the training set, each sample is generated by a 1-h sliding move during 2017. On the other hand, a 24-h sliding move is applied to evaluate the daily average performance on the test set from 2018 to 2019.

4.3. Evaluation Metrics

We employ mean absolute error (MAE), root mean square error (RMSE), and index of agreement (IOA) to evaluate the proposed ozone prediction models and verify the effectiveness of using PBL heights as an input on the ozone prediction performance. MAE and RMSE represent the amount of error between observed and predicted values, which are the most widely used performance metrics in many research areas, including ozone forecasting. The IOA, which was proposed by Willmott [29], has been used to evaluate how well a predicted sequence fits to an observed sequence, and its value varies between 0 and 1. When two sequences are perfectly matched, IOA is equal to 1. IOA of 0 means that two sequences have no agreement with each other. The MAE, RMSE, and IOA are mathematically expressed as follows:
I O A = 1 i = 1 n | X i Y i | 2 i = 1 n ( | X i X ¯ | + | Y i X ¯ | ) 2 ,
M A E = i = 1 n | X i Y i | n ,
R M S E = i = 1 n ( X i Y i ) 2 n ,
where X i and Y i represent the observed and the forecasted values at i-th time, respectively, and X ¯ denotes the mean value of { X 1 , X 2 , , X n } .

4.4. Simulation Results

We evaluate the impact of utilization of the forecasted PBL heights on ozone forecasting performance. We compare performances of MLP-based and bidirectional LSTM-based forecasting models in terms of IOA, MAE, and RMSE with the following two cases: (1) using only the historical meteorological measurement data and (2) both the historical meteorological measurement data and the forecasted PBL heights.
For MLP-based ozone forecast models, we consider a single and two hidden layers regardless of use of the predicted PBL heights. We set the activation function at all layers, such as input, hidden, and output layers, to a sigmoid function. There are several hyperparameters in MLP models, i.e., the number of nodes in input and hidden layers, to be determined. We perform a grid search to obtain the best forecasting performance. For the number of nodes in the input layer and hidden layers, search ranges are set to { 8 , 16 , 24 , 32 , 64 } and { 8 , 16 , 24 , 32 , 48 , 64 , 96 , 128 , 256 } , respectively. We considered a range of the number of nodes in the input layer as { 8 , 16 , 24 , 32 , 48 , 64 , 96 , 128 , 256 } initially, but we reduced the search range since higher values showed worse performance. We also consider several epochs of { 50 , 100 , 150 , 200 , 250 , 300 , 350 , 400 } .
For bidirectional LSTM-based models, we need to set up the dimension of outputs at all LSTM blocks. We note that all LSTM networks are set to have the same dimension. To obtain the best performance of ozone forecasts, a grid search is also applied for a set of { 4 , 8 , 16 , 24 , 32 , 48 , 64 } and several epochs of { 50 , 100 , 150 , 200 , 250 , 300 , 350 , 400 } .
Table 3 shows the best performance of the MLP- and LSTM-based surface ozone forecasting models with and without predicted PBL heights in terms of IOA, MAE, and RMSE. It is shown that MAE and RMSE for all stations decrease as the number of hidden layers in MLP models increases. Decreases in MAE for all stations are from 0.12% to 1.35%. Considering that it requires a lot of computation in hyperparameter optimization, increasing the number of hidden layers seems to be not necessarily a good thing.
Utilization of the forecasted PBL heights at the forecast horizon improves MAE and RMSE for both the MLP-based and bidirectional LSTM-based models. In the case of station 6-065-8001, the MAE of the MLP with a single hidden layer using the predicted PBL heights results in a smaller value compared to models not using the forecasted PBL heights, i.e., there is a decrease in MAE from 7.3918 ppb to 6.6540 ppb. Among all models, the range of decreases in MAE is from 1.63% (MLP with L = 1 at 6-085-0005) to 10.13% (MLP with L = 1 at 6-077-1002). For the RMSE metric, MLP with two hidden layers using the forecasted PBL heights yields 6.8828 ppb at station 6-19-4001, which is much smaller than that seen in models not using the predicted PBL heights, i.e., a decrease of 5.48%. The enhancement rates in terms of RMSE over all MLP-based models are from 1.70% (MLP with L = 1 at 6-085-0005) to 8.43% (MLP with L = 2 at 6-077-1002) by considering the forecasted PBL heights additionally. However, we observe that IOA has no significant change regardless of use of the forecasted PBL heights.

5. Conclusions

In this paper, we investigated the effectiveness of using forecasted planetary boundary layer (PBL) information obtained from WRF model outputs on the performance of our proposed measurement data-driven surface ozone prediction models. We used the meteorological data collected from air monitoring stations operated by the U.S. Environmental Protection Agent (EPA) as measurement data. We considered the North America Mesoscale (NAM) model, which is one of the regional weather forecast models run by the National Centers for Environmental Prediction (NCEP), to gather the predicted PBL data. We note that the NAM model forecasts hourly PBL heights up to 36 h every 6 h. We considered two machine learning algorithms for surface ozone forecasting models, the multilayer perceptron (MLP) and the bidirectional long short-term memory (LSTM) models. To apply the measurement data, as well as the predicted PBL height data, as inputs to these two forecasting models, we needed the following consideration: For the bidirectional LSTM-based model, a sequence-to-sequence structure was proposed because the measurement data and predicted PBL height data are in sequential relation, but they have a different number of features. That is, the measurement data considers three features, such as ozone, temperature, and relative humidity, while the predicted PBL height data have only one single feature with itself. To verify the effectiveness of using predicted PBL heights, we compared the performances of the MLP-based and bidirectional LSTM-based models where the historical measurement data and the forecasted PBL heights together were considered and compared with the models where only past measurement data were used, in terms of IOA, MAE, and RMSE. We showed that the MLP-based and bidirectional LSTM-based models that used the additional predicted PBL heights as an input yielded a performance enhancement, i.e., lower MAE and RMSE, compared to the models without the forecasted PBL heights. However, neither model showed a significant difference in IOA. Therefore, utilization of predicted PBL heights can improve the forecasting accuracy for surface ozone concentrations. In future work, we will study the effect of wind speed and NOx as well as predicted PBL heights on ozone forecasting, since wind speed and NOx are considered important features for ozone forecasting.

Author Contributions

Conceptualization, K.K. and S.C.; methodology, K.K.; software, K.K.; validation, K.K., S.C., and R.R.R.; investigation, K.K.; writing—original draft preparation, K.K.; writing —review and editing, K.K., S.C., and R.R.R.; visualization, K.K.; supervision, R.R.R.; project administration, S.C.; funding acquisition, S.C. All authors have read and agreed to the published version of the manuscript.

Funding

This paper is financially supported by the Ministry of Trade, Industry and Energy(MOTIE, Korea) through the fostering project of ‘Smart City Urban Infrastructure Air Quality Real-time Monitoring and Prediction Platform Technology Development’ supervised by the Korea Institute for Advancement of Technology (KIAT).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, Z.; Yao, M.; Wu, W.; Zhao, X.; Zhang, J. Spatiotemporal assessment of health burden and economic losses attributable to short-term exposure to ground-level ozone during 2015–2018 in China. BMC Public Health 2021, 21, 1069. [Google Scholar] [CrossRef] [PubMed]
  2. Madrigano, J.; Jack, D.; Anderson, G.B.; Bell, M.L.; Kinney, P.L. Temperature, ozone, and mortality in urban and non-urban counties in the northeastern United States. Environ. Health 2015, 14, 1069. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Byun, D.; Schere, K.L. Review of the governing equations, computational algorithms, and other components of the models-3 community multiscale air quality (CMAQ) modeling system. Appl. Mech. Rev. 2006, 59, 51–77. [Google Scholar] [CrossRef]
  4. Jumar, R.; Naja, M.; Pfister, G.G.; Barth, M.C.; Wiedinmyer, C.; Brasseur, G.P. Simulations over South Asia using the Weather Research and Forecasting model with Chemistry (WRF-Chem): Chemistry evaluation and initial results. Geosci. Model Dev. 2012, 5, 619–648. [Google Scholar]
  5. Su, X.; An, J.; Zhang, Y.; Zhu, P.; Zhu, B. Prediction of ozone hourly concentrations by support vector machine and kernel extreme learning machine using wavelet transformation and partial least squares methods. Atmos. Pollut. Res. 2020, 11, 51–60. [Google Scholar] [CrossRef]
  6. Eslami, E.; Choi, Y.; Lops, Y.; Sayeed, A.; Salman, A.K. Using wavelet transform and dynamic time warping to identify the limitations of the CNN model as an air quality forecasting system. Geosci. Model Dev. 2020, 13, 6237–6251. [Google Scholar] [CrossRef]
  7. Eslami, E.; Choi, Y.; Lops, Y.; Sayeed, A. A real-time hourly ozone prediction system using deep convolutional neural network. Neural Comput. Appl. 2020, 32, 8783–8797. [Google Scholar] [CrossRef] [Green Version]
  8. Kleinert, F.; Leufen, L.H.; Schultz1, M.G. IntelliO3-ts v1.0: A neural network approach to predict near-surface ozone concentrations in Germany. Geosci. Model Dev. 2021, 14, 1–5. [Google Scholar] [CrossRef]
  9. Freeman, B.S.; Taylor, G.; Gharabaghi, B.; Thé, J. Forecasting air quality time series using deep learning. J. Air Waste Manag. Assoc. 2018, 68, 866–886. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Jia, P.; Cao, N.; Yang, S. Real-time hourly ozone prediction system for Yangtze River Delta area using attention based on a sequence to sequence model. Atmos. Environ. 2021, 244, 117917. [Google Scholar] [CrossRef]
  11. Ma, J.; Li, Z.; Cheng, J.C.; Ding, Y.; Lin, C.; Xu, Z. Air quality prediction at new stations using spatially transferred bidirectional long short-term memory network. Sci. Total Environ. 2020, 705, 135771. [Google Scholar] [CrossRef] [PubMed]
  12. Jenkin, M.E.; Clemitshawb, K.C. Ozone and other secondary photochemical pollutants: Chemical processes governing their formation in the planetary boundary layer. Atmos. Environ. 2000, 34, 2499–2527. [Google Scholar] [CrossRef]
  13. Garratt, J. Review: The atmospheric boundary layer. Earth Sci. Rev. 1994, 37, 89–134. [Google Scholar] [CrossRef]
  14. Oke, T.R. Boundary Layer Climates, 2nd ed.; Routledge: London, UK, 2002. [Google Scholar]
  15. Miao, Y.; Liu, S. Linkages between aerosol pollution and planetary boundary layer structure in China. Sci. Total Environ. 2019, 650, 288–296. [Google Scholar] [CrossRef]
  16. Miao, Y.; Liu, S.; Guo, J.; Huang, S.; Yan, Y.; Lou, M. Unraveling the relationships between boundary layer height and PM2.5 pollution in China based on four-year radiosonde measurements. Environ. Pollut. 2018, 243, 1186–1195. [Google Scholar] [CrossRef] [PubMed]
  17. Yu, R.; Lin, Y.; Zou, J.; Dan, Y.; Cheng, C. Review on Atmospheric ozone Pollution in China: Formation, Spatiotemporal Distribution, Precursors and Affecting Factors. Atmosphere 2021, 12, 1675. [Google Scholar] [CrossRef]
  18. Haman, C.L.; Couzo, E.; Flynn, J.H.; Vizuete, W.; Heffron, B.; Lefer, B.L. Relationship between boundary layer heights and growth rates with ground-level ozone in Houston, Texas. J. Geophys. Res. Atmos. 2014, 119, 6230–6245. [Google Scholar] [CrossRef]
  19. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  20. Gers, F.A.; Schmidhuber, J.; Cummins, F. Learning to forget: Continual prediction with LSTM. Neural computation 2000, 12, 2451–2471. [Google Scholar] [CrossRef]
  21. Liu, G.; Guo, J. Bidirectional LSTM with attention mechanism and convolutional layer for text classification. Neurocomputing 2019, 337, 325–338. [Google Scholar] [CrossRef]
  22. Kong, W.; Dong, Z.Y.; Jia, Y.; Hill, D.J.; Xu, Y.; Zhang, Y. Short-Term Residential Load Forecasting Based on LSTM Recurrent Neural Network. IEEE Trans. Smart Grid 2019, 10, 841–851. [Google Scholar] [CrossRef]
  23. Yang, B.; Sun, S.; Li, J.; Lin, X.; Tian, Y. Traffic flow prediction using LSTM with feature enhancement. Neurocomputing 2019, 332, 320–327. [Google Scholar] [CrossRef]
  24. Shi, X.; Chen, Z.; Wang, H.; Yeung, D.-Y.; Wong, W.-K.; Woo, W.-C. Convolutional LSTM network: A machine learning approach for precipitation nowcasting. Adv. Neural Inf. Process. Syst. 2015, 802–810. [Google Scholar] [CrossRef]
  25. Schuster, M.; Paliwal, K.K. Bidirectional recurrent neural networks. IEEE Trans. Signal Process 1997, 45, 2673–2681. [Google Scholar] [CrossRef] [Green Version]
  26. Graves, A.; Fernández, S.; Schmidhuber, J. Bidirectional LSTM networks for improved phoneme classification and recognition. Int. Conf. Artif. Neural Netw. 2005, 18, 799–804. [Google Scholar]
  27. Graves, A.; Schmidhuber, J. Framewise phoneme classification with bidirectional LSTM and other neural network architectures. Neural Netw. 2005, 18, 602–610. [Google Scholar] [CrossRef]
  28. Huang, C.-G.; Huang, H.-Z.; Li, Y.-F. A Bidirectional LSTM Prognostics Method Under Multiple Operational Conditions. IEEE Trans. Ind. Electron. 2019, 66, 8792–8802. [Google Scholar] [CrossRef]
  29. Willmott, C.J. On the validation of models. Phys. Geogr. 1981, 2, 184–194. [Google Scholar] [CrossRef]
Figure 1. Architecture of an LSTM cell, including forget, input, and output gates.
Figure 1. Architecture of an LSTM cell, including forget, input, and output gates.
Sensors 22 07864 g001
Figure 2. Architecture of a bidirectional LSTM network.
Figure 2. Architecture of a bidirectional LSTM network.
Sensors 22 07864 g002
Figure 3. Proposed ozone forecast model based on the bidirectional LSTM structure.
Figure 3. Proposed ozone forecast model based on the bidirectional LSTM structure.
Sensors 22 07864 g003
Figure 4. Location of the considered ozone monitoring stations.
Figure 4. Location of the considered ozone monitoring stations.
Sensors 22 07864 g004
Table 1. Information (latitude, longitude, and location name) of the considered ozone monitoring stations.
Table 1. Information (latitude, longitude, and location name) of the considered ozone monitoring stations.
Station IDLatitudeLongitudeCity Name
6-019-400136.597442−119.503659Parlier
6-037-110334.066590−118.226755Los Angeles
6-037-130233.901389−118.205000Compton
6-065-001233.920860−116.858410Banning
6-065-800133.999580−117.416010Rubidoux
6-077-100237.950741−121.268523Stockton
6-085-000537.348497−121.894898San Jose
Table 2. Geographical information of the selected grid point for the NAM model corresponding to each ozone monitoring station.
Table 2. Geographical information of the selected grid point for the NAM model corresponding to each ozone monitoring station.
Station IDLatitudeLongitudeDistance [km]
6-019-400136.553−119.545.91
6-037-110334.1193−118.2046.22
6-037-130233.9059−118.1594.27
6-065-001233.8712−116.836.11
6-065-800134.0145−117.3873.15
6-077-100237.9313−121.2373.51
6-085-000537.3871−121.9265.10
Table 3. Performance comparison of the MLP-based and bidirectional LSTM-based surface ozone forecasting models with and without the forecasted PBL heights in terms of IOA, MAE, and RMSE.
Table 3. Performance comparison of the MLP-based and bidirectional LSTM-based surface ozone forecasting models with and without the forecasted PBL heights in terms of IOA, MAE, and RMSE.
Station IDMethodPerformance Metrics
IOAMAE (ppb)RMSE (ppb)
6-019-4001MLP (L = 1, w/o PBL)0.89796.01137.3830
MLP (L = 2, w/o PBL)0.89995.94137.2816
LSTM (w/o PBL)0.89106.17847.5812
MLP (L = 1, w/PBL)0.89495.66816.9280
MLP (L = 2, w/PBL)0.89815.60626.8828
BLSTM (w/PBL)0.89215.85217.1612
6-037-1103MLP (L = 1, w/o PBL)0.85676.24897.7356
MLP (L = 2, w/o PBL)0.86536.21177.7106
LSTM (w/o PBL)0.85666.40727.8248
MLP (L = 1, w/PBL)0.87285.86527.3019
MLP (L = 2, w/PBL)0.87135.85827.2794
BLSTM (w/PBL)0.86795.98177.3883
6-037-1302MLP (L = 1, w/o PBL)0.84526.33397.7883
MLP (L = 2, w/o PBL)0.84656.29057.7604
LSTM (w/o PBL)0.84056.53207.9609
MLP (L = 1, w/PBL)0.84596.11287.5829
MLP (L = 2, w/PBL)0.84906.05917.5255
BLSTM (w/PBL)0.84586.19657.7084
6-065-0012MLP (L = 1, w/o PBL)0.79517.85539.6385
MLP (L = 2, w/o PBL)0.78697.82059.5761
LSTM (w/o PBL)0.78148.15109.8979
MLP (L = 1, w/PBL)0.79687.55239.2330
MLP (L = 2, w/PBL)0.79507.51589.1958
BLSTM (w/PBL)0.79027.82219.5657
6-065-8001MLP (L = 1, w/o PBL)0.87947.39189.1394
MLP (L = 2, w/o PBL)0.88447.29229.0526
LSTM (w/o PBL)0.88017.56679.3660
MLP (L = 1, w/PBL)0.89016.65408.4441
MLP (L = 2, w/PBL)0.89206.60528.3415
BLSTM (w/PBL)0.88806.81288.5979
6-077-1002MLP (L = 1, w/o PBL)0.84445.95427.2909
MLP (L = 2, w/o PBL)0.84115.90447.2683
LSTM (w/o PBL)0.83006.30427.6390
MLP (L = 1, w/PBL)0.86865.35126.6830
MLP (L = 2, w/PBL)0.86715.31116.6556
BLSTM (w/PBL)0.86405.49966.9115
6-085-0005MLP (L = 1, w/o PBL)0.79176.18467.5674
MLP (L = 2, w/o PBL)0.80186.13177.5343
LSTM (w/o PBL)0.78906.40027.7771
MLP (L = 1, w/PBL)0.78936.08397.4389
MLP (L = 2, w/PBL)0.80336.02807.3890
BLSTM (w/PBL)0.79126.30627.6778
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ko, K.; Cho, S.; Rao, R.R. Machine-Learning-Based Near-Surface Ozone Forecasting Model with Planetary Boundary Layer Information. Sensors 2022, 22, 7864. https://doi.org/10.3390/s22207864

AMA Style

Ko K, Cho S, Rao RR. Machine-Learning-Based Near-Surface Ozone Forecasting Model with Planetary Boundary Layer Information. Sensors. 2022; 22(20):7864. https://doi.org/10.3390/s22207864

Chicago/Turabian Style

Ko, Kabseok, Seokheon Cho, and Ramesh R. Rao. 2022. "Machine-Learning-Based Near-Surface Ozone Forecasting Model with Planetary Boundary Layer Information" Sensors 22, no. 20: 7864. https://doi.org/10.3390/s22207864

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