Articles | Volume 15, issue 9
https://doi.org/10.5194/gmd-15-3797-2022
https://doi.org/10.5194/gmd-15-3797-2022
Development and technical paper
 | 
10 May 2022
Development and technical paper |  | 10 May 2022

Development of a deep neural network for predicting 6 h average PM2.5 concentrations up to 2 subsequent days using various training data

Jeong-Beom Lee, Jae-Bum Lee, Youn-Seo Koo, Hee-Yong Kwon, Min-Hyeok Choi, Hyun-Ju Park, and Dae-Gyun Lee
Abstract

Despite recent progress of numerical air quality models, accurate prediction of fine particulate matter (PM2.5) is still challenging because of uncertainties in physical and chemical parameterizations, meteorological data, and emission inventory databases. Recent advances in artificial neural networks can be used to overcome limitations in numerical air quality models. In this study, a deep neural network (DNN) model was developed for a 3 d forecasting of 6 h average PM2.5 concentrations: the day of prediction (D+0), 1 d after prediction (D+1), and 2 d after prediction (D+2). The DNN model was evaluated against the currently operational Community Multiscale Air Quality (CMAQ) modeling system in South Korea. Our study demonstrated that the DNN model outperformed the CMAQ modeling results. The DNN model provided better forecasting skills by reducing the root-mean-squared error (RMSE) by 4.1, 2.2, and 3.0 µg m−3 for the 3 consecutive days, respectively, compared with the CMAQ. Also, the false-alarm rate (FAR) decreased by 16.9 %p (D+0), 7.5 %p (D+1), and 7.6 %p (D+2), indicating that the DNN model substantially mitigated the overprediction of the CMAQ in high PM2.5 concentrations. These results showed that the DNN model outperformed the CMAQ model when it was simultaneously trained by using the observation and forecasting data from the numerical air quality models. Notably, the forecasting data provided more benefits to the DNN modeling results as the forecasting days increased. Our results suggest that our data-driven machine learning approach can be a useful tool for air quality forecasting when it is implemented with air quality models together by reducing model-oriented systematic biases.

Dates
1 Introduction

Fine particulate matter (PM2.5) refers to tiny particles or droplets in the atmosphere that exhibit an aerodynamic diameter of less than 2.5 µm. Such matter is mainly produced through secondary chemical reactions following the emission of precursors, such as sulfur oxides (SOX), nitrogen oxides (NOX), and ammonia (NH3), into the atmosphere (Kim et al., 2017). Studies reveal that the PM2.5 generated in the atmosphere is introduced into the human body through respiration and increases the incidence of cardiovascular and respiratory diseases as well as premature mortality (Pope et al., 2019; Crouse et al., 2015). To reduce the negative effects on health caused by PM2.5, the National Institute of Environmental Research (NIER) under the Ministry of Environment of Korea has been performing daily average PM2.5 forecasts for 19 regions since 2016. The forecasts rely on the judgment of the forecaster based on the Community Multiscale Air Quality (CMAQ) prediction results and observation data. The forecasts are announced four times daily (at 05:00, 11:00, 17:00, and 23:00 LST), and the predicted daily average PM2.5 concentrations are represented via four different air quality index (AQI) categories in South Korea: good (PM2.5≤15µg m−3), moderate (16 µg m-3 PM2.5≤35µg m−3), bad (36 µg m-3 PM2.5≤75µg m−3), and very bad (76 µg m-3 PM2.5). When the forecasts were based on the CMAQ model, the accuracy (ACC) of the daily forecast for the following day (D+1) in Seoul, South Korea, over the 3-year period from 2018 to 2020 was 64 %, and the prediction accuracy for the high-concentration categories (“bad” and “very bad”) was 69 %. Furthermore, a high false-alarm rate (FAR) of 49 % was obtained. Studies have revealed that the prediction performance of the atmospheric chemical transport model (CTM) is limited by the uncertainties in the meteorological field data used as model input (Seaman, 2000; Doraiswamy et al., 2010; Hu et al., 2010; Jo et al., 2017; Wang et al., 2021), and in emissions (Hanna et al., 2001; Kim and Jang, 2014; Hsu et al., 2019). Moreover, the physical and chemical mechanisms in the model cannot fully reflect real-world phenomena (Berge et al., 2001; Liu et al., 2001; Mallet and Sportisse, 2006; Tang et al., 2009).

To overcome the uncertainty and limitations of the atmospheric CTM, a model for predicting air quality using artificial neural networks (ANNs) based on statistical data has recently been developed (Cabaneros et al., 2019; Ditsuhi et al., 2020). Studies using ANNs, such as the recurrent neural network (RNN) algorithm which is advantageous for time-series data training (Biancofiore et al., 2017; Kim et al., 2019; Zhang et al., 2020; Huang et al., 2021) and the deep neural network (DNN) algorithm which is advantageous for extracting complex and non-linear features, are underway (Schmidhuber et al., 2015; LeCun et al., 2015; Lightstone et al., 2017; Cho et al., 2019; Eslami et al., 2020; Chen et al., 2021; Lightstone et al., 2021). Kim et al. (2019) developed an RNN model to predict PM2.5 concentrations after 24 h periods at two observation points in Seoul. The evaluation of the prediction performance of the RNN model for the May to June 2016 period yielded an index of agreement (IOA) range between 0.62 and 0.76, which constituted a 0.12 to 0.25 IOA improvement compared with the CMAQ model. Lightstone et al. (2021) developed a DNN model that predicted 24 h PM2.5 concentrations based on aerosol optical depth (AOD) data and Kriging PM2.5. The DNN-model predictions for the January to December 2016 period yielded a root-mean-squared error (RMSE) of 2.67 µg m−3, thereby demonstrating a prediction-performance improvement of 2.1 µg m−3 compared with the CMAQ model.

It is to be noted that previous studies concerning the prediction of PM2.5 concentrations using ANNs primarily developed and evaluated models for predicting the daily average concentration within a 24 h period based solely on observation data. In this study, we developed a DNN model that predicts PM2.5 concentrations at 6 h intervals over 3 d – from the day of prediction (D+0) to 2 d after the day of prediction (D+2) – by extending the prediction period compared with that of the previous studies. Furthermore, the daily and 6 h average prediction performance was comparatively evaluated against that of the CMAQ model currently operational for such predictions. In addition, the effect of the training data on the daily prediction performance of the DNN model was quantitatively analyzed via three experiments that used different configurations of the training data in terms of predictive data from numerical models as well as observation data.

2 DNN model implementation and acquisition of training data

Figure 1 outlines the process for the development of the DNN model used herein, which consists of three broad stages: preprocessing, model training, and post-processing. In the preprocessing stage, the data necessary for the development of the DNN model are collected, and the collected data are processed into a suitable format for use as the training and validation data. In the model training stage, the backpropagation algorithm and parameters are applied to implement the DNN model, and the most optimal “weight file” is saved once training and validation are completed. In the post-processing stage, prediction is performed using the saved “weight file”. Section 2.1 provides a detailed description of the data used for training, and Sect. 2.2 describes the development of the DNN model.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f01

Figure 1Flowchart of the PM2.5 forecasting system based on the DNN algorithm.

Download

2.1 Training data acquisition

For training of the DNN model, validating the trained DNN model, and making predictions using the developed DNN model, we used observation data, such as ground-based air quality and weather data, as well as forecasting data, such as ground-based and altitude-specific weather data and ground-based PM2.5, generated via the WRF and CMAQ models in Seoul, South Korea. In addition, the membership function was used to reflect temporal information. Data pertaining to a 3-year period (2016–2018) were used for training the model, and data pertaining to 2019 were used for validation. Data pertaining to a 3-month period (January to March 2021) were used to evaluate the prediction performance.

