Next Article in Journal
Analysis of the Triggering and Maintenance Mechanisms of a Record-Breaking Warm-Sector Extreme-Rainfall Process in Front of an Upper-Level Trough in Tianjin, China
Next Article in Special Issue
Study on Risk Prediction Model of Expressway Agglomerate Fog-Related Accidents
Previous Article in Journal
Characteristics and Secondary Organic Aerosol Formation of Volatile Organic Compounds from Vehicle and Cooking Emissions
Previous Article in Special Issue
Spatiotemporal Distributions and Vulnerability Assessment of Highway Blockage under Low-Visibility Weather in Eastern China Based on the FAHP and CRITIC Methods
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Precipitation Nowcasting Based on Deep Learning over Guizhou, China

1
Key Laboratory of Meteorology Disaster, Ministry of Education (KLME)/Joint International Research Laboratory of Climate and Environment Change (ILCEC)/Collaborative Innovation Center on Forecast and Evaluation of Meteorological Disasters (CIC-FEMD), Nanjing University of Information Science and Technology, Nanjing 210044, China
2
Meteorological Bureau of Qian Xinan Buyei and Miao Autonomous Prefecture, Xingyi 562400, China
3
Hebei Meteorological Observatory, Shijiazhuang 050021, China
4
Guizhou Meteorological Observatory, Guiyang 550002, China
5
Guangxi Meteorological Observatory, Nanning 530022, China
*
Authors to whom correspondence should be addressed.
Atmosphere 2023, 14(5), 807; https://doi.org/10.3390/atmos14050807
Submission received: 19 February 2023 / Revised: 22 April 2023 / Accepted: 26 April 2023 / Published: 28 April 2023
(This article belongs to the Special Issue Advances in Transportation Meteorology)

Abstract

:
Accurate precipitation nowcasting (lead time: 0–2 h), which requires high spatiotemporal resolution data, is of great relevance in many weather-dependent social and operational activities. In this study, we are aiming to construct highly accurate deep learning (DL) models to directly obtain precipitation nowcasting at 6-min intervals for the lead time of 0–2 h. The Convolutional Long Short-Term Memory (ConvLSTM) and Predictive Recurrent Neural Network (PredRNN) models were used as comparative DL models, and the Lucas–Kanade (LK) Optical Flow method was selected as a traditional extrapolation baseline. The models were trained with high-quality datasets (resolution: 1 min) created from precipitation observations recorded by automatic weather stations in Guizhou Province (China). A comprehensive evaluation of the precipitation nowcasting was performed, which included consideration of the root mean square error, equitable threat score (ETS), and probability of detection (POD). The evaluation indicated that the reduction of the number of missing values and data normalization boosted training efficiency and improved the forecasting skill of the DL models. Increasing the time series length of the training set and the number of training samples both improved the POD and ETS of the DL models and enhanced nowcasting stability with time. Training with the Hea-P dataset further improved the forecasting skill of the DL models and sharply increased the ETS for thresholds of 2.5, 8, and 15 mm, especially for the 1-h lead time. The PredRNN model trained with the Hea-P dataset (time series length: 8 years) outperformed the traditional LK Optical Flow method for all thresholds (0.1, 1, 2.5, 8, and 15 mm) and obtained the best performance of all the models considered in this study in terms of ETS. Moreover, the Method for Object-Based Diagnostic Evaluation on a rainstorm case revealed that the PredRNN model, trained well with high-quality observation data, could both capture complex nonlinear characteristics of precipitation more accurately than achievable using the LK Optical Flow method and establish a reasonable mapping network during drastic changes in precipitation. Thus, its results more closely matched the observations, and its forecasting skill for thresholds exceeding 8 mm was improved substantially.

1. Introduction

Precipitation nowcasting means forecasting precipitation with a lead time of 0–2 h, focusing more on mesoscale–microscale weather systems at a high spatiotemporal resolution [1,2,3]. Highly accurate precipitation nowcasting is vital in support of various operational activities, e.g., disaster relief, energy management, and flood early warning systems. Consequently, the accuracy of precipitation nowcasting has a critical socioeconomic impact.
Currently, the primary means of improving the accuracy of precipitation nowcasting involve the integration of extrapolation and ensemble numerical weather prediction (NWP) [4,5,6,7,8]. However, literature shows that global coarse-resolution NWP models have challenges in generating accurate precipitation with a lead time of 0–2 h [9,10], affected by the spin-up issue and the difficulties in non-Gaussian data assimilation. Although convection-permitting models with high resolution could greatly improve performance, these models are computationally expensive. Traditional integration of extrapolation methods, such as cross-correlation tracking and optical flow, has been used widely in operational weather forecasting [11,12,13,14,15,16,17,18,19]. Still, they exhibit a marked reduction in forecasting skills with increasing lead time owing to their linear operating limits and their deficiencies in forecasting storm growth and decay [20].
In recent years, the application of deep learning (DL) [21] has become popular in the field of meteorology [22,23,24] owing to its nonlinear operation, and it has achieved substantial advances in terms of quantitative precipitation nowcasting using radar echo extrapolation [25,26,27,28,29,30,31,32]. In comparison with the traditional integration of extrapolation and NWP, DL models can realize relatively accurate precipitation nowcasting. For example, Shi et al. [27] involved the convolution operation in input-to-state and state-to-state transitions in the transformation of a two-dimensional image into a three-dimensional tensor and proposed the Convolutional Long Short-Term Memory (ConvLSTM) model. This approach, which was shown capable of effectively capturing spatial correlations and further realizing the extrapolation of spatiotemporal sequences, was applied to achieve quantitative precipitation nowcasting. Subsequently, they involved the convolution operation in the recurrent gated unit (GRU) and used a subnetwork to output a location-variant connection structure before performing state transitions. Then, they proposed the trajectory GRU that could handle the spatial correlations better and perform more accurately than previous methods [28]. Wang et al. [29] designed the Spatiotemporal LSTM (ST-LSTM) model that can transfer memories vertically and horizontally, and then they proposed the Predictive Recurrent Neural Network (PredRNN) model. To strengthen the power for modeling short-term dynamics and to alleviate the vanishing gradient problem, they improved the PredRNN model to PredRNN++ [30], which incorporates a cascaded dual-memory structure and a gradient highway unit. Ji et al. [31] exploited the advantages of different DL model architectures in combination with the ConvLSTM unit in the U-Net generator and proposed the CLGAN model, which can better capture the precipitation object and its characteristics. Chen et al. [32] compared and analyzed the extrapolation prediction of radar echoes using the ConvGRU method, cross-correlation method, optical flow method, and particle filter method and found that the output of the ConvGRU method more closely matched the location, intensity, and shape of actual radar echoes. Many other studies have modified existing techniques to obtain relatively better nowcasting performance in comparison with that achieved using the integration of extrapolation [33,34,35,36,37,38,39,40,41,42,43,44,45,46,47]. However, precipitation calculated from radar echoes is based on the Z–R relationship. We believe that the Z–R relationship cannot describe the nonlinear relationship between a radar echo and precipitation. Moreover, it is difficult to avoid calculation errors derived from the Z–R relationship. Factors such as radar model, detection range, and clutter interference will lead to poor universality of a DL model. Consequently, the objective of this study was to construct DL models for precipitation nowcasting based on precipitation observation data, which could directly obtain precipitation nowcasting.
The reason we use DL models is their nonlinear operation, and the ConvLSTM model is one of the classical models used in the precipitation nowcasting problem. It can extract the spatial characteristics while capturing the time characteristics efficiently. PredRNN improved memory information by transferring memories vertically and horizontally, and it can perform better for forecast time compared with ConvLSTM. The Lucas–Kanade Optical Flow (LK Optical Flow) is a good method that improved optical flow vector calculation for traditional optical flow [48], and it was selected as a traditional baseline. We hope to compare the two typical DL models with LK Optical Flow and try to construct highly accurate models based on precipitation observation data.
In this study, we formed two high-quality datasets: a pre-processed precipitation dataset (Pre-P dataset) and a heavy precipitation dataset (Hea-P dataset). Then, we constructed precipitation DL models that could directly obtain precipitation nowcasting based on precipitation observation data. Furthermore, we improved the forecasting skill of the DL models by increasing the length of the time series of the training set and by training with the Hea-P dataset. The study area selected was Guizhou Province in China (29.2–24.7° N, 103.6–109.6° E), which features highly complex terrain and frequently experiences geological disasters and floods [49,50]. Moreover, the region is also lacking in terms of high-accuracy precipitation nowcasting.
The remainder of this manuscript is organized as follows. Section 2 describes the data and methods used in the study. Section 3 comprehensively evaluates both the DL models trained with different datasets and the LK Optical Flow method. Finally, the conclusions and a discussion are presented in Section 4.