Figure 2 illustrates the spatial distribution of the weather and air quality observation points in Seoul, South Korea, where the observation data used for training the model had been measured, and Table 1 presents a list of the weather and air quality observation data variables used for the training. Six variables of air quality (SO2, NO2, O3, CO, PM10, and PM2.5), measured with the measuring equipment provided by Air Korea on their website, were used to obtain observation data. SO2 and NO2 are the precursors that directly affect the changes in the PM2.5 concentration. O3 is generated by NOx and volatile organic compounds (VOCs) and causes direct and indirect effects on the changes in the PM2.5 concentration (Wu et al., 2017; Geng et al., 2019). CO affects the generation of O3 in the oxidation process via the OH reaction, which, in turn, has an indirect effect on the changes in the PM2.5 concentration (Kim et al., 2016). Furthermore, particulate matter with particles exhibiting a less than 10 µm diameter (PM10) is highly correlated with PM2.5 during periods of high concentration and exhibits similar trends in seasonal concentrations (Mohammed et al., 2017; Gao and Ji, 2018).

Table 1Training variables in the PM2.5 prediction system using a DNN based on surface-weather observations. Air quality variables were obtained from 41 air quality measurement equipment in Seoul. Surface weather variables were obtained from ASOS in Seoul. Observation data were collected every hour.

Download Print Version | Download XLSX

Real-time data from the Automated Surface Observing System (ASOS) were used as the weather data, through the uniform resource locator–application programming interface (URL–API) operated by the Korea Meteorological Administration. The eight variables for the surface-weather data included: vertical and horizontal wind speed, precipitation, relative humidity, dew point, atmospheric pressure, solar radiation, and temperature. Wind speeds and precipitation are known to be negatively correlated with the PM2.5 concentration, whereas an increase in the relative humidity increases the PM2.5 concentration. Wind speed is generally associated with turbulence, and an increase in the intensity of the turbulence facilitates the mixing of air, inducing a decrease in the PM2.5 concentration (Yoo et al., 2020). Precipitation affects the PM2.5 concentration owing to the washing effect therein. A lower than 80 % increase in the relative humidity affects the increase in the PM2.5 concentration, owing to increased condensation and nucleation (Yoo et al., 2020; Kim et al., 2020). The dew point is associated with relative humidity; therefore, it has an indirect effect on the PM2.5 concentration. In addition, atmospheric pressure, solar radiation, and temperature affect the occurrence of high PM2.5 concentrations and seasonal changes in PM2.5. In terms of atmospheric pressure, the atmospheric stagnation caused by high pressure influences the occurrence of high PM2.5 concentrations (Park and Yu, 2018). Solar radiation appears to be negatively correlated with the PM2.5 concentration in winter (Turnock et al., 2015), and temperature is reported to affect the changes in the PM2.5 concentration owing to an increased sulfate concentration and decreased nitrate concentration at high temperatures (Dawson et al., 2007; Jacob and Winner, 2009).

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f02

Figure 2Spatial distributions of weather () and air quality () measurement sites in Seoul.

Figure 3 depicts the nested-grid modeling domains used to generate the forecast data in terms of surface-level and altitudinal weather and air quality that is used for training the DNN model, with northeastern Asia represented as Domain 1 (27 km) and the Korean Peninsula represented as Domain 2 (9 km). The simulation results of the Weather Research and Forecasting (WRF, v3.3) model, a regional-scale weather model developed by the National Center for Environmental Prediction (NCEP) under the National Oceanic and Atmospheric Administration (NOAA) in the United States, were used as the weather forecast data. The simulation results obtained via the CMAQ system (v4.7.1) developed by the U.S. Environmental Protection Agency were used as the PM2.5 prediction data. The unified model (UM) global forecast data provided by the Korea Meteorological Administration were used as the initial and boundary conditions of the WRF model for the weather simulation. In the WRF model simulation, the Yonsei University Scheme (YSU) (Hong et al., 2006) was used for the planetary boundary layer (PBL) physics, the WRF single-moment class-3 (WSM3) scheme (Hong et al., 1998, 2004) was used for cloud microphysics, and the Kain-Fritsch scheme (Kain, 2004) was used for cloud parameterization. The meteorological field generated was converted into a form of data input to the numerical air quality model using the Meteorology–Chemistry Interface Processor (MCIP, v3.6). The Sparse Matrix Operator Kernel Emission (SMOKE, v3.1) model was applied to the emissions inventory of northeastern Asia (excluding South Korea). The Model Inter-Comparison Study for Asia, Phase 2010 (MICS-Asia; Itahashi et al., 2020) and the Clean Air Policy Support System, 2010 (CAPSS) were applied to the emissions inventory of South Korea. The Model of Emissions of Gases and Aerosols from Nature (MEGAN, v2.0.4) was used to represent natural emissions. In case of the CMAQ model for PM2.5 concentration simulation, the Statewide Air Pollution Research Center, version 99 (SAPRC-99; Carter et al., 1999) mechanism was used for the chemical mechanism, the fifth-generation CMAQ aerosol module (AERO5; Binkowski et al., 2003) was used for the aerosol mechanism, and the Yamartino scheme for mass-conserving advection (YAMO scheme) (Yamartino, 1993) was used for the advection process. We directly generated the training data using the WRF and CMAQ.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f03

Figure 3CMAQ modeling domains applied to generate the DNN model training data: (a) Northeastern Asian area with 27 km horizontal grid resolution and (b) Korean Peninsula area with 9 km horizontal grid resolution.

Table 2 presents a list of the weather and air quality prediction model data variables used for training the PM2.5 prediction system. The air quality forecast variable of the CMAQ model was PM2.5. Sixteen meteorological forecast variables were created by the WRF model. PM2.5 and its precursors are emitted from the ground, and they move at an altitude of 1.5 km or less. Therefore, lower altitude data variables were mainly used. The meteorological forecast variables on the ground included vertical and horizontal wind speed, precipitation, relative humidity, atmospheric pressure, temperature, and mixing height. In addition, the predicted meteorological variables for each altitude included the geopotential height as well as the vertical and horizontal wind speed at 925 hPa. The geopotential height, vertical and horizontal wind speed, relative humidity, potential temperature at 850 hPa, and the difference in the potential temperature between 850 and 925 hPa were also included. An increase or decrease in mixing height, which depends on thermal and mechanical turbulence, affects the spread of air pollutants. As the mixing height increases, the diffusion intensity increases and the concentration of air pollutants, such as PM2.5, decreases. The potential temperature is an indicator of the vertical stability of the atmosphere, and the vertical stability can be used to identify the formation of the inversion layer, which has a significant effect on the PM2.5 concentration (Wang et al., 2014). Finally, altitude data are associated with the atmospheric stability and long-term transport of air pollutants (Lee et al., 2018).

Table 2Training variables in the PM2.5 prediction system using a DNN based on the WRF and CMAQ models. WRF and CMAQ model results were obtained from 9 km horizontal grid resolution. These values were collected on an hourly interval.

Download Print Version | Download XLSX

To train the DNN model to understand the change patterns in the PM2.5 concentration over time and consider the propagation of temporal change, time data were generated using the membership function presented by Yu et al. (2019). The concept of the membership function is derived from the fuzzy theory, and it defines the probability that a single element belongs to a set. In this study, the probability that the date (element) belongs to 12 months (set) was calculated using the membership function. PM2.5 concentration in Seoul is high in January, February, March, and December, and low from August to October. PM2.5 concentration has a characteristic that changes gradually from month to month. The membership function was used to reflect these monthly change characteristics. The temporal data using the membership function contained 12 variables, representing the months from January to December. The sum of the variables was set to 1. Of the 12 variables, 10 had a value of 0, and 2 had values between 0 and 1. The 2 non-zero variables were determined based on the day of generation of the temporal data and were defined as “month” and “adjacent month”. If the temporal data were generated between the 1st and the 14th day of a “month”, the “adjacent month” referred to the month preceding this “month”. If the temporal data were generated between the 16th to the 31st day of a “month”, the “adjacent month” referred to the month succeeding this “month”. The “adjacent month” was not considered when the temporal data were generated on the 15th day of the “month”. The values of the “adjacent month” and “month” variables were calculated through Eqs. (1)–(4). For example, when generating the temporal data for 10 January, the “month” would be January, and the “adjacent month” would be December. Based on the calculations in Eq. (1), the “month” variable value would equal 0.82 and the “adjacent month” variable value would equal 0.18, and the rest of the variable values from February to November would equal 0:

(1)if d<15 then “Month value”=128×d+1328;(2)if d>15 then “Month value”=-130×d+32;(3)if d=15 then “Month value”=1;(4)and “Adjacent Month value”=1-“Month value”.

2.2 Implementation of the DNN model

To develop DNN models over 6 h intervals, time steps (T-steps) were constructed for the target period of 3 d (D+0 to D+2) to perform predictions as shown in Table 3. T12_D0 to T24_D0 are included in the day of prediction (D+0), T06_D1 to T24_D1 in the 1 d after of prediction (D+1), and T06_D2 to T24_D2 in the 2 d after of prediction (D+2). Weather and air quality prediction data used in each T-step training data averages 1 h interval data into 6 h interval data; and the 9 km grids corresponding to Seoul were averaged spatially. The observation data used in each T-step training data averages the preceding 6 h period at the beginning of the forecast (01:00 to 06:00 on D+0).

Table 3Configuration of the training data for each T-step to implement the DNN model for the 6 h average prediction.

Download Print Version | Download XLSX

The feature scaling, including standardization and normalization, was implemented to transform data into uniform formats, reduce data bias of training data, and ensure equal training for the DNN model at each T-step. The normal distribution of the variables in the training data was standardized through standardization. The variables in the training data were standardized to be distributed in the range of a mean of 0 and standard deviation of 1. The standardized variables of the training data were subsequently normalized to the minimum (min(x)) and maximum (max(x)) values so that the values would be bounded in an equal range between 0 and 1. Both normalization and standardization were applied to train the characteristics of training variables equally to the DNN model. Standardization and normalization were performed using the Z-score (Eq. 5) and Min–max scaler (Eq. 6), respectively:

(5)Zscore=x-μσ;(6)Min–max scaler=x-min(x)max(x)-min(x).

Figure 4 depicts the training process of the DNN model. After feature scaling, the training data is trained through the backpropagation algorithm in the five-stacked-layer DNN model. The statistical and AQI performance results of the DNN model based on the layer are presented in Tables S1 and S2, respectively, in the Supplement. The results of the four-stacked-layer and five-stacked-layer models show that the performance is similar. However, compared with the four-stacked-layer model, the RMSE of the five-stacked-layer decreases by approximately 0.1–1 µg m−3 at D+0 to D+2, and the ACC of the five-stacked-layer model increases by approximately 1 %p to 6 %p at D+0 to D+2. Therefore, the five-stacked-layer model shows the better performance. The six-stacked-layer and eight-stacked-layer models contain errors that converge without decreasing during the training process of the model (vanishing gradient problem). The cause of this problem is the activate function. The backpropagation algorithm consists of the feedforward and backpropagation processes. Feedforward is the process of calculating the difference (cost) between the output value (hypothesis) and target value (true value) in the output layer, after the calculation has proceeded from the input layer to subsequent layers and finally reached the output layer. Backpropagation is the process of creating new node values for the input layer by updating the weight using the cost calculated in the feedforward process.

In the feedforward process, the node (i) value (xi(l)) of the previous layer (l) is converted to the hypothesized (xi(l+1)), and the node (m) value of the subsequent layer (l+1) is converted through the weight (wm,il), deviation (bm), and sigmoid function ((Zm(l+1))), which is an activation function. Equations (7) and (8) outline the calculation process:

(7)Zm(l+1)=i=1nxi(l)×wm,i(l)+bm;(8)xm(l+1)=Zml+1=11+e(-Zm(l+1)).

The mean squared error (MSE), a cost function, is applied to the difference (cost) between the hypothesized and target value calculated during the forward propagation process, as denoted by Eq. (9) (Hinton and Salakhutdinov, 2006):

(9) Cost = 1 n x m Outlayer - Target 2 = 1 n Hypothesis - Target 2 .

In the backpropagation process, the weights calculated in the feedforward process are updated via the gradient descent method. For weight updating, the corresponding magnitude can be adjusted by multiplying it with a scalar value known as the learning rate (η) (Eq. 10) (Bridle, 1989):

(10) W m , i ( l ) = W m , i ( l ) - η Cost W m , i ( l ) .

Therefore, the backpropagation algorithm is configured as expressed in Eqs. (5)–(10), and the DNN model learns the features of the training data by repeating the backpropagation algorithm as many times as the number of epochs.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f04

Figure 4Structure of DNN model training process.

Download

In this study, early-stopping was applied to avoid the overfitting that occurred in the form of a decrease in the cost of the training data while the cost of the validation data increased with the number of epochs. The early-stopping condition is applicable when the cost value of the validation data at Epochn is lower than the cost of the validation data from Epochn+1 to EpochMax. When the early-stopping condition is satisfied, the user-defined variable “Count” increases by 1 if the “Count” is zero, and if “Count” is non-zero, the learning rate decreases by 10-1×Count, so that learning is performed with an updated learning rate from Epochn+1 onwards. When the cost values of the validation data from Epochn+1 to EpochMax exceed the cost values of Epochn in the previous “Count”, the learning of the model is completed.

3 Experimental design and indicators for prediction performance evaluation

Figure 5 displays the average monthly PM2.5 concentrations observed in Seoul from 2016 to 2019. The highest average monthly PM2.5 concentration between 2017 and 2019 was observed in January, March, and December, i.e., during the winter season. The average monthly PM2.5 concentration ranged between 28.8 and 37.8 µg m−3 in winter and 16.6 and 26.6 µg m−3 in summer over the 4-year period (2016–2019). This indicated that the concentration in winter exceeded that in summer by approximately 12 µg m−3. In this study, the prediction performance of the DNN model was evaluated during winter months (1 January to 31 March 2021) that exhibited high PM2.5 concentrations.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f05

Figure 5Time series of the monthly average PM2.5 concentrations from 2016 to 2019.

Download

Three experiments (DNN-OBS, DNN-OPM, and DNN-ALL) were performed to examine the effects of the training-data configuration on the prediction performance of the DNN model. The DNN-OBS model used the observation data as the sole training data, the DNN-OPM model used both observation and weather forecast data for Tx_Dy (x: 06, 12, 18, 24; y: 0–2) as the training data, and the DNN-ALL model used the observation data, weather forecast data, and PM2.5 concentration prediction data Tx_Dy (x: 06, 12, 18, 24; y: 0–2) as the training data. The observation variables presented in Table 1 in Sect. 2.1 were used as common variables in the three experiments. Among the predictors shown in Table 2 in Sect. 2.1, the variables produced in the WRF model were used in the DNN-OPM and DNN-ALL models, whereas the variables produced in the CMAQ model were used only in the DNN-ALL model.

The prediction performances of the three DNN-model experiments were evaluated based on statistics and the AQI. The MSE, RMSE, IOA, and correlation coefficient (R) were used as the indicators in statistical evaluation. The MSE and RMSE, which represented the loss functions of the DNN model, were used to determine the quantitative difference between the model predictions and observed values. The IOA indicator determined the level of agreement between the model predictions and observed values based on the ratio of the MSE to the potential error. The R indicator determined the correlation between the model predictions and observed values. Equations (11)–(14) were used to calculate these five indicators:

(11)MSEµgm-32=1N1NModel-Obs2;(12)RMSEµgm-3=1N1NModel-Obs2;(13)IOA=1-1NModel-Obs21NModel-Obs+Obs-Obs2;(14)R=Model-Model×Obs-ObsModel-Model2×Obs-Obs2.