2. Data and Method

2.1. Guizhou Automatic Weather Station (AWS) Observations

High-quality real-time precipitation observation data (resolution: 1 min) recorded over a nine-year period from 20:00 (all times UTC+8) on 31 December 2012 to 20:00 on 31 December 2021 (observation day: from 20:00 on the previous day to 20:00 on the same day) by 1835 automatic weather stations (AWS) in Guizhou Province (as shown in Figure 1) were obtained from the Guizhou Meteorological Information Center.

2.2. Pre-Processed Precipitation Dataset (Pre-P Dataset)

The number of missing values in the observation data was reduced using the neighborhood method (where the time series before and after the missing values and the data of nearby stations were complete). Then, the bilinear interpolation method was used to interpolate station data within the region 24.5–29.5° N, 103.5–110° E to the gridded field (resolution: 0.125° × 0.125°). Data normalization resulted in a high-quality dataset with a range of variation of [0, 1]. Ultimately, the pre-processed(Pre-P) dataset was formed, comprising 788,400 samples.

2.3. Heavy Precipitation Dataset (Hea-P Dataset)

Data in the Pre-P dataset from May–September in each of the nine years from 2013–2021 were selected, and samples with little or no precipitation were removed. Consequently, the heavy precipitation (Hea-P) dataset was determined, comprising 332,640 samples.

2.4. Lucas–Kanade (LK) Optical Flow Method

The optical flow method is defined as a method for calculating the intensity of image pixel points over time to infer the speed and direction of object movement. It finds the correspondence between the previous and the current frame based on changes in the pixels of the image in the time series and the correlation between adjacent frames, from which it calculates the motion information of objects between adjacent frames. This study employed the LK Optical Flow method [48], the process of which can be divided into two steps:
In the first step, the optical flow vector field is calculated. The instantaneous velocity two-dimensional vector field of the changing trend of grayscale at each point on the image and the optical flow vector field are solved using the following three basic assumptions.
(1) The brightness is constant, i.e., when the same target moves between different frames, the brightness will not change in any way. According to this assumption, the basic equation of the optical flow method can be obtained:
I x , y , t = I x + d x , y + d y , t + d t
where x and y are the coordinate positions of a pixel in the image, t is the time series in which the image is located, and (dx, dy) is the distance moved to the next frame, using dt time, i.e., the light intensity of the pixel before and after motion has remained constant.
(2) The movement in continuous time is a ‘small movement’, which means that the change of time will not cause a drastic change in the target position. Expanding the Taylor section of Equation (1) yields:
x , y , t = I x , y , t + I x d x + I y d y + I t d t + ε ,
where ε represents a second-order infinitesimal term that is negligible. Assuming the velocity vectors u and v of the optical flow in the x-axis and y-axis directions, the formulas will be as follows:
I u = d x d t ,     v = d y d t ,
The partial derivatives of the gray scale of pixel points in the image on x, y, and t are as follows:
I x = I x ,     I y = I y ,     I t = I t ,
Then, substituting Equation (2) into Equation (1) and dividing by dt gives the following:
I x u + I y v + I t = 0 ,
where Ix, Iy, and Iz can be obtained from image data, and (u, v) is the optical flow vector.
(3) Spatial consistency (or spatial continuity) means that some points which around a specific point have the same optical flow field or velocity.
There are two unknowns in only one constrained equation. For analyzing the n × n region around a pixel, the pixel motion of the local region is assumed to be consistent. Then, the n × n equations can be established in the following matrix form:
I x 1 I y 1 I x 2 I y 2                     u v   =   I t 1 I t 2 ,
and written as vector:
A u = b ,
where u is the velocity vector:
u = A T A 1 A T b ,
Then, the equations are solved using the least squares method.
The second step is to use the real-time precipitation field at the initial time and the optical flow vector field calculated in the first step to extrapolate the precipitation field. In this study, the semi-Lagrangian advection scheme was used to extrapolate the precipitation field [48]. The semi-Lagrangian advection formula can be expressed as follows:
F ¯ t 0 + τ , x = F t 0 , x α ,
where F ¯ is the extrapolated forecast precipitation field, F is the real-time precipitation observation at the initial time, t 0 is the lead time, τ is the forecast time, and α is the displacement vector within the lead time.
The semi-Lagrangian advection scheme divides the lead time τ into N steps for extrapolation, in this study, the lead time Δ t was 6 min. The displacement amount α can be obtained from the following iteration:
α ( n + 1 ) Δ t V t 0 , x α ( n ) 2 ,
where V t 0 , x α ( n ) 2 is the velocity vector of the precipitation at point x α 2 , and V is the optical flow vector field, assuming the initial value of α is 0. The total displacement in the lead time is the sum of the displacements in N steps, and n is the number of iterations.
The specific extrapolation scheme uses the remapped particle-mesh Semi-Lagrangian scheme improved by Reich [51].

2.5. Convolutional Long Short-Term Memory (ConvLSTM) Model

The ConvLSTM model can extract the two-dimensional spatial characteristics of precipitation while capturing the time characteristics. The convolution operation and pooling operation are integrated into the LSTM, which adds the “input gate,” “output gate,” and “forget gate” based on the RNN model and can record historical data over a longer time and improve forecast accuracy. Then, realizing the spatiotemporal sequence prediction of the precipitation, the main calculation equations in the model are as follows [27]:
i t = σ W x i X t + W h i H t 1 + W c i C t 1 + b i ,
f t = σ W x f X t + W h f H t 1 + W c f C t 1 + b f ,
C t = f t C t 1 + i t tanh W x c X t + W h c H t 1 + b c ,
O t = σ W x o X t + W h o H t 1 + W c o C t + b o ,
H t = O t tanh C t ,
where Xt and Ht represent input data and output data, respectively; it, ft, and Ot represent the input gate, forget gate, and output gate, respectively; Ct is the cell state; “∗” denotes the convolution operator; and “ ” denotes the Hadamard product.

2.6. Predictive Recurrent Neural Network (PredRNN)

For more accurate transmission of time information, the new ST-LSTM was proposed, which can transfer memories vertically and horizontally. Then, the PredRNN model was obtained based on the ConvLSTM model, and the complete formula of the ST-LSTM model can be expressed as follows [29]:
i t = σ W x i X t + W h i H t 1 l + b i ,
f t = σ W x f X t + W h f H t 1 l + b f ,
C t l = f t C t 1 l + i t t a n h W x g X t + W h g H t 1 l + b g ,
i t = σ W x i X t + W m i M t l 1 + b i ,
f t = σ W x f X t + W m f M t l 1 + b f ,
M t l = f i M t l 1 + i t t a n h W x g X t + W m g M t l 1 + b g ,
O t = σ W x o X t + W h o H t 1 l + W c o C t l + W m o M t l + b o ,
H t l = O t t a n h W 1 × 1 C t l , M t l ,
W x i , W h i , W m i , W x f ,   W h f ,   W m f ,   W x g ,   W h g ,   W h o ,   W m o , W x i , W x f , W x g are all weight parameters, and b i , b f ,   b g ,   b o ,   b i ,   b f ,   b g   are learnable offset parameters. With C t l representing time memory, M t l representing spatial memory, H t l representing the value of the hidden layer, subscript t representing the time step, and superscript representing the kth hidden layer existing in the ST-LSTM network.
For the parameters of DL models in this paper, we set the initial learning rate and the epochs as 0.001 and 20, respectively. The root mean square error (RMSE) was selected as the loss function.

2.7. Verification Metrics

2.7.1. Root Mean Square Error (RMSE)