The AQI for PM2.5 was classified into four categories based on the PM2.5-concentration standards used in South Korea. PM2.5 concentrations from 0 to 15 µg m−3 were classified as “good”; 16 to 35 µg m−3, “moderate”; 36 to 75 µg m−3, “bad”; and 76 µg m−3 or higher, “very bad”. The ACC determined the categorical prediction accuracy of the model pertaining to the four AQI categories, and the probability of detection (POD) determined the prediction performance of the model for high PM2.5 concentrations (“bad” and “very bad” AQI categories). The FAR determined the rate of incorrect predictions when the observations tended to be “moderate” or “good”, but the predictions pointed to high concentrations (“bad” or “very bad” AQI categories). A low FAR value indicated better performance. The F1-score indicator, which is the harmonic mean of the POD and FAR, reflected the POD as well as FAR evaluations. Additionally, the recall and precision were evaluated for four categories. The recall is an indicator of how well the model reproduced the categories that appear in observation. The precision is the accuracy that matches the category of observation among the prediction results of the model for each category. Equations (S1)–(S8) in the Supplement were used for calculating the recall and precision. Equations (15)–(18) were used for calculating the AQI prediction-evaluation indicators:

(15)ACC%=a1+b2+c3+d4N×100;(16)POD%=c3+c4+d3+d4a3+a4+b3+b4+c3+c4+d3+d4×100;(17)FAR%=(c1+c2+d1+d2)(c1+c2+c3+c4+d1+d2+d3+d4)×100;(18)F1score=2×POD×(100-FAR)POD+(100-FAR).

Table 4 lists the intervals corresponding to the four categories for calculating ACC, POD, FAR, and recall and precision.

Table 4Intervals corresponding to the four categories for calculating ACC, POD, FAR, and recall and precision: “good” (PM2.5≤15µg m−3); “moderate” (16 µg m-3 PM2.5≤35µg m−3); “bad” (36 µg m-3 PM2.5≤75µg m−3); and “very bad” (76 µg m-3 PM2.5).

Download Print Version | Download XLSX

The effect of the training data on the prediction performance of the DNN model was quantitatively analyzed using the RMSE indicator. The overall effect of the forecast data on model predictions was calculated based on the RMSE difference between the DNN-ALL and DNN-OBS models. The effect of the predicted weather data on model predictions was calculated based on the RMSE difference between the DNN-OPM and DNN-OBS models (Eq. 19):

(19) Contribution of predicted weather  ( % ) = DNN - OPM D + i - DNN - OBS D + i DNN - ALL D + i - DNN - OBS D + i × 100 i = 0 2 .

The effect of the predicted PM2.5 data on model predictions was calculated based on the RMSE difference between the DNN-ALL and DNN-OBS models (Eq. 20).

(20) Contribution of predicted  PM 2.5 % = DNN - ALL D + i - DNN - OPM D + i DNN - ALL D + i - DNN - OBS D + i × 100 ( i = 0 2 ) .
4 Evaluation of prediction performance

The evaluations based on statistics and AQI classifications were conducted for each of the DNN-model experiments (DNN-OBS, DNN-OPM, and DNN-ALL), and the results were compared with those of the CMAQ model currently operational in South Korea. In Sect. 4.1, we examine the daily prediction performance of the three DNN-model experiments and CMAQ model using statistical indicators for the 3 d period (D+0 to D+2), and quantitatively analyze the effect of different training data combinations on the prediction performance of the DNN model. A comparative evaluation with the CMAQ model was conducted to assess whether the DNN-ALL model was more comprehensive for 6 h average forecasting than the existing daily average forecasting model. In Sect. 4.2, to assess the potential of DNN-ALL as a superior forecasting model, the daily AQI predictions therein for the 3 d period (D+0 to D+2) were compared with those of the CMAQ model.

4.1 Evaluation of daily prediction performance based on the training data

Table S3 in the Supplement shows the statistical evaluation results of three DNN-model experiments (DNN-OBS, DNN-OPM, and DNN-ALL) and CMAQ model during the training period from 2016 to 2018. In D+0 to D+2, the DNN-ALL model performs the best in terms of all statistical indicators. In addition, the values of all three experiments indicate a decrease in the RMSE compared to the CMAQ model. Table S4 in the Supplement presents the statistical evaluation results of the three experiments and CMAQ models during the validation period in 2019. The DNN-OBS model shows similar performance for D+0 compared with the CMAQ model but decreased performance owing to an increased RMSE of D+1 and D+2 by 2.0 and 2.2 µg m−3, respectively. The DNN-OPM model shows an increase in performance owing to a decrease in the RMSE of D+0 and D+1 by 3.0 µg m−3 and 0.4 µg m−3, respectively, compared with the CMAQ model, indicating that the performance is similar. However, the RMSE of D+2 increased by 0.4 µg m−3 compared with the CMAQ model. For the DNN-ALL model, the RMSE from D+0 to D+2 decreased by 4.6, 2.7, and 2.1 µg m−3, compared with the CMAQ model, which shows an improved performance.

Table 5Statistical summary of daily PM2.5 concentration prediction performance of the CMAQ, DNN-OBS, DNN-OPM, and DNN-ALL models.

Download Print Version | Download XLSX

Table 5 summarizes the results of the statistical evaluations of the prediction performances of the three DNN-model experiments and the CMAQ model in the test set (January to March 2021). Figure 6 depicts the corresponding Taylor diagrams, and Fig. 7 illustrates the corresponding time series. For D+0, the CMAQ model RMSE was 11.4 µg m−3 with a 0.90 IOA, and that of the DNN-OBS was 10.8 µg m−3 with a 0.86 IOA, thereby indicating a lower error and IOA compared with those of the CMAQ model. The RMSEs of the DNN-OPM and DNN-ALL were 8.0 and 7.3 µg m−3, respectively, and their IOAs were 0.93 and 0.95, respectively, indicating decreased errors and increased IOAs compared with those of the CMAQ model. Based on the RMSE and IOA values, the DNN-ALL exhibited the best prediction performance. The Taylor diagram (Fig. 6a), which depicts the RMSE, R, and standard deviation indicators simultaneously, confirms that DNN-ALL demonstrated the best prediction performance among the evaluated models. Figure 7a1 and a2 reveal that all three of the DNN-model experiments exhibited improved overprediction performance compared with the CMAQ model; however, the DNN-OBS exhibited the highest underprediction of PM2.5 concentration during the high-concentration period (11–14 February). The domestic and foreign contributions to the high-concentration period were analyzed using the CMAQ with the brute-force method (CMAQ-BFM) model (Bartnicki, 1999; Nam et al., 2019). The BFM revealed that the foreign contribution to the PM2.5 concentration because of the long-term transport of pollutants to the Seoul area was 68 % on 11 February, 54 % on 12 February, 66 % on 13 February, and 41 % on 14 February. This aspect of the high PM2.5 concentration could not be characterized solely by using observation data (data observed at each point) as the training data. This phenomenon seemed to cause an increase in the concentration on the day subsequent to the day a high concentration occurred. The DNN-OBS RMSE obtained on excluding the high-concentration period was 9.4 µg m−3, which was lower than that of the CMAQ model (10.9 µg m−3) and 1.4 µg m−3 lower than that exhibited by the DNN-OBS model when the high-concentration period was included. In contrast, the RMSEs of the DNN-OPM and DNN-ALL were 7.3 and 7.0 µg m−3, respectively, the IOAs were 0.93 and 0.94, respectively, and the R values were 0.89 for both models, when the high-concentration period was excluded. No significant difference in results was observed even on inclusion of the high-concentration period (11–14 February). These results suggest that when the observation and prediction data are used as the training data, the DNN model reflects the characteristics of the high-concentration phenomenon caused by long-distance transport. Excluding the high PM2.5 concentration caused by long-term transport, the DNN model demonstrated a marginally improved prediction performance compared with the CMAQ model on D+0, even when using only the observation data as the training data. In addition, the use of the prediction data as the training data facilitated an improved prediction performance concerning the long-term-transport-induced phenomenon compared with that of the CMAQ model.