The expression for the RMSE is as follows:
R M S E = 1 n i = 1 n f i O i 2 1 2 ,
where n represents the number of grid samples of the space field, fi represents the forecast value of the i–th sample, and Oi represents the observation of the i–th sample. The smaller the RMSE value, the smaller the difference between the forecast value and the observed value, i.e., the smaller the forecast error.

2.7.2. Probability of Detection (POD), False Alarm Ratio (FAR), Probability of False Detection (POFD), and Equitable Threat Score (ETS)

Expressions for the probability of detection (POD), false alarm ratio (FAR), probability of false detection (POFD), and equitable threat score (ETS) are as follows [52,53,54]:
POD = N A N A + N C ,
FAR = N B N A + N B ,
POFD = N C N B + N E ,
E = N A + N B N A + N C N A + N B + N C E ,
ETS = N A E N A + N B + N C E ,
where NA represents the number of forecast events that correspond to observed events (forecast has, observation has); NB represents the number of events that are null (forecast has, observation has not); NC represents the number of events that are missed (forecast has not, observation has); NE represents the number of events that both forecast, and observation do not occur. POD refers to the proportion of the predicted actual precipitation area in the total actual precipitation area; the larger the value, the higher the forecast accuracy. FAR refers to the proportion of the area with no actual precipitation in the forecast precipitation area in the total forecast precipitation area; the smaller the value, the smaller the forecast null rate. POFD refers to the proportion of the area that is missed in the actual precipitation area in the area where all actual precipitation does not occur; the smaller the value, the lower the FAR of the forecast. Additionally, the higher the ETS score, the better the forecast performance.
In this study, we applied five thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm) to calculate the ETS of the hourly graded precipitation. The forecasting skill of 6-min precipitation was calculated based on the threshold of 0.01 mm.

2.7.3. Method for Object-Based Diagnostic Evaluation (MODE)

The Method for Object-Based Diagnostic Evaluation (MODE) is a spatial evaluation method based on object attribute characteristics, which mainly evaluates a prediction by comparing and analyzing the attributes and similarities of the main observed and forecast areas of precipitation [55,56].
Through the operation of spatial convolution and then under different precipitation thresholds (i.e., 0.01, 0.1 and 2.5 mm), the important areas of precipitation to be studied are calculated and identified as follows [57]:
C x , y = u , v φ u , v f x u , y v ,
φ u , v =   1 π R 2 ,         u 2 + v 2   R 2   0 ,                   u 2 + v 2 > R 2   ,
where f represents the original data field, C represents the convolutional field, φ represents the filter function, and (x,y) and (u,v) represent grid coordinates. The mask field M is obtained by threshold control of the convolutional field, i.e., the precipitation area in the convolutional field where precipitation intensity is greater than or equal to threshold T is calculated [55,56]:
M x , y =   1 ,             C x , y   T   0 ,           C x , y > T   ,
By assigning grid points in the continuous region of M = 1 to the value of the corresponding grid points in the original precipitation field, the reconstruction field F can be obtained, which not only retains most of the original precipitation information of each object (precipitation without convolution processing), but also identifies the main area of falling precipitation when the precipitation threshold is reached. The formula for calculating F is as follows [55,56]:
F x , y = M x , y f x , y ,
Then, according to Equation (33), certain important properties of the observation field and the precipitation field in these aeras of falling precipitation are calculated. In this study, area, angle, aspect ratio, centroid position of longitude, and centroid position of latitude were selected as the attributes for assessment and analysis of the area of falling precipitation.
According to Davis et al. [55,56], the matching rule proposed by uses the calculated attributes to match objects, i.e., all matches in the process come from the important areas of falling precipitation in the forecast field and in the observation field identified as needing study, and the calculation formula used in this process is as follows [55,56,57,58]:
D < A r e a O 1 2 + A r e a f 1 2 2 ,
where Areao and Areaf are the areas of the main areas of falling precipitation identified in the observation and forecast fields, and D is the centroid distance between them.
Finally, according to the weight and the confidence factor of the attribute, the total similarity between the observation field and the important area of falling precipitation in the precipitation field is calculated using the fuzzy logic method [57]:
I = i = 1 n ω i c i G i i = 1 n ω i c i ,
where ci and ωi represent the confidence factor and the weight for property i, respectively, which depend only on the specific properties of the subject of tax reduction, and where the confidence factor varies with the area size and distance of the area of falling precipitation; and Gi is the similarity factor of the i-th attribute that is a monotonous recursive function with a value range of between 1 and 0.

3. Results

3.1. Data Quality Control (DQC) Evaluation

We selected May–September 2019 as the verification period because several extreme precipitation events occurred during this period. For example, intense rainstorms that occurred during 5–11 June 15–19 June, 20–25 June, and 27 June to 1 July caused notable geological and flood disasters [59].
Reducing the number of missing values in the original AWS data produced a complete time series and improved the spatial resolution of the dataset, thereby making the training samples more representative of the observed precipitation. Data normalization narrowed the range of extreme precipitation and improved the learning efficiency of the DL models with respect to the features of precipitation observations during the training process. Both processes helped DL models that exhibited improved performance in terms of ETS. The Hea-P dataset before and after data quality control (DQC) was divided into a training set and a validation set with a ratio of 8:1, and ETS evaluations were performed for the verification period.
The ETSs of the DL models for 6-min precipitation nowcasting before and after DQC are shown in Figure 2. The average ETS of the ConvLSTM model and of the PredRNN model increased by 0.1458 and 0.0660, respectively. The ConvLSTM model showed greater improvement in comparison with the PredRNN model; however, the PredRNN model also exhibited reasonable improvement beyond the 12-min lead time.
Currently, there is no unified evaluation metric for minute-level precipitation. Consequently, we calculated the ETS of hourly graded precipitation accumulated from 6-min precipitation for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm), as listed in Table 1. The forecasting skill of the ConvLSTM model with thresholds of 0.1 and 1 mm was well improved, and the ETS for the threshold of 0.1 mm for the 1-h lead time increased by 0.2286. Overall, the PredRNN model exhibited greater improvement in comparison with that of the ConvLSTM model, i.e., the average ETS for thresholds exceeding 2.5 mm for the 1-h lead time and for thresholds below 2.5 mm for the 2-h lead time increased by more than 0.09 and by 0.1305, respectively.

3.2. DL Models Trained Using Datasets with Different Time Series Lengths

Pre-P datasets with DQC and different time series lengths (i.e., 1, 3, 5, and 8 years) were divided into training sets, testing sets, and validation sets with ratios of 2:1:1, 6:1:1, 10:2:1, and 16:3:1, respectively, and the verification period for all evaluations was May–September 2019. Then, DL models were constructed using the training sets with different time series lengths (i.e., 1, 3, 5, and 8 years). Verifications including RMSE, ETS, POD, FAR, and POFD were applied to assess the 6-min precipitation nowcasting for the threshold of 0.01 mm generated using the DL models, as shown in Figure 3. With increasing length of the time series of the training set, the DL models showed a marked increase in terms of POD and ETS, and the stability of the nowcasts with time was enhanced, especially for the ConvLSTM model trained with the training set with the 8-year time series length, i.e., the average POD increased by 0.1066. Additionally, the PredRNN model trained with the training set with the 8-year time series length performed better than the ConvLSTM model, i.e., the RMSE decreased sharply, the FAR was low, and the ETS increased by 0.0763.
Taking the same verification period as above, we calculated the ETS of hourly graded precipitation (Table 2). The ETSs of the DL models were improved with the increasing length of the time series of the training set. For the training set with the 8-year time series length, the ETS of the ConvLSTM model for the threshold of 0.1 mm increased sharply by 0.2484 for the 2-h lead time, while that for thresholds below 2.5 mm for the 1-h lead time increased by more than 0.05. However, the PredRNN model showed better improvement in terms of ETS. For example, the average ETS for the 0–2-h lead time for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm) increased by 0.0852, while that for the 1-h lead time increased by 0.1067, and that for the threshold of 2.5 mm increased by 0.1464.
To summarize, increasing the length of the training set time series and the number of the training samples both improved the forecasting skill of the DL models. Overall, the PredRNN model exhibited greater improvement in comparison with the ConvLSTM model, especially for the 1-h lead time, and the PredRNN model trained with the Pre-P dataset with the 8-year time series length obtained the best performance in terms of ETS.

3.3. Deep Learning Model Training Using the Heavy Precipitation (Hea-P) Dataset

Although increasing the length of the time series of the training set could improve the forecasting skill of the DL models, the model with the best performance still exhibited no improvement in terms of the ETS for hourly graded precipitation when compared with the results obtained using the LK Optical Flow method (Table 3). Even though the ETS of the PredRNN model with the best performance was slightly higher than that of the traditional LK Optical Flow method for the thresholds of 0.1, 2.5, and 8.0 mm for the 1-h lead time, the ETS for the threshold of 15.0 mm for the 1-h lead time was lower than that derived using the LK Optical Flow method. Moreover, the ETSs of the PredRNN model with different thresholds (i.e., 0.1, 2.5, 8, and 15 mm) decreased rapidly with time, resulting in a lower overall ETS in comparison with that derived using the LK Optical Flow method.
To further improve the forecasting skill of the DL models, we removed samples with little or no precipitation and left the extreme precipitation to form the Hea-P dataset, which we hoped would represent a more effective training sample. Taking the same verification period as described in Section 3.2, Hea-P datasets with different time series lengths (i.e., 1, 3, 5, and 8 years) were divided into training sets, and validation sets with a ratio of 1:1, 3:1, 5:1, and 8:1, respectively. We constructed DL models using the training sets with time series of different lengths. Then, evaluation of the 6-min precipitation nowcasting was performed based on the RMSE, ETS, POD, FAR, and POFD, which allowed comparative assessment of the LK Optical Flow method and the DL models trained with the two types of datasets (i.e., Pre-P dataset and Hea-P dataset), as shown in Figure 4.
With a sharp increase in POD and reduction in RMSE for the 8-year time series length, the DL models trained with the Hea-P dataset performed better than those trained with the Pre-P dataset in terms of 6-min precipitation nowcasting; specifically, the PredRNN model outperformed the LK Optical Flow method in terms of forecasting skill. For the 1- and 3-year time series lengths, the DL models trained with the Hea-P dataset exhibited reduced ETSs and sharply increased FAR scores. Meanwhile, the DL models trained with the Hea-P datasets with the 5- and 8-year time series lengths also sharply increased in FAR scores. Overall, use of the Hea-P datasets improved the POD and resulted in sharply increased FAR values for the DL models because the DL models tended to generate more high-value precipitation nowcasting owing to training samples with high-value precipitation in the Hea-P dataset.
The ETSs of hourly graded precipitation for different thresholds are listed in Table 4. The DL models trained with the Hea-P dataset improved markedly. The PredRNN model trained with the training set with the 8-year time series length obtained notable improvement for thresholds exceeding 2.5 mm, i.e., the ETS of the PredRNN model for thresholds of 2.5, 8, and 15 mm for a 1-h lead time increased sharply by 0.1141, 0.0702, and 0.0648, respectively. The average ETS for thresholds below 2.5 mm for the 2-h lead time also increased by more than 0.05. Importantly, the ETS for the threshold of 8.0 mm increased by an average of 0.0676 for a 0–2-h lead time and by 0.0925 for a 1-h lead time. Additionally, the ETS of the ConvLSTM model for the threshold of 2.5 mm increased by 0.0801, while that for below the threshold of 1.0 mm decreased (note: the ETSs of the ConvLSTM model are not listed in the table).
Comprehensive evaluation revealed the DL models with the performance in terms of ETS. The PredRNN model trained with the Hea-P dataset with the 8-year time series length obtained the best performance of all models in terms of ETS for hourly graded precipitation (Table 5). The PredRNN model outperformed the LK Optical Flow method for all thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm), especially thresholds exceeding 2.5 mm. Although the ConvLSTM model was improved by training with the Hea-P dataset, it still performed a lower ETS than that of the other two models for all thresholds.
The spatial distributions of ETSs for hourly graded precipitation derived using the LK Optical Flow method and the DL models trained with the Hea-P dataset with the 8-year time series length for the 1-h lead time are shown in Figure 5. For thresholds of 0.1, 1, 2.5, and 8 mm, the higher the threshold, the lower the ETS of hourly graded precipitation; however, the ETS for the threshold of 8 mm exhibited a sharp decrease. Areas with high ETSs for thresholds of 0.1 and 1 mm mainly occurred in eastern, southern, and southwestern parts of Guizhou, whereas high ETSs for thresholds of 2.5, 8, and 15 mm mainly occurred in north-central and southern parts of Guizhou. For thresholds of 8 and 15 mm, the ETS of the ConvLSTM model was close to zero owing to many false predictions in areas of high-value precipitation and high values of POFD and FAR. This can result from cumulative error magnified by iterative calculation. For the threshold of 15 mm, the ETSs of the LK Optical Flow method and the PredRNN model showed improvement mainly in the southern and north-central parts of Guizhou. Additionally, the ETSs of the PredRNN model with different thresholds (i.e., 0.1, 1, 2.5, 8 and 15 mm) indicate that the PredRNN model outperformed both the ConvLSTM model and the LK Optical Flow method.
Figure 6 presents the spatial distributions of ETSs for the 2-h lead time. The ETSs of both the LK Optical Flow method and the PredRNN model for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm) decreased sharply for the 2-h lead time with the same pattern of spatial distribution as that shown for the 1-h lead time. The ETS of the PredRNN model for thresholds of 0.1 and 15 mm maintained values of 0.3–0.5 and 0.2–0.3, respectively, which were superior to the values of the other two models.
In summary, the DL models trained with the Hea-P dataset improved notably in terms of ETS for 6-min and hourly graded precipitation, especially for thresholds of 2.5, 8, and 15 mm. We determined that the PredRNN model trained with the Hea-P dataset with an 8-year time series length performed best, outperforming the LK Optical Flow method for all thresholds. Furthermore, it performed well for thresholds of 2.5, 8, and 15 mm in the north-central and southern parts of Guizhou.

3.4. Structure Evaluation on a Rainstorm Case

As a case for evaluation, we selected a severe rainstorm event that occurred on 6 June 2019, which produced a two-hour period (01:30–03:24) of intense precipitation [59]. We used the MODE approach to further assess the performance of both the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length in relation to this rainstorm case. The MODE consisted of an evaluation of the 6-min precipitation for the threshold of 0.01 mm and an evaluation of the hourly graded precipitation for thresholds of 0.1, 1, and 2.5 mm.
The attribute values of the 6-min precipitation objects for the observations and nowcasts, calculated for a threshold of 0.01 mm, included the area, axis angle, aspect ratio, zonal centroid, and meridional centroid, from which we obtained the total similarity of the precipitation objects. All attribute values and the total similarity of the 6-min precipitation objects for both the LK Optical Flow method and the PredRNN model are shown in Figure 7. The attribute values of the observations have a wide range and show rapid fluctuation during the rainstorm, resulting in both the shape and the position of the area of precipitation varying wildly and rapidly with time. Meanwhile, the zonal centroid and the meridional centroid indicate that the precipitation system first evolved toward the southwest and then moved rapidly toward the northeast. With the characteristic of linear variation, the attribute values of the LK Optical Flow method change smoothly with time, whereas the attribute values of the PredRNN model fluctuate widely and are much closer to those of the observations.
It is evident from Figure 8 that the precipitation nowcasting of the LK Optical Flow method for 6–12-min lead times is highly similar to the observations and shows only minimal linear movement in position and shape. Nevertheless, with such characteristics, the deviation between the observations and the nowcasting of the LK Optical Flow method increases from 18 to 30 min. Conversely, the nowcasting generated using the PredRNN model for 18 to 30 min is closer to the observations because of the ability of the model to capture the nonlinear changes in the observations, demonstrating especially good performance for thresholds of 8 and 15 mm.
We calculated attribute values of hourly graded precipitation for thresholds of 0.1, 1, and 2.5 mm (Table 6). The deviations between the observations and the nowcasting generated using the LK Optical Flow method are more pronounced for a 2-h lead time owing to the axial angle, aspect ratio, zonal centroid, and meridional centroid. Meanwhile, with an increase in the precipitation threshold, the PredRNN model trained with the Hea-P dataset with the 8-year time series length gradually increased in total similarity, substantially outperforming the LK Optical Flow method. For the threshold of 2.5 mm, the PredRNN model maintains a value of total similarity of >0.9, whereas the value for the LK Optical Flow method rapidly drops below 0.75.
The results of the above quantitative evaluation are well reflected in the spatial distributions of hourly precipitation shown in Figure 9. It is evident that the PredRNN model performs better than the LK Optical Flow method for thresholds exceeding 2.5 mm, i.e., it can well capture the nonlinear movement and evolution of the precipitation for a 2-h lead time. The LK Optical Flow method shows poor performance owing to the minimal changes in the shape and position of the area of precipitation with time, resulting in false predictions exceeding the threshold of 8.0 mm in northern Guizhou.
The characteristics of tiny movement and linear evolution mean that the precipitation nowcasting of the LK Optical Flow method is unable to capture nonlinear evolution that does not follow the rule of the latest optical flow vector in the observations. The errors also increased over time owing to the inability of the LK Optical Flow method to adapt to the rapid and extreme evolution of precipitation. However, the PredRNN model trained with the Hea-P dataset can overcome the deficiencies of the traditional LK Optical Flow method, capturing complex nonlinear evolution and establishing a reasonable mapping network during the drastic evolution of precipitation. Thus, the nowcasting of the PredRNN model is closer to the observations, especially for thresholds of 2.5, 8, and 15 mm.