For D+1 and D+2, the CMAQ model RMSEs were 11.2 and 13.6 µg m−3, respectively, and the IOAs were 0.90 and 0.85, respectively. In contrast, the DNN-OBS RMSEs for D+1 and D+2 were 16.2 and 16.9 µg m−3, respectively, and the IOAs were 0.44 and 0.27, respectively. Thus, the DNN-OBS model resulted in larger errors and smaller IOAs compared with the CMAQ model. The errors increased and the IOAs decreased for the DNN-OPM, when compared with those of the CMAQ model. However, the DNN-OPM model RMSEs decreased by 4.0 and 2.9 µg m−3, and the IOAs increased by 0.34 and 0.45 compared with those of the DNN-OBS model, for D+1 and D+2, respectively. The DNN-ALL model performed the best, with RMSEs of 9.0 and 10.6 µg m−3 and IOAs of 0.90 and 0.86 for D+1 and D+2, respectively, exhibiting smaller errors and larger IOAs compared with those of the CMAQ model. The standard deviations of the DNN-ALL model were 13.5 and 12.7 µg m−3 for D+1 and D+2, respectively. For D+1 and D+2, DNN-ALL outperformed the remaining DNN models and the CMAQ model (Fig. 6b and c). This was concluded based on the superior RMSE and R values exhibited therein. Moreover, as shown in Fig. 7b1, b2, c1, and c2, the DNN-ALL model exhibited lower overprediction compared with that by the CMAQ model. However, the DNN-OBS and DNN-OPM models overpredicted low PM2.5 concentrations and underpredicted high PM2.5 concentrations, when compared with the observation data. The DNN-OBS model did not predict the change in the observed PM2.5 concentration after D+0, indicating a decrease in IOA and a limited range of predicted PM2.5 concentrations with respect to the observations. Although the DNN-OPM model outperformed DNN-OBS, it was inferior to DNN-ALL because the DNN-OPM training data lacked sufficient features for predicting the change in the observed PM2.5 concentration. The DNN-ALL model outperformed the CMAQ model for D+1 and D+2, while all three DNN-based models outperformed the CMAQ model for D+0. For D+1 and D+2, the RMSE of the DNN-ALL model decreased by 7.2 and 6.3 µg m−3, respectively, compared with DNN-OBS. The effects of weather forecast data were 56 % (4 µg m−3) and 46 % (2.9 µg m−3), respectively, and those of predicted PM2.5 concentration were 44 % (3.2 µg m−3) and 54 % (3.4 µg m−3), respectively, when used as training data. These results suggest that as the prediction period lengthens, the weather forecast and PM2.5 concentration prediction data are more important than current observation data for improving the model prediction performance.

Also, the performance of the Random Forest (RF) model, one of the statistical models, was evaluated and compared with DNN-ALL. Table S5 in the Supplement shows the statistical evaluation of the Random Forest (RF) model, and the DNN-ALL model with the best results in the statistical evaluation of the three experiments and CMAQ model. Compared with the RF model, the RMSE value of the DNN-ALL model decreased by 0.6–1.9 µg m−3, and the R and IOA values increased slightly. Although the volume of training data in this paper was not sufficiently huge to be applied to DNN model, the DNN model outperformed the RF model. In the future, the DNN model can also reflect the expansion of training data and consider the scalability of the model that can predict future data growth over time and segmentation with a 1 h interval. Therefore, the performance of the DNN model is expected to improve as the training data increases.

In modern times, people demand the availability of more detailed forecasts, well in advance of the average daily forecast, to enable better planning of daily lives and the mitigation of air-polluting emissions. Therefore, the applicability of the DNN-ALL model as a 6 h forecast model was evaluated. Furthermore, the 6 h mean prediction performance of the DNN-ALL model was evaluated against that of the CMAQ model. Table 6 presents the RMSE and IOA for each T-step of the DNN-ALL and CMAQ models. The RMSEs of the DNN-ALL model ranged between 7.3 and 16.0 µg m−3, a decrease of 2.7–8.8 µg m−3 compared with the CMAQ model. The DNN-ALL IOAs ranged between 0.74 and 0.97, indicating higher (or similar) IOAs than those of the CMAQ model. However, the RMSE and IOA of the DNN-ALL model did not decrease monotonically. This is because the model performance may differ according to the conditions of target time such as daytime, nighttime, high concentration, and low concentration. As shown in the CMAQ model results, the prediction performance of the DNN-ALL model degrades or improves monotonically over time.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f06

Figure 6Taylor diagrams for D+0 to D+2 (ac) of the CMAQ, DNN-OBS, DNN-OPM, and DNN-ALL models. In each diagram, the contour line connecting the x and y axes represents the standard deviation, and the dark gray contour line represents the RMSE. The smaller the RMSE, the higher the R value; the closer the standard deviation is to the standard deviation of the observation, the closer it is to the Obs ().

Download

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f07

Figure 7Time series of PM2.5 concentrations from observations and predictions using the CMAQ, DNN-OBS, DNN-OPM, and DNN-ALL models. Panels (a1)(c1) depict the time series of predictions and observations and (a2)(c2) depict the differences between the predictions and observations (predictions minus observations). In (a1)(c1), each of the dashed lines represents values of 15.5, 35.5, 75.5, and the average value of observation (27 µg m−3). In (a2)(c2), the dashed lines represent the standard deviation of observation PM2.5 as negative and positive.

Download

Table 6Statistical summary of the performances of the CMAQ and DNN-ALL models in the case of 6 h average PM2.5 forecasts.

Download Print Version | Download XLSX

4.2 AQI-prediction performance

Among the three experiments described in Sect. 4.1, the DNN-ALL model demonstrated the best results in the statistical evaluation. The AQI-prediction performance of the DNN-ALL model was compared with that of the CMAQ and RF model.

Table 7 and Fig. 8 present the AQI evaluation results of the DNN-ALL and CMAQ models. The overall ACC of the DNN-ALL model for D+0 was 77.8 %, 12.2 %p higher than that of the CMAQ model. The categorical-prediction ACC of the DNN-ALL was greater than that of the CMAQ model by 7.4 %p for “good”, 17.1 %p for “moderate”, 4.8 %p for “bad”, and 100 %p for “very bad”. During the target period of this study, “very bad” occurred once. Although DNN-ALL predicted this occurrence accurately, the CMAQ predicted “bad”, indicating a 100 %p difference in accuracy between the two models (Fig. 8a1, b1). The F1 score was 80 %, 3 %p higher than that of the CMAQ model. The FAR of the DNN-ALL model improved by 16.9 %p, although the POD decreased by 9.1 %p. These results suggest that the DNN-ALL model overpredicted less than the CMAQ model, whose predicted PM2.5 concentrations were generally higher than the observed values.

Table 7Categorical forecast scores of the performance of the CMAQ and DNN-ALL models.

Download Print Version | Download XLSX

For D+1 and D+2, the overall ACC was 64.4 % and 61.1 %, respectively, a decrease of 2.3 %p and 1.1 %p, respectively, compared with the CMAQ model. The AQI-prediction ACC of the DNN-ALL model decreased by 26.9 %p on both days in “good”, and increased by 11.6 %p for D+1 and 4.7 %p for D+2 in “moderate”. The “good” ACC was low because the CMAQ model underpredicted, and the DNN-ALL model overpredicted, with respect to the observed values. An equal “bad” ACC of 70.0 % was obtained via the DNN-ALL and CMAQ models for D+1, which increased by 20.0 %p for the DNN-ALL model on D+2 (Fig. 8a2, a3, b2, and b3). The F1 score of DNN-ALL model was 70.0 % for D+1 and 67.0 % for D+2; however, the F1 score increased for the DNN-ALL model by 1 %p for D+1 and 7 %p for D+2. For the DNN-ALL model, in the case of D+1, the POD decreased by 9.6 %p and FAR improved by 7.5 %p, whereas in the case of D+2, the POD increased by 4.8 %p and FAR improved by 7.6 %p.