4. Conclusions and Discussion

In this study, we formed two high-quality datasets (the Pre-P dataset and the Hea-P dataset) based on AWS precipitation observation data. Precipitation nowcasting at 6-min intervals for the lead times of 0–2 h was generated for Guizhou using the traditional LK Optical Flow method and the ConvLSTM and PredRNN DL models trained with the Pre-P and Hea-P datasets. Evaluations based on the RMSE, ETS, POD, and FAR were used to assess the performance of the different models in generating precipitation nowcasting. A rainstorm case was evaluated using the MODE approach to further examine the performance of the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length. The results obtained and the conclusions derived were as follows.
Reducing the number of missing values in the AWS observation data improved the quality of the DL training sample data. Data normalization also improved the training efficiency of the DL models. Both processes helped improve the forecasting skill of the DL models. The greater the length of the time series of the training dataset, the better the forecasting skill of the DL model. Increasing the time series length and the number of samples in the training data improved the POD and ETS of the DL models and enhanced the stability of the nowcasting over time. The PredRNN model was most improved for hourly graded precipitation, especially for the 1-h lead time.
Training with the Hea-P dataset further improved the forecasting skill of the DL models and sharply increased the ETSs for thresholds of 2.5, 8, and 15 mm, especially for the 1-h lead time. The improvement in the PredRNN model was greater than that in the ConvLSTM model. The PredRNN model trained with the Hea-P dataset with the 8-year time series length outperformed the traditional LK Optical Flow method for all thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm) and obtained the best performance in terms of ETS in comparison with the other DL models examined in this study. It also performed high ETSs for thresholds exceeding 2.5 mm in the north-central and southern parts of Guizhou. Additionally, the DL models tended to predict high-value precipitation owing to the high-value precipitation training samples in the Hea-P dataset, which is why most DL models showed a sharp increase in FAR values. The ETS of the ConvLSTM model for the threshold of 2.5 mm increased, but the ETS for the thresholds of 0.1 and 1 mm decreased owing to a sharp increase in the FAR. Owing to the magnified cumulative error through iterative calculation, the ConLSTM model performed many false predictions in high-value precipitation, and the ETS of the ConvLSTM model for thresholds of 8 and 15 mm was close to zero. Unlike radar data, observation instruments and measurement standards for precipitation observation data are unified in the industry. Generally, the spatial resolution of AWS data is higher than that of weather radar. Consequently, the DL models considered in this study could have reasonable transferability to other regions. Thus, the same approach could be used to construct highly accurate precipitation nowcasting DL models based on high-quality observation data.
The rainstorm case considered for evaluation revealed the characteristics of minimal movement and linear evolution in the traditional LK Optical Flow method. The generated precipitation nowcasting exhibited increasing error over time because the latest optical flow vector could not capture subsequent nonlinear evolution. Conversely, the PredRNN model trained with the Hea-P dataset could overcome the deficiencies of the traditional LK Optical Flow method and could capture the complex nonlinear evolution. Thus, the generated precipitation nowcasting was much closer to the observations. Specifically, the PredRNN model outperformed the traditional LK Optical Flow method for the threshold of 2.5 mm in the evaluated rainstorm case.
Currently, DL models using multisource observation data can overcome certain physical constraints and generate radar echoes that are physically more reasonable and of reference significance. For example, Li et al. [26] used a DL model and multisource data to produce radar echoes with physical characteristics that were improved in comparison with those derived using single-source observation data. In future work, DL models with multisource observations that include parameters such as temperature, pressure, and wind speed should be investigated. The inclusion of such dynamic and thermodynamic meteorological information will further improve the forecasting skill of DL models. Additionally, a comparative discussion with radar echo and more reasonable evaluation metrics will be added, such as radially averaged power spectral density [26,60,61].

Author Contributions

D.K. and X.Z. (Xiefei Zhi). contributed to the conception and design of the study. C.Y. and Y.T. contributed to the analysis. X.Z. (Xiaotuan Zeng), G.L., Y.J., D.K. and Y.W. organized the database. All authors contributed to writing and revising the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

The study was jointly supported by the Natural Science Foundation of Hebei Province, China (Grant No.: D2021304003) and The Meteorological Science, Technology Open Research Fund of Guizhou Meteorological Bureau (Grant No.: KF201704), the Provincial and Municipal Joint Fund Project of Guizhou Province Meteorological Bureau ”Research on precipitation forecasting of short-term in Southwest Guizhou”, the Provincial and Municipal Joint Fund Project of Guizhou Province Meteorological Bureau ”Research on AI-based intelligent weather monitoring and dispatching technology”.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The observation data used in this study were provided by the Guizhou Meteorological Information Center and are not public in nature. The dataset was newly established in this study.

Acknowledgments

The authors thank the Guizhou Meteorological Information Center for its cooperation and data support.

Conflicts of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as potential conflict of interest.