Table S6 in the Supplement shows the precision and recall of all categories for the DNN-ALL and CMAQ models. The precision and recall of the DNN-ALL model in the bad category are presented to be higher than those of the CMAQ model. In the bad category of D+0, the precision and recall of the DNN-ALL model are greater than those of the CMAQ model by 0.24 and 0.04, respectively. In addition, in the “very bad” category, the precision and recall of the DNN-ALL model are to be 1.0 equally higher than those of the CMAQ model. In D+1, the precision of the DNN-ALL model in the “bad” category is greater than that of the CMAQ model by 0.10, but the recall is similar to the CMAQ model. In D+2, the precision and recall for the “bad” category of the DNN-ALL model increased by 0.14 and 0.20 compared with the CMAQ model, respectively. These results show that the performance of the DNN-ALL model is superior to that of the CMAQ model for predicting high concentrations that affect the health of the people.

Table S7 in the Supplement shows the AQI evaluation results of the DNN- ALL and RF models. The ACC of the DNN-ALL model increased by approximately 2 %p– 13 %p compared with the RF model, and the F1 score decreased by 1 %p at D+1 but increased by 1 %p and 9 %p at D+0 and D+2, respectively.

https://gmd.copernicus.org/articles/15/3797/2022/gmd-15-3797-2022-f08

Figure 8Observations from D+0 to D+2 and corresponding scatter plots of the DNN-ALL and CMAQ models. Panels (a1)(a3) show the scatter plot of the CMAQ model and observation. Panels (b1)(b3) show the scatter plot of the DNN-ALL model and observation. The blue dots indicate the observation and prediction values in the AQI category “good”; the green dots, “moderate”; the red dots, “bad”; and the orange dots, “very bad”.

Download

5 Conclusion

The DNN model, a kind of machine learning approach, has been developed for predicting the 6 h average PM2.5 concentration up to 2 subsequent days (D+0 to D+2) using the observation and forecast data for weather and PM2.5 concentration to surmount limitations in numerical air quality models such as uncertainties in physical and chemical parameterizations, meteorological data, and emission inventory database. The performance of the DNN model was comparatively evaluated against the currently operational CMAQ model, a kind of numerical air quality model, in South Korea. The effects of different training data on the PM2.5 prediction of the DNN model were also analyzed.

Compared with the CMAQ model, the RMSE of the DNN-OPM and DNN-OBS models increased by 1.0 and 5.0 µg m−3 for D+1, and by 0.4 and 3.3 µg m−3 for D+2, even though it decreased by 3.4 and 0.6 µg m−3 for D+0, respectively. On the other hand, the RMSE of the DNN-ALL model continued to decrease by 4.1, 2.2, and 3.0 µg m−3 for the 3 consecutive days compared to CMAQ model and also decreased by 7.2 µg m−3 (D+1) and 6.3 µg m−3 (D+2) compared with DNN-OBS model. These results indicated that the use of forecasting data as the training data greatly affected the performance of the DNN model as the forecasting days increased. The RMSE of the DNN-ALL model decreased within a range of 2.7–8.8 µg m−3 in the 6 h average PM2.5 prediction compared with CMAQ model. These results showed that the DNN model outperformed the CMAQ model when it was simultaneously trained by using the observation and forecasting data from the numerical air quality model in both 6 h average and daily forecasting. The DNN-ALL model showed that the F1 score increased by 3 %p, 1 %p, and 7 %p, and FAR decreased by 16.9 %p, 7.5 %p, and 7.6 %p for the 3 consecutive days, indicating that the DNN-ALL model substantially mitigated the overprediction of the CMAQ model in high PM2.5 concentrations. Our results suggest that the machine learning approach can be a useful tool to overcome limitations in numerical air quality models. For further performance improvement of the DNN model, spatial training data should be expanded to reflect the changes in PM2.5 concentration induced by the surrounding areas, and the training duration should be increased to allow learning pertaining to the varying concentrations. In addition, the improvement of the numerical models used for generating weather and air quality prediction data is necessary.

When high PM2.5 concentrations are predicted, mitigation policies are implemented for the protection of public health in South Korea. These policies aim to reduce air-polluting emissions by limiting the power-generation capacity of thermal power plants and operation of vehicles, which are processes that involve socioeconomic costs. Consequently, inaccurate forecasts of high PM2.5 concentrations can result in socioeconomic losses. Therefore, the use of the DNN model for forecasting is expected to reduce economic losses and protect public health.

Code and data availability

The code and data used in this study can be found at https://doi.org/10.5281/zenodo.5652289 (Lee et al., 2021) or https://github.com/GercLJB/GMD (last access: 28 January 2022).

Supplement

The supplement related to this article is available online at: https://doi.org/10.5194/gmd-15-3797-2022-supplement.

Author contributions

JeBL wrote the manuscript and contributed to the DNN model development and optimization. JaBL supervised this study, contributed to the study design and drafting, and served as the corresponding author. YSK and HYK contributed to the generation of the training data for the DNN model. MHC, HJP, and DGL contributed to the real-time operation of the CMAQ model.

Competing interests

The contact author has declared that neither they nor their co-authors have any competing interests.

Disclaimer

Publisher’s note: Copernicus Publications remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Acknowledgements

This study was conducted with the support of the Air Quality Forecasting Center at the National Institute of Environmental Research under the Ministry of Environment (NIER-2021-01-01-086).

Financial support

This research has been supported by the National Institute of Environmental Research (grant no. NIER-2021-01-01-086).

Review statement

This paper was edited by Jinkyu Hong and reviewed by Fearghal O'Donncha and one anonymous referee.

References

Bartnicki, J.: Computing source-receptor matrices with the EMEP Eulerian acid deposition model, Norwegian Meteorological Institute, Jerzy Bartnicki, 5, 99.3, ISSN 0332-9879, 1999. 

Berge, E., Huang, H. C., Chang, J., and Liu, T. H.: A study of the importance of initial conditions for photochemical oxidant modeling, J. Geophys. Res-Atmos., 106, 1347–1363, https://doi.org/10.1029/2000jd900227, 2001. 

Biancofiore, F., Busilacchio, M., Verdecchia, M., Tomassetti, B., Aruffo, E., Bianco, S., Tommaso, S. D., Colangeli, C., Rosatelli, G., and Carlo, P. D.: Recursive neural network model for analysis forecast of PM10 and PM2.5, Atmos. Pollut. Res., 8, 652–659, https://doi.org/10.1016/j.apr.2016.12.014, 2017. 

Binkowski, F. S., and Roselle, S. J.: Models-3 Community Multiscale Air Quality (CMAQ) model aerosol component 1, Model description, J. Geophys. Res.-Atmos., 108, 4183, https://doi.org/10.1029/2001jd001409, 2003. 

Bridle, J. S.: Training stochastic model recognition algorithms as networks can lead to maximum mutual information estimation of parameters, in: Proceedings of the 2nd International Conference on Neural Information Processing Systems, Neural PS 1989, 2, 211–217, https://proceedings.neurips.cc/paper/1989/file/0336dcbab05b9d5ad24f4333c7658a0e-Paper.pdf (last access: 7 July 2021), 1989. 

Cabaneros, S. M., Calautit, J. K., and Hughes, B. R.: A review of artificial neural network models for ambient air pollution prediction, Environ. Modell. Softw., 119, 285–304, https://doi.org/10.1016/j.envsoft.2019.06.014, 2019. 

Carter, W. P. L.: Documentation of the SAPRC-99 chemical mechanism for VOC reactivity assessment, Final Report to California Air Resources Board, https://www.researchgate.net/publication/2383585_Documentation_of_the_SAPRC99_Chemical_Mechanism_for_VOC_Reactivity_Assessment (last access: 29 March 2019), 1999. 

Chen, B., You, S., Ye, Y., Fu, Y., Ye, Z., Deng, J., Wang, K., and Hong, Y.: An interpretable self-adaptive deep neural network for estimating daily spatially continuous PM2.5 concentrations across China, Sci. Total Environ., 768, 144724, https://doi.org/10.1016/j.scitotenv.2020.144724, 2021. 

Cho, K. H., Lee, B. Y., Kwon, M. H., and Kim, S. C.: Air quality prediction using a deep neural network model, J. Korean Soc. Atmos. Environ., 35, 214–255, https://doi.org/10.5572/KOSAE.2019.35.2.214, 2019. 

Crouse, D. L., Peters, P. A., Hystad, P., Brook, J. R., van Donakelaar, A., Martin, R. V., Villeneuve, P. J., Jerrett, M., Goldberg, M. S., Pope III, C. A., Brauer, M., Brook, R. D., Robichaud, A., Menard, R., and Burnett, R. T.: Ambient PM2.5, O3, and NO2 exposures and associations with mortality over 16 years of follow-up in the Canadian census health and environment cohort (CanCHEC), Environ. Health Persp., 123, 1180–1186, https://doi.org/10.1289/ehp.1409276, 2015. 

Dawson, J. P., Adams, P. J., and Pandis, S. N.: Sensitivity of PM2.5 to climate in the Eastern US: a modeling case study, Atmos. Chem. Phys., 7, 4295–4309, https://doi.org/10.5194/acp-7-4295-2007, 2007. 

Ditsuhi, I., Francisco, R., and Sergio, T.: Air quality prediction in smart cities using machine learning technologies based on sensor data: A Review, Appl. Sci., 2401, 1–32, https://doi.org/10.3390/app10072401, 2020. 

Doraiswamy, P., Hogrefe, C., Hao, W., Civerolo, K., Ku, J. Y., and Sistla, S.: A retrospective comparison of model based forecasted PM2.5 concentrations with measurements, JAPCA J. Air Waste Ma., 60, 1293–3089, https://doi.org/10.3155/1047-3289.60.11.1293, 2010. 

Eslami, E., Salman, A. K., Choi, Y. S., Sayeed, A., and Lops, Y.: A data ensemble approach for real-time air quality forecasting using extremely randomized trees and deep neural networks, Neural. Comput. Appl., 32, 1–14, https://doi.org/10.1007/s00521-019-04287-6, 2020. 

Gao, Y. and Ji, H.: Microscopic morphology and seasonal variation of health effect arising from heavy metals in PM2.5 and PM10: One-year measurement in a densely populated area of urban Beijing, Atom. Res., 212, 213–226, https://doi.org/10.1016/j.atmosres.2018.04.027, 2018. 

Geng, C., Yang, W., Sun, X., Wang, X., Bai, Z., and Zhang, X.: Emission factors, ozone and secondary organic aerosol formation potential of volatile organic compounds emitted from industrial biomass boilers, J. Environ. Sci.-China, 83, 64–72, https://doi.org/10.1016/j.jes.2019.03.012, 2019. 

Hanna, S. R., Lu, Z., Frey, H. C., Wheeler, N., Vukovich, J., Arunachalam, S., Fernau, M., and Hansen, D. A.: Uncertainties in predicted ozone concentrations due to input uncertainties for the UAM-V photochemical grid model applied to the July 1995 OTAG domain, Atmos. Environ., 35, 891–903, https://doi.org/10.1016/S1352-2310(00)00367-8, 2001. 

Hinton, G. E. and Salakhutdinov, R. R.: Reducing the dimensionality of data with neural networks, Science, 313, 504–507, https://doi.org/10.1126/science.1127647, 2006. 

Hong, S. Y., Juang, H. M. H., and Zhao, Q.: Implementation of prognostic cloud scheme for a regional spectral model, Mon. Weather Rev., 126, 2621–2639, https://doi.org/10.1175/1520-0493(1998)126<2621:IOPCSF>2.0.CO;2, 1998. 

Hong, S. Y., Dudhia, J., and Chen, S. H.: A revised approach to ice microphysical processes for the bulk parameterization of clouds and precipitation, Mon. Weather Rev., 132, 103–120, https://doi.org/10.1175/1520-0493(2004)132<0103:ARATIM>2.0.CO;2, 2004. 

Hong, S. Y., Noh, Y., and Dudhia, J.: A new vertical diffusion package with an explicit treatment of entrainment processes, Mon. Weather Rev., 134, 2318–2341, https://doi.org/10.1175/MWR3199.1, 2006. 

Hsu, C. H., Cheng, F. Y., Chang, H. Y., and Lin, N. H.: Implementation of a dynamical NH3 emissions parameterization in CMAQ for improving PM2.5 simulation in Taiwan, Atmos. Environ., 218, 116923, https://doi.org/10.1016/j.atmosenv.2019.116923, 2019. 

Hu, J., Ying, Q., Chen, J., Mahmud, A., Zhao, Z., Chen, S. H., and Kleeman, M. J.: Particulate air quality model predictions using prognostic vs. diagnostic meteorology in central California, Atmos. Environ., 44, 215–226, https://doi.org/10.1016/j.atmosenv.2009.10.011, 2010. 

Huang, G., Li, X., Zhang, B., and Ren, J.: PM2.5 concentration forecasting at surface monitoring sites using GRU neural network based on empirical mode decomposition, Sci. Total Environ., 768, 144516, https://doi.org/10.1016/j.scitotenv.2020.144516, 2021. 

Itahashi, S., Ge, B., Sato, K., Fu, J. S., Wang, X., Yamaji, K., Nagashima, T., Li, J., Kajino, M., Liao, H., Zhang, M., Wang, Z., Li, M., Kurokawa, J., Carmichael, G. R., and Wang, Z.: MICS-Asia III: overview of model intercomparison and evaluation of acid deposition over Asia, Atmos. Chem. Phys., 20, 2667–2693, https://doi.org/10.5194/acp-20-2667-2020, 2020. 

Jacob, J. D., and Winner, A. D.: Effect of climate change on air quality, Atmos. Environ., 43, 51–63, https://doi.org/10.1016/j.atmosenv.2008.09.051, 2009. 

Jo, Y. J., Lee, H. J., Chang, L. S., and Kim, C. H.: Sensitivity study of the initial meteorological fields on the PM10 concentration predictions using CMAQ modeling, J. Korean Soc. Atmos. Environ., 33, 554–569, https://doi.org/10.5572/kosae.2017.33.6.554, 2017. 

Kain, J. S.: The Kain–Fritsch convective parameterization: An update, J. Appl. Meteorol. Clim., 43, 170–181, https://doi.org/10.1175/1520-0450(2004)043<0170:TKCPAU>2.0.CO;2, 2004. 

Kim, D. S., Jeong, J. S., and Ahn J. Y.: Characteristics in atmospheric chemistry between NO, NO2 and O3 at an urban site during Megacity Air Pollution Study (MAPS)-Seoul, Korea, J. Korean Soc. Atmos. Environ., 32, 442–434, https://doi.org/10.5572/KOSAE.2016.32.4.422, 2016. 

Kim, H. S., Park, I. Y., Song, C. H., Lee, K. H., Yun, J. W., Kim, H. K., Jeon, M. G., Lee, J. W., and Han, K. M.: Development of a daily PM10 and PM2.5 prediction system using a deep long short-term memory neural network model, Atmos. Chem. Phys., 19, 12935–12951, https://doi.org/10.5194/acp-19-12935-2019, 2019. 

Kim, J., and Jang, Y. K.: Uncertainty assessment for CAPSS emission inventory by DARS, J. Korean Soc. Atmos. Environ., 30, 26–36, https://doi.org/10.5572/KOSAE.2014.30.1.026, 2014. 

Kim, M. S., Lee, S. Y., Cho, Y. S., Koo, J. H., Yum, S. S., and Kim, J.: The relationship of particulate matter and visibility under different meteorological conditions in Seoul, South Korea, Atmos. Korean Meteorol. Soc., 30, 391–404, https://doi.org/10.14191/Atmos.2020.30.4.391, 2020. 