References

  1. Sun, J. Convective-scale assimilation of radar data: Progress and challenges. Q. J. R. Meteorol. Soc. 2005, 131, 3439–3463. [Google Scholar] [CrossRef]
  2. Bachmann, K.; Keil, C.; Craig, G.C.; Weissmann, M.; Welzbacher, C.A. Predictability of deep convection in idealized and operational forecasts: Effects of radar data assimilation, orography, and synoptic weather regime. Mon. Weather Rev. 2020, 148, 63–81. [Google Scholar] [CrossRef]
  3. Wang, T.; Liu, Y.; Dong, C.; Li, J. Review of short-term precipitation forecasting methods and their applications. Electron. World 2019, 10, 11–13. [Google Scholar]
  4. Bowler, N.E.; Pierce, C.E.; Seed, A.W. STEPS: A probabilistic precipitation forecasting scheme which merges an extrapolation nowcast with downscaled NWP. Q. J. R. Meteorol. Soc. 2006, 132, 2127–2155. [Google Scholar] [CrossRef]
  5. Pulkkinen, S. PySTEPS: An open-source Python library for probabilistic precipitation nowcasting (v1. 0). Geosci. Model Dev. 2019, 12, 4185–4219. [Google Scholar] [CrossRef]
  6. Atencia, R.T.; Sairouni, A. Improving QPF by blending techniques at the meteorological service of catalonia. Nat. Hazards Earth Syst. Sci. 2010, 7, 1443–1455. [Google Scholar] [CrossRef]
  7. Haiden, T.; Kann, A.; Wittmann, C.; Pistotnik, G.; Bica, B. The integrated nowcasting through comprehensive analysis (INCA) system and its validation over the eastern alpine region. Weather Forecast. 2011, 2, 166–183. [Google Scholar] [CrossRef]
  8. Liang, Q.; Feng, Y.; Deng, W.; Hu, S.; Huang, Y.; Zeng, Q.; Chen, Z. A composite approach of radar echo extrapolation based on TREC vectors in combination with model predicted winds. Adv. Atmos. Sci. 2010, 5, 1119–1130. [Google Scholar] [CrossRef]
  9. Sun, J.; Xue, M.; Wilson, J.W.; Zawadzki, I.; Ballard, S.P.; Onvlee-Hooimeyer, J.; Joe, P.; Barker, D.M.; Li, P.-W.; Golding, B.; et al. Use of NWP for nowcasting convective precipitation: Recent progress and challenges. Bull. Am. Meteorol. Soc. 2014, 95, 409–426. [Google Scholar] [CrossRef]
  10. Ravuri, S.; Lenc, K.; Willson, M.; Kangin, D.; Lam, R.; Mirowski, P.; Fitzsimons, M.; Athanassiadou, M.; Kashem, S.; Madge, S.; et al. Skillful precipitation nowcasting using deep generative models of radar. Nature 2021, 597, 672–677. [Google Scholar] [CrossRef]
  11. Crane, R.K. Automatic cell detection and tracking. IEEE Trans. Geosci. Electron. 1979, 17, 250–262. [Google Scholar] [CrossRef]
  12. Rasmussen, R.; Dixon, M.; Hage, F.; Cole, J.; Rehak, N. Weather support to deicing decision making (WSDDM): A winter weather nowcasting system. Bull. Amer. Meteorol. Soc. 2001, 82, 579–596. [Google Scholar] [CrossRef]
  13. Mueller, C.; Saxen, T.; Roberts, R.; Wilson, J.; Betancourt, T.; Dettling, S.; Oien, N.; Yee, J. NCAR auto-nowcast system. Weather Forecast. 2003, 18, 545–561. [Google Scholar] [CrossRef]
  14. Cheung, P.; Yeung, H.Y. Application of optical-flow technique to significant convection nowcast for terminal areas in Hong Kong. In Proceedings of the 3rd WMO International Symposium on Nowcasting and Very Short-Range Forecasting (WSN12), Rio de Janeiro, Brazil, 6 August 2012; pp. 6–10. [Google Scholar]
  15. Cao, C.Y.; Chen, Y.Z.; Liu, D.H. The optical flow method and its application to nowcasting. Acta Meteor. Sinica 2015, 73, 471–480. [Google Scholar]
  16. Han, L.; Wang, H.Q.; Lin, Y.J. Application of optical flow method to nowcasting convective weather. Acta Sci. Nat. Univ. Pekin. 2008, 44, 751–755. [Google Scholar]
  17. Feng, Y.; Kitzmiller, D. A short-range quantitative precipitation forecast algorithm using back-propagation neural network approach. Adv. Atmos. Sci. 2006, 23, 405–414. [Google Scholar] [CrossRef]
  18. Dixon, M.; Wiener, G. TITAN: Thunderstorm identification, tracking, and nowcasting—A radar-based methodology. J. Atmos. Ocean. Technol. 1993, 10, 785–797. [Google Scholar] [CrossRef]
  19. Johnson, J.T.; MacKeen, P.L.; Witt, A.; Mitchell, E.D.; Stumpf, G.J.; Eilts, M.D.; Thomas, K.W. The storm cell identification and tracking algorithm: An enhanced WSR-88D algorithm. Weather Forecast. 1998, 13, 263–276. [Google Scholar] [CrossRef]
  20. Wilson, J.W.; Feng, Y.; Chen, M.; Roberts, R.D. Nowcasting challenges during the Beijing Olympics: Successes, failures, and implications for future nowcasting systems. Weather Forecast. 2010, 25, 1691–1714. [Google Scholar] [CrossRef]
  21. LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
  22. Peng, T.; Zhi, X.; Ji, Y.; Ji, L.; Tian, Y. Prediction Skill of Extended Range 2-m Maximum Air Temperature Probabilistic Forecasts Using Machine Learning Post-Processing Methods. Atmosphere 2020, 11, 823. [Google Scholar] [CrossRef]
  23. Zhu, Y.; Zhi, X.; Lyu, Y.; Zhu, S.; Tong, H.; Mamtimin, A.; Zhang, H.; Huo, W. Forecast calibrations of surface air temperature over Xinjiang based on U-net neural network. Front. Environ. Sci. 2022, 10, 2296–2665. [Google Scholar] [CrossRef]
  24. Zhi, X.; Wang, J. Editorial: AI-based prediction of high-impact weather and climate extremes under global warming: A perspective from the large-scale circulations and teleconnections. Front. Earth Sci. 2023, 11, 2296–6463. [Google Scholar] [CrossRef]
  25. Pan, X.; Lu, Y.; Zhao, K.; Huang, H.; Wang, M.; Chen, H. Improving Nowcasting of Convective Development by Incorporating Polarimetric Radar Variables Into a Deep-Learning Model. Geophys. Res. Lett. 2021, 48, e2021GL095302. [Google Scholar] [CrossRef]
  26. Li, D.; Liu, Y.; Chen, C. MSDM v1.0: A machine learning model for precipitation nowcasting over eastern China using multisource data. Geosci. Model Dev. 2021, 14, 4019–4034. [Google Scholar] [CrossRef]
  27. 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, 28, 1–12. [Google Scholar]
  28. Shi, X.; Gao, Z.; Lausen, L.; Wang, H.; Yeung, D.Y.; Wong, W.K.; Woo, W.C. Deep learning for precipitation nowcasting: A benchmark and a new model. Adv. Neural Inf. Process. Syst. 2017, 30, 1–17. [Google Scholar]
  29. Wang, Y.; Long, M.; Wang, J.; Gao, Z.; Yu, P.S. Predrnn: Recurrent neural networks for predictive learning using spatiotemporal lstms. Adv. Neural Inf. Process. Syst. 2017, 30, 1–10. [Google Scholar]
  30. Wang, Y.; Gao, Z.; Long, M.; Wang, J.; Philip, S.Y. PredRNN++: Towards a resolution of the deep-in-time dilemma in spatiotemporal predictive learning. In Proceedings of the International Conference on Machine Learning, Stockholm, Sweden, 10–15 July 2018; pp. 5123–5132. [Google Scholar]
  31. Ji, Y.; Gong, B.; Langguth, M.; Mozaffari, A.; Zhi, X. CLGAN: A GAN-based video prediction model for precipitation nowcasting. EGUsphere 2022, 1–23. [Google Scholar] [CrossRef]
  32. Chen, X.; Liu, J.; Zheng, Q.; Li, X.; Liu, J. A Study on Radar Echo Nowcasting Based on Convolutional Gated Recurrent Unit Neural Network. Plateau Meteorol. 2021, 40, 1–13. [Google Scholar]
  33. Foresti, L.; Sideris, I.; Nerini, D.; Beusch, L.; Germann, U. Using a 10-year radar archive for nowcasting precipitation growth and decay: A probabilistic machine learning approach. Weather Forecast. 2017, 34, 1547–1569. [Google Scholar] [CrossRef]
  34. Agrawal, S.; Barrington, L.; Bromberg, C.; Burge, J.; Gazen, C.; Hickey, J. Machine learning for precipitation nowcasting from radar images. arXiv 2019, arXiv:1912.12132. [Google Scholar]
  35. Mao, Y.; Sorteberg, A. Improving Radar-Based Precipitation Nowcasts with Machine Learning Using an Approach Based on Random Forest. Weather Forecast 2020, 35, 2461–2478. [Google Scholar] [CrossRef]
  36. Germann, U.; Zawadzki, I. Scale dependence of the predictability of precipitation from continental radar images. Part II: Probability forecasts. J. Appl. Meteorol. 2004, 43, 74–89. [Google Scholar] [CrossRef]
  37. Sun, N.; Zhou, Z.; Li, Q.; Zhou, X. Spatiotemporal Prediction of Monthly Sea Subsurface Temperature Fields Using a 3D U-Net-Based Model. Remote Sens. 2022, 14, 4890. [Google Scholar] [CrossRef]
  38. Trebing, K.; Stańczyk, T.; Mehrkanoon, S. SmaAt-UNet: Precipitation nowcasting using a small attention-UNet architecture. Pattern Recognit. Lett. 2021, 145, 178–186. [Google Scholar] [CrossRef]
  39. Gong, B.; Langguth, M.; Ji, Y.; Mozaffari, A.; Stadtler, S.; Mache, K.; Schultz, M.G. Temperature forecasting by deep learning methods. Geosci. Model Dev. Discuss. 2022, 15, 8931–8956. [Google Scholar] [CrossRef]
  40. Chkeir, S.; Anesiadou, A.; Mascitelli, A.; Biondi, R. Nowcasting extreme rain and extreme wind speed with machine learning techniques applied to different input datasets. Atmos. Res. 2022, 282, 106548. [Google Scholar] [CrossRef]
  41. Huang, H.; Lin, L.; Tong, R.; Hu, H.; Zhang, Q.; Iwamoto, Y.; Han, X.; Chen, Y.W.; Wu, J. Unet 3+: A full-scale connected unet for medical image segmentation. In Proceedings of the ICASSP 2020–2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Barcelona, Spain, 4–8 May 2020; pp. 1055–1059. [Google Scholar]
  42. Akbari Asanjan, A.; Yang, T.; Hsu, K.; Sorooshian, S.; Lin, J.; Peng, Q. Short-term precipitation forecast based on the persian system and lstm recurrent neural networks. J. Geophys. Res. Atmos. 2018, 123, 12543–12563. [Google Scholar] [CrossRef]
  43. Ayzel, G.; Heistermann, M.; Sorokinc, A.; Nikitinc, O.; Lukyanovacet, O. All convolutional neural networks for radar-based precipitation nowcasting. Procedia Comput. Sci. 2019, 150, 186–192. [Google Scholar] [CrossRef]
  44. Su, A.; Li, H.; Cui, L.; Chen, Y. A convection nowcasting method based on machine learning. Adv. Meteorol. 2020, 2020, 5124274. [Google Scholar] [CrossRef]
  45. Tian, L.; Li, X.; Ye, Y.; Xie, P.; Li, Y. A generative adversarial gated recurrent unit model for precipitation nowcasting. IEEE Geosci. Remote Sens. Lett. 2020, 17, 601–605. [Google Scholar] [CrossRef]
  46. Han, L.; Sun, J.; Zhang, W. Convolutional neural network for convective storm nowcasting using 3-d doppler weather radar data. IEEE Trans. Geosci. Remote Sens. 2019, 58, 1487–1495. [Google Scholar] [CrossRef]
  47. Suzanna, M.; Alexandre, E. Precipitation Nowcasting with Weather Radar Images and Deep Learning in São Paulo, Brasil. Atmosphere 2020, 11, 1157. [Google Scholar]
  48. Yu, L.; Du, X.; Zhao, L.; Yang, H. A new methodology for pixel-quantitative precipitation nowcasting using a pyramid Lucas Kanade optical flow approach. J. Hydrol. 2015, 529, 354–364. [Google Scholar]
  49. Gan, W.; Li, G.; Wan, X. Variation Characteristics of Extreme Precipitation During May-September in Guizhou Province in Recent 57 Years. J. Arid. Meteorol. 2018, 36, 617–623. [Google Scholar]
  50. Bai, H.; Gao, H. Influences of the Somaliacross-equatorial flow on the beginning date of rainy season in Southwest China. Chin. J. Atmos. Sci. 2017, 41, 702–712. (In Chinese) [Google Scholar]
  51. Reich, S. An explicit and conservative remapping strategy for semi-Lagrangian advection. Atmos. Sci. Lett. 2017, 8, 58–63. [Google Scholar] [CrossRef]
  52. Zhu, S.; Zhang, L.; Jiang, H.; Lyu, Y.; Fan, Y.; Guo, Z.; Zhi, X. Pattern projection calibrations on subseasonal forecasts of surface air temperature over East Asia. Weather. Forecast. 2023. [Google Scholar] [CrossRef]
  53. Zhu, S.; Zhi, X.; Ge, F.; Fan, Y.; Zhang, L.; Gao, J. Subseasonal forecast of surface air temperature using superensemble approaches: Experiments over Northeast Asia for 2018. Weather. Forecast. 2021, 36, 39–51. [Google Scholar] [CrossRef]
  54. Lyu, Y.; Zhi, X.; Zhu, S.; Fan, Y.; Pan, M. Statistical calibrations of surface air temperature forecasts over East Asia using pattern projection methods. Weather. Forecast. 2021, 36, 1661–1674. [Google Scholar] [CrossRef]
  55. Davis, C.; Brown, B.; Bullock, R. Object-based verification of precipitation forecasts. Part I: Methodology and application to mesoscale rain areas. Mon. Weather Rev. 2006, 134, 1772–1784. [Google Scholar] [CrossRef]
  56. Davis, C.; Brown, B.; Bullock, R. Object-based verification of precipitation forecasts. Part II: Application to convective rain systems. Mon. Weather Rev. 2006, 134, 1785–1795. [Google Scholar] [CrossRef]
  57. Johnson, A.; Wang, X. Object-Based Evaluation of a Storm-Scale Ensemble during the 2009 NOAA Hazardous Weather Testbed Spring Experiment. Mon. Weather Rev. 2013, 141, 1079–1098. [Google Scholar] [CrossRef]
  58. Ji, L.; Zhi, X.; Simmer, C.; Zhu, S.; Ji, Y. Multimodel ensemble forecasts of precipitation based on an object-based diagnostic evaluation. Mon. Weather Rev. 2020, 148, 2591–2606. [Google Scholar] [CrossRef]
  59. Min, A.; Liao, Y.; Deng, W.; Zhang, C. A brief description of the main rainstorm weather process in China from April to October 2019. Torrential Rain Disasters 2020, 39, 539–548. [Google Scholar]
  60. Ayzel, G.; Scheffer, T.; Heistermann, M. RainNet v1.0: A convolutional neural network for radar-based precipitation nowcasting. Geosci. Model Dev. 2020, 13, 2631–2644. [Google Scholar] [CrossRef]
  61. Huang, Q.; Chen, S.; Tan, J. TSRC: A Deep Learning Model for Precipitation Short-Term Forecasting over China Using Radar Echo Data. Remote Sens. 2022, 15, 142. [Google Scholar] [CrossRef]