Kim, S. T., Bae, C. H., Yoo, C., Kim, B. U., Kim, H. C., and Moon, N. K.: PM2.5 simulations for the Seoul Metropolitan Area: (II) Estimation of self-contributions and emission-to-PM2.5 conversion rates for each source category, J. Korean Soc. Atmos. Environ., 33, 377–392, https://doi.org/10.5572/KOSAE.2017.33.4.377, 2017. 

LeCun, Y., Bengio, Y., and Hinton, G.: Deep learning, Nature, 521, 436–444, https://doi.org/10.1038/nature14539, 2015. 

Lee, H. J., Jeong, Y. M., Kim, S. T., and Lee, W. S.: Atmospheric circulation patterns associated with particulate matter over South Korea and their future projection, 9, 423–433, https://doi.org/10.15531/KSCCR.2018.9.4.423, 2018. 

Lee, J.-B., Lee, J.-B., Koo, Y.-S., Kwon, H.-Y., Choi, M.-H., Park, H.-J., and Lee, D.-G.: Development of a deep neural network for predicting 6-hour average PM2.5 concentrations up to two subsequent days using various training data, Zenodo [code and data set], https://doi.org/10.5281/zenodo.5652289, 2021. 

Lightstone, S., Moshary, F., and Gross, B.: Comparing CMAQ forecasts with a neural network forecast model for PM2.5 in New York, Atmosphere, 8, 161, https://doi.org/10.3390/atmos8090161, 2017. 

Lightstone, S., Gross, B., Moshary, F., and Castillo, P.: Development and assessment of spatially continuous predictive algorithms for fine particulate matter in New York State, Atmosphere, 12, 315, https://doi.org/10.3390/atmos12030315, 2021. 

Liu, T. H., Jeng, F. T., Huang, H. C., Berge, E., and Chang, J. S.: Influences of initial conditions and boundary conditions on regional and urban scale Eulerian air quality transport model simulations, Chemosphere-Global Change Sci., 3, 175–183, https://doi.org/10.1016/S1465-9972(00)00048-9, 2001. 

Mallet, V. and Sportisse, B.: Uncertainty in a chemistry-transport model due to physical parameterizations and numerical approximations: An ensemble approach applied to ozone modeling, J. Geophys. Res.-Atmos., 111, https://doi.org/10.1029/2005JD006149, 2006. 

Mohammed, G., Karani, G., and Mitchell, D.: Trace elemental composition in PM10 and PM2.5 collected in Cardiff, Wales, Enrgy. Proced., 111, 540–547, https://doi.org/10.1016/j.egypro.2017.03.216, 2017. 

Nam, K. P., Lee, H. S., Lee, J. J., Park, H. J., Choi, J. Y., and Lee, D. G.: A study on the method of calculation of domestic and foreign contribution on PM2.5 using Brute-Force Method, J. Korean Soc. Atmos. Environ., 35, 86–96, https://doi.org/10.5572/KOSAE.2019.35.1.086, 2019. 

Park, S. S. and Yu, G. H.: Effect of air stagnation conditions on mass size distributions of water-soluble aerosol particles, J. Korean Soc. Atmos. Environ., 34, 418–429, https://doi.org/10.5572/KOSAE.2018.34.3.418, 2018. 

Pope, C. A., Lefler, J. S., Ezzati, M., Higbee, J. D., Marshall, J. D., Kim, S. Y., Bechle, M., Gilliat, K. S., Vernon, S. E., Robinson, A. L., and Burnett, R. T.: Mortality risk and fine particulate air pollution in a large, representative cohort of U.S. adults, Environ. Health Persp., 127, 077007, https://doi.org/10.1289/EHP4438, 2019. 

Schmidhuber, J.: Deep learning in neural networks: An overview, Neural Networks, 61, 85–117, https://doi.org/10.1016/j.neunet.2014.09.003, 2015. 

Seaman, N. L.: Meteorological modeling for air-quality assessments, Atmos. Environ., 34, 2231–2259, https://doi.org/10.1016/S1352-2310(99)00466-5, 2000. 

Tang, Y., Lee, P., Tsidulko, M., Huang, H. C., McQueen, J. T., DiMego, G. J., Emmons, L. K., Pierce, R. B., Thompson, A. M., Lin, H. M., Kang, D., Tong, D., Yu, S., Mathur, R., Pleim, J. E., Otte, T. L., Pouliot, G., Young, J. O., Schere, K. L., Davidson, P. M., and Stajner, I.: The impact of chemical lateral boundary conditions on CMAQ predictions of tropospheric ozone over the continental United States, Environ. Fluid Mech., 9, 43–58, https://doi.org/10.1007/s10652-008-9092-5, 2009. 

Turnock, S. T., Spracklen, D. V., Carslaw, K. S., Mann, G. W., Woodhouse, M. T., Forster, P. M., Haywood, J., Johnson, C. E., Dalvi, M., Bellouin, N., and Sanchez-Lorenzo, A.: Modelled and observed changes in aerosols and surface solar radiation over Europe between 1960 and 2009, Atmos. Chem. Phys., 15, 9477–9500, https://doi.org/10.5194/acp-15-9477-2015, 2015. 

Wang, J., Wang, S., Jiang, J., Ding, A., Zheng, M., Zhao, B., Wong D. C., Zhou, W., Zheng, G., Wang, L., Pleim, J. E., and Hao, J.: Impact of aerosol–meteorology interactions on fine particle pollution during China's severe haze episode in January 2013, Environ. Res. Lett., 9, 094002, https://doi.org/10.1088/1748-9326/9/9/094002, 2014. 

Wang, X., Li, L., Gong, K., Mao, J., Hu, J., Li, J., Liu, Z., Liao, H., Qiu, W., Yu, Y., Dong, H., Guo, S., Hu, M., Zeng, L., and Zhang, Y.: Modelling air quality during the EXPLORE-YRD campaign–Part I, model performance evaluation and impacts of meteorological inputs and grid resolutions, Atmos. Environ., 246, 118131, https://doi.org/10.1016/j.atmosenv.2020.118131, 2021.  

Wu, W., Zhao, B., Wang, S., and Hao, J.: Ozone and secondary organic aerosol formation potential from anthropogenic volatile organic compounds emissions in China, J. Environ. Sci., 53, 224–237, https://doi.org/10.1016/j.jes.2016.03.025, 2017. 

Yamartino, R. J.: Nonnegative, conserved scalar transport using grid-cell-centered, spectrally constrained Blackman cubics for applications on a variable-thickness mesh, Mon. Weather Rev., 121, 753–763, https://doi.org/10.1175/1520-0493(1993)121<0753:NCSTUG>2.0.CO;2, 1993. 

Yoo, H., G., Hong, J. W., Hong, J. K., Sung, S. Y., Yoon, E. J., Park, J. H., and Lee, J. H.: Impact of meteorological conditions on the PM2.5 and PM10 concentrations in Seoul, J. Clim. Change Res., 11, 521–528, https://doi.org/10.15531/KSCCR.2020.11.5.521, 2020. 

Yu, S. H., Jeon, Y. T., Kwon, H. Y.: Improvement of PM10 forecasting performance using membership function and DNN, Journal of Korea Multimedia Society, 22, 1069–1079, https://doi.org/10.9717/kmms.2019.22.9.1069, 2019. 

Zhang, B., Zhang, H., Zhao, G., and Lian, J.: Constructing a PM2.5 concentration prediction model by combining auto-encoder with Bi-LSTM neural networks, Environ. Modell. Softw., 124, 104600, https://doi.org/10.1016/j.envsoft.2019.104600, 2020. 

Download
Short summary
The predication of PM2.5 has been carried out using a numerical air quality model in South Korea. Despite recent progress of numerical air quality models, accurate prediction of PM2.5 is still challenging. In this study, we developed a data-based model using a deep neural network (DNN) to overcome the limitations of numerical air quality models. The results showed that the DNN model outperformed the CMAQ when it was trained by using observation and forecasting data from the numerical models.