Figure 1. Distribution of the 1835 automatic weather stations in Guizhou Province, China.
Figure 1. Distribution of the 1835 automatic weather stations in Guizhou Province, China.
Atmosphere 14 00807 g001
Figure 2. Comparison of the ETSs of the DL models before and after data quality control (DQC).
Figure 2. Comparison of the ETSs of the DL models before and after data quality control (DQC).
Atmosphere 14 00807 g002
Figure 3. Forecasting skill of DL models trained with different time series lengths: (a) RMSE, (b) ETS, (c) POD, (d) FAR, and (e) POFD.
Figure 3. Forecasting skill of DL models trained with different time series lengths: (a) RMSE, (b) ETS, (c) POD, (d) FAR, and (e) POFD.
Atmosphere 14 00807 g003
Figure 4. Forecasting skill of the LK Optical Flow model and the PredRNN model trained with two types of datasets: (a) RMSE, (b) ETS, (c) POD, (d) FAR, and (e) POFD.
Figure 4. Forecasting skill of the LK Optical Flow model and the PredRNN model trained with two types of datasets: (a) RMSE, (b) ETS, (c) POD, (d) FAR, and (e) POFD.
Atmosphere 14 00807 g004
Figure 5. Spatial distributions of ETSs for hourly graded precipitation for the 1-h lead time, derived from the LK Optical Flow method and the DL models trained with the Hea-P dataset with the 8-year time series length.
Figure 5. Spatial distributions of ETSs for hourly graded precipitation for the 1-h lead time, derived from the LK Optical Flow method and the DL models trained with the Hea-P dataset with the 8-year time series length.
Atmosphere 14 00807 g005
Figure 6. Spatial distributions of ETSs for hourly graded precipitation for the 2-h lead time, derived from the LK Optical Flow method and the DL models trained with the Hea-P dataset with the 8-year time series length.
Figure 6. Spatial distributions of ETSs for hourly graded precipitation for the 2-h lead time, derived from the LK Optical Flow method and the DL models trained with the Hea-P dataset with the 8-year time series length.
Atmosphere 14 00807 g006
Figure 7. Attribute values of 6-min precipitation objects for the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length: (a) area, (b) axis angle, (c) aspect ratio, (d) zonal centroid, (e) meridional centroid, and (f) total similarity.
Figure 7. Attribute values of 6-min precipitation objects for the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length: (a) area, (b) axis angle, (c) aspect ratio, (d) zonal centroid, (e) meridional centroid, and (f) total similarity.
Atmosphere 14 00807 g007
Figure 8. Distributions of observed and predicted precipitation for 6–30-min lead times for the evaluated rainstorm case.
Figure 8. Distributions of observed and predicted precipitation for 6–30-min lead times for the evaluated rainstorm case.
Atmosphere 14 00807 g008
Figure 9. Distributions of observed and predicted hourly precipitation for 6–30 min lead times for the evaluated rainstorm case.
Figure 9. Distributions of observed and predicted hourly precipitation for 6–30 min lead times for the evaluated rainstorm case.
Atmosphere 14 00807 g009
Table 1. ETSs of hourly graded precipitation for DL models before and after DQC for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Table 1. ETSs of hourly graded precipitation for DL models before and after DQC for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
ModelConvLSTMConvLSTM DQCPredRNNPredRNN DQC
Lead time1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mm0.10090.16580.32950.25230.48680.21210.50970.3425
≥1 mm0.22230.14060.26370.23460.35740.13020.36940.2363
≥2.5 mm0.10330.09220.06870.03900.23410.10460.33190.1700
≥8 mm0.00390.00370.003200.08580.02760.17830.0586
≥15 mm000.000400.12890.02830.23290.0594
Table 2. Hourly graded precipitation ETSs for the two DL models trained with Pre-P datasets with different time series lengths for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Table 2. Hourly graded precipitation ETSs for the two DL models trained with Pre-P datasets with different time series lengths for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
ModelConvLSTM 1 YearConvLSTM 3 YearsConvLSTM 5 YearsConvLSTM 8 Years
Lead time1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mm0.25530.00390.30150.01390.32320.32560.32950.2523
≥1 mm0.20300.21130.23520.13000.25310.25340.26370.2346
≥2.5 mm0.01350.00780.03130.00010.01700.02230.06870.0390
≥8 mm0.000400.006700.00070.00130.00320
≥15 mm000.0024000.00060.00040
ModelPredRNN 1 YearPredRNN 3 YearsPredRNN 5 YearsPredRNN 8 Years
Lead time1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mm0.43020.12570.43520.24550.46800.25600.48680.2121
≥1 mm0.29910.03520.31120.15350.34680.15170.41830.1287
≥2.5 mm0.08770.02110.14850.02090.17570.03890.23410.1046
≥8 mm0.00110.00020.00620.00050.01220.00010.08580.0276
≥15 mm0.00210.00030.00760.00280.00640.00250.12890.0283
Table 3. ETSs of hourly graded precipitation for the LK Optical Flow method and the DL models trained using the two types of datasets for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Table 3. ETSs of hourly graded precipitation for the LK Optical Flow method and the DL models trained using the two types of datasets for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
ModelConvLSTM 8 YearsPredRNN 8 YearsLK Optical Flow
Lead time1 h2 h0–2 h1 h2 h0–2 h1 h2 h0–2 h
≥0.1 mm0.32950.25230.29090.48680.21210.34950.45020.29140.3708
≥1 mm0.26370.23460.24920.41830.12870.27350.33220.20110.2666
≥2.5 mm0.06870.03900.05390.23410.10460.16940.21780.10610.1620
≥8 mm0.00320.00000.00160.08580.02760.05670.10810.04220.0751
≥15 mm0.00040.00000.00020.12890.02830.07860.16810.04070.1044
Table 4. ETSs of hourly graded precipitation for the PredRNN model trained with two types of datasets for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Table 4. ETSs of hourly graded precipitation for the PredRNN model trained with two types of datasets for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Model PredRNN 1 YearPredRNN 3 YearsPredRNN 5 YearsPredRNN 8 Years
Pre-P datasetLead time1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mm0.43020.12570.43520.24550.46800.25600.48680.2121
≥1 mm0.29910.03520.31120.15350.34680.15170.41830.1287
≥2.5 mm0.08770.02110.14850.02090.17570.03890.23410.1046
≥8 mm0.00110.00020.00620.00050.01220.00010.08580.0276
≥15 mm0.00210.00030.00760.00280.00640.00250.12890.0283
Hea-P datasetLead time1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mm0.46120.27440.44920.28620.47430.33510.50970.3425
≥1 mm0.25710.12790.31680.18910.35130.23220.36940.2363
≥2.5 mm0.24980.10350.25060.09780.26640.10740.33190.1700
≥8 mm0.13200.04420.13340.04820.13840.04110.17830.0586
≥15 mm0.11770.03120.17740.06580.18280.04590.23290.0594
Table 5. ETSs of hourly graded precipitation for the LK Optical Flow method and the DL models trained with the Hea-P dataset for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
Table 5. ETSs of hourly graded precipitation for the LK Optical Flow method and the DL models trained with the Hea-P dataset for different thresholds (i.e., 0.1, 1, 2.5, 8, and 15 mm).
ModelConvLSTM 8 YearsPredRNN 8 YearsLK Optical Flow
Lead time1 h2 h1 h2 h1 h2 h
≥0.1 mm0.25260.20160.50970.34250.45020.2914
≥1 mm0.14520.11080.36940.23630.33220.2011
≥2.5 mm0.13370.13420.33190.17000.21780.1061
≥8 mm0.02940.02830.17830.05860.10810.0422
≥15 mm0.00120.00420.23290.05940.16810.0407
Table 6. Hourly graded precipitation MODE for different thresholds (i.e., 0.1, 1, and 2.5 mm) for the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length.
Table 6. Hourly graded precipitation MODE for different thresholds (i.e., 0.1, 1, and 2.5 mm) for the LK Optical Flow method and the PredRNN model trained with the Hea-P dataset with the 8-year time series length.
Precipitation ThresholdObservation or ForecastArea
(Grid Points)
Axial Angle (°)Aspect Ratio (Width/Length)Zonal Centroid (°)Meridional Centroid (°)Total Similarity
Lead time1 h2 h1 h2 h1 h2 h1 h2 h1 h2 h1 h2 h
≥0.1 mmObservation47449947.9850.590.730.8126.7926.78105.86106.04
Optical Flow37237765.1764.770.720.7426.9427.03105.67105.680.850.81
PredRNN41848772.7474.840.770.8926.8626.87105.7105.830.850.88
≥1 mmObservation17826530.47−60.850.840.7826.7526.53105.56105.9
Optical Flow19919858.1963.990.90.9226.9326.99105.45105.440.830.7
PredRNN17520541.36−42.910.950.726.8626.76105.54105.750.910.81
≥2.5 mmObservation10515021.5−48.170.70.5926.7826.63105.57105.9
Optical Flow13513549.9555.550.880.8926.9927.08105.41105.410.720.68
PredRNN9212320.11−44.880.680.5926.8226.73105.49105.810.940.92
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kong, D.; Zhi, X.; Ji, Y.; Yang, C.; Wang, Y.; Tian, Y.; Li, G.; Zeng, X. Precipitation Nowcasting Based on Deep Learning over Guizhou, China. Atmosphere 2023, 14, 807. https://doi.org/10.3390/atmos14050807

AMA Style

Kong D, Zhi X, Ji Y, Yang C, Wang Y, Tian Y, Li G, Zeng X. Precipitation Nowcasting Based on Deep Learning over Guizhou, China. Atmosphere. 2023; 14(5):807. https://doi.org/10.3390/atmos14050807

Chicago/Turabian Style

Kong, Dexuan, Xiefei Zhi, Yan Ji, Chunyan Yang, Yuhong Wang, Yuntao Tian, Gang Li, and Xiaotuan Zeng. 2023. "Precipitation Nowcasting Based on Deep Learning over Guizhou, China" Atmosphere 14, no. 5: 807. https://doi.org/10.3390/atmos14050807

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