the Creative Commons Attribution 4.0 License.
the Creative Commons Attribution 4.0 License.
Benchmarking KDP in Rainfall: A Quantitative Assessment of Estimation Algorithms Using C-Band Weather Radar Observations
Abstract. Accurate and precise KDP estimates are essential for radar-based applications, especially in quantitative precipitation estimation and radar data quality control routines. The accuracy of these estimates largely depends on the post-processing of the radar's measured ΦDP, which aims to reduce noise and backscattering effects while preserving fine-scale precipitation features. In this study, we evaluate the performance of several publicly available KDP estimation methods implemented in open-source libraries such as PyArt and Wradlib, and the method used in the Vaisala weather radars. To benchmark these methods, we employ a polarimetric self-consistency approach that relates KDP to reflectivity and differential reflectivity in rain, providing a reference self-consistency KDP (KDPSC ) for comparison. This approach allows for the construction of the reference KDP observations that can be used to assess the accuracy and robustness of the studied KDP estimation methods. We assess each method by quantifying uncertainties using C-band weather radar observations where the reflectivity values ranged between 20 and 50 dBZ.
Using the proposed evaluation framework we could define optimized parameter settings for the methods that have user-configurable parameters. Most of such methods showed significant reduction in the estimation errors after the optimization with respect to the default settings. We have found significant differences in the performances of the studied methods, where the best performing methods showed smaller normalized biases in the high reflectivity values (i.e., ≥ 40 dBZ) and overall smaller normalized root mean squared errors across the range of reflectivity values.
- Preprint
(8233 KB) - Metadata XML
- BibTeX
- EndNote
Status: closed
-
CC1: 'Comment on amt-2024-155', Kultegin Aydin, 25 Sep 2024
This is a well prepared paper with interesting and useful results. There are many references to relevant publications on the topic. There is one paper that I believe should be included because it was the first paper that provided relationships between C-band polarimetric radar observables in rainfall, including KDP:C-Band Dual-Polarization Radar Observables in RainK. Aydin and V. GiridharPrint Publication: 01 Aug 1992DOI: https://doi.org/10.1175/1520-0426(1992)009<0383:CBDPRO>2.0.CO;2 Page(s): 383–390Citation: https://doi.org/
10.5194/amt-2024-155-CC1 -
AC1: 'Reply on CC1', Miguel Aldana, 21 Nov 2024
We found the proposed publication pertinent to the current manuscript, particularly when introducing and highlighting the use of self-consistency relations among the polarimetric variables for hydro-meteor classification in the Introduction Section. The paper “-Band Dual-Polarization Radar Observables in Rain” by K. Aydin and V. Giridhar, was added and cited accordingly.
Citation: https://doi.org/10.5194/amt-2024-155-AC1
-
AC1: 'Reply on CC1', Miguel Aldana, 21 Nov 2024
-
RC1: 'Comment on amt-2024-155', Anonymous Referee #1, 04 Oct 2024
This article discusses an attempt to objectively assess the performance of KDP retrievals in rain. The authors make use of the self-consistency in rain of Zh, Zdr and KDP to retrieve KDP from Zh and Zdr observations from a heavily quality-controlled dataset. They then proceed to compare the self-consistency KDP with optimized KDP retrieval algorithms available from open-source libraries Py-ART and wradlib and the KDP retrieval available in the IRIS software.
It is undoubtedly an interesting and worthy exercise. The article is well written, and the topic is of interest. I have some general comments that I would like that they are addressed before it being accepted for publication.
General comments:
- Many Met Services (including WSR-88D) use a simpler KDP retrieval consisting of one or two moving median windows to smooth PhiDP and a least square retrieval of the KDP. The MeteoSwiss version of Py-ART has functions kdp_leastsquare_single_window, kdp_leastsquare_double_window, smooth_phidp_single_window and smooth_phidp_double_window available. I suggest the authors add those into the evaluated methods. It might be of interest for many Met Services to see where they retrievals stand.
- I do not understand why the authors did not try to tune KDP Schneebeli and KDP iris. KDP Schneebeli has some parameters that can be tuned (Measurement Error Covariance Matrix, Scaled State Transition Error Covariance Matrix and all the arguments for the pre-filtering of the PsiDP (which is not performed in the article). I am not familiar with the IRIS implementation, but I would assume there are also parameters that can be tuned. Not tuning those algorithms while tuning the others puts them in an unfair position when performing the evaluation.
- The conclusions should emphasize more the limits of this study. With all the data filtering performed the authors are evaluating KDP in effectively idealised conditions. In operational conditions, robustness to outliers, performance in low SNR, performance in the presence of residual clutter and/or non-liquid precipitation are also important factors. It would be interesting also to have some data on computational time of each of the retrievals.
Specific comments:
- According to the github repository the right way to write the name of the software package is Py-ART.
- For the sake of completeness, and since they have such a long list of citations, the authors maybe should cite Figueras i Ventura and Tabary (2013) since it was one of the first papers demonstrating the superior performance of KDP-based algorithms at all 3 regularly used weather radar bands (S, C and X) in an operational context in Europe.
- A recapitulative table with the parameters chosen for each tunned algorithm would be appreciated. It will also be helpful to highlight the effective range resolution achieved after tunning the retrievals.
References
2013: The new French operational polarimetric radar rainfall rate product, J Figueras i Ventura, P Tabary, Journal of Applied Meteorology and Climatology 52 (8), 1817-1835
https://github.com/meteoswiss/pyart
Citation: https://doi.org/10.5194/amt-2024-155-RC1 -
AC2: 'Reply on RC1', Miguel Aldana, 22 Nov 2024
We would like to thank for the thoughtful and constructive feedback. We have carefully addressed each of the points raised and we have updated the manuscript accordingly.
- Thank you for suggesting additional publicly available KDP retrieval implementations. We are currently evaluating methods that directly output KDP estimates and therefore only kdp_leastsquare_single_window and kdp_leastsquare_double_window fit within the scope of the article. However, adding two new methods with a total of three parameters to optimise (wind_len, lwind_len and swind_len), will require new analysis and discussion leading to substantial modification to the current manuscript. Instead, we propose to show the results in the attached document RC1_KDP_results.pdf, answering the reviewer’s question.
Summary of the findings shown in RC1_KDP_results.pdf (repetition from the document's page 4):
- kdp_leastsquare_sinle_window optimal parameter was wind_len = 11. It was selected from the minimum NRMSE in the range between 40 and 50 dBZ. The range 35 to 40 dBZ was excluded for the selection, since the results become strongly influenced by the small NRMSE for wind_len values of 3 and 5, which produced unrealistic results.
- Kdp_leastsqaure_double_window optimal parameters were lwind_len = 41 and swind_len = 11, for the range between 35 and 50 dBZ. This method shows a clear discontinuity at 35 dBZ, in which the long window length is replaced by the short window length. The reflectivity threshold was selected to be 35 dBZ to focus on heavier precipitation.
- Optimised kdp_leastsquare_double_window produce slightly better results than kdp_leastsquare_sinle_window, most likely to the sensitive to fine scale precipitation features in the heavier precipitation region (>=35 dBZ) by switching to a small smoothing window size. Additionally, the larger window when Z < 35 dBZ, helps to reduce the impact of outliers and noise in the retrieval of KDP.
- Optimised kdp_leastsquare_double_window and kdp_leastsquare_sinle_window produced better results than kdp_schneebeli but no better than any of other algorithms.
- We tested parameters related to smoothing window lengths and that do not require any previous knowledge or assumptions of the rainfall fields observed.
Regarding kdp_schneebeli, the parameters rcov and pcov are the error covariance matrices of the measurements and state transitions, respectively, and these require a complex framework to be optimised. Same as the self-consistency relations, they will be unique for a given climatological drop size distribution and radar characteristics. In Schneebeli et al.’s these matrices are computed from a large ensemble of stochastically simulated rainfall fields, providing robust spatial information of KDP and delta_hv (or DSD parameters). Unfortunately, such information is not available to us. Therefore, we used this methods with default settings for C-band radar in the algorithm.
The prefilter_psidp argument in the method is set to True so that kdp_schneebeli filters the PhiDP hoping to improve the KDP estimates. The method then uses PhiDP as PsiDP and performs the filtering.
Regarding kdp_iris, it corresponds to the already implemented method of Wang & Chandrasekar (2009) by Vaisala in the IRIS software. This means that at the FMI end, we receive the KDP output as it comes from IRIS, and we have no influence during its computation.
In section 3.1 (Parameter Optimisation of methods), we have added in the lines 204-211 an indication to why kdp_schneebeli and kdp_iris are parameter optimised. - We agree that strict data quality control yields highly idealised data. However, it is important to note that our evaluation framework is based on self-consistency of polarimetric variables in rain, which requires such strict data quality control. The self-consistency approach would lose its purpose if applied over non-filtered data. Following your suggestion, we emphasise in lines 472-474 of the Conclusions Section that the results of our study are based on highly idealised rainfall data, required for the self-consistency.
- Thank you for the clarification on how Py-ART is properly written. The name Py-ART was corrected across the entire manuscript.
- Thank you for the suggestion of the paper and it has been included when referencing QPE estimated from KDP. The citation has been included in line 23 inside the Introduction section, when introducing the relevance of KDP in QPE.
- A recapitulative table with the parameters tested for each method, including the range of settings tested, the default settings and the optimal settings. The table has been included in line 350, at the end of the Parameter Optimisation of Methods’ Section.
- Thank you for suggesting additional publicly available KDP retrieval implementations. We are currently evaluating methods that directly output KDP estimates and therefore only kdp_leastsquare_single_window and kdp_leastsquare_double_window fit within the scope of the article. However, adding two new methods with a total of three parameters to optimise (wind_len, lwind_len and swind_len), will require new analysis and discussion leading to substantial modification to the current manuscript. Instead, we propose to show the results in the attached document RC1_KDP_results.pdf, answering the reviewer’s question.
-
RC2: 'Comment on amt-2024-155', Anonymous Referee #2, 04 Nov 2024
Review report of
Benchmarking KDP in Rainfall: a Quantitative Assessment of Estimation Algorithms Using C-Band Weather Radar Observations
By Aldana et al.
Summary of paper:
The manuscript examines the performance of several commonly-used methods for KDP retrievals in rainfall observations with a C-band weather radar, which is located near Helsinki, Finland. The authors firstly determined carefully quality-controlling radar data by applying several filters to the measured ZH and Zdr and, then, deployed a polarimetric self-consistency approach to compute a reference KDP from radar quantities in rainfall observations. The self-consistency KDP was compared with the derived KDP applying different methods available in Py-ART and wradlib which were optimized accordingly under different conditions. With the performance assessment of different methods, the authors finally directly compared the optimized KDP and calculated their correlation coefficients, which, however indicates generally a high-level difference between different methods.
As general comments, I think the work is very important and comprehensive for the relevant studies in the radar community. It is well written and certainly worthy for publication.
I would like to recommend to add a short introduction to the self-consistency method that is used to probably improve the accuracy of different variables against each other for given hydrometeor types. For the direct comparison between the estimated KDP with different methods, a significance test should be given.
Here are the lists of typos and suggestions (but not limited to):
- Lines 17-18, to my knowledge, Höller et al., (1994) developed one of the first algorithms for hydrometeor classification by using ZDR, LDR, KDP and phiHV measurements during the evolution of a thunderstorm and the authors should probably cite it.
Reference: Höller, H., Hagen, M., Meischner, P. F., Bringi, V. N., and Hubbert, J.: Life Cycle and Precipitation Formation in a Hybrid-Type Hailstorm Revealed by Polarimetric and Doppler Radar Measurements, J. Atmos. Sci., 51, 2500– 2522, https://doi.org/10.1175/1520-0469(1994)051<_x0032_500:LCAPFI>2.0.CO;2, 1994.
- Lines 102-103, is Thurai et al. (2007) one of the settings? Please check it.
- Lines 109-110, please rephrase the sentence “Observations were … only.”
- Figure 4 (probably also other figures), Please add numbers (or letters) to the labels of figure.
- Lines 233-234, please rephrase the sentence “whereas …”
- Line 256, kDP -> KDP
- Figure 6, which panel is (a)-(p)? Please add.
- Lines 343-348, is this paragraph necessary? Please make a check.
- Line 400, remove one of the “using”.
- Line 426, it’s -> its.
- Line 427, it’s -> its.
- Line 433, remove “from methods”
- Line 456, a significance test should be given when the comparisons between two KDP are conducted.
- Figure 15, remove “plot”.
- Lines 478-479, please rephrase the sentence “both use …… independent.”
- Line 496, in 8 -> in Figure 8 (I think).
- Lines 669-670, it seems the reference is not complete. Please revise it.
Citation: https://doi.org/10.5194/amt-2024-155-RC2 -
AC3: 'Reply on RC2', Miguel Aldana, 22 Nov 2024
We would like to thank for the thoughtful and constructive feedback. We have carefully addressed each of the points raised and we have updated the manuscript accordingly.
We agree that an introduction to the self-consistency approach was missing, and we have added a substantial paragraph in the introduction dedicated to it where the goal of the study is stated.Regarding the significance test, the assessment methodology adopted, and the scope of the analysis do not lend themselves to the formulation of a meaningful hypothesis or the conditions required for statistical significance testing. As a result, we believe that adding this test would not enhance the value of the findings or contribute additional insights.
- Thank you for the suggestion of an earlier publication relevant to hydrometeor classification using KDP. The suggested publication was included in the introduction, lines 17-18.
- Those correspond to the settings used in the T-Matrix calculations and not for the KDP methods. For clarity, we changed “settings applied were” for “parameters used for the T-Matrix calculations were” in lines 109-110.
- We agree that the word “only” at the end redundantly emphasises the subject in the sentence. It is already clear from the beginning of the sentence that the data is being restricted to liquid rain subject in the sentence. We removed the word “only” in line 111.
- For clarity, we have added the labels of the panels of each Figure using lowercase alphabet. Labels using lowercase alphabetic characters were used to indicate the panels in Figures 4, 6, 8 and 10.
- The sentence in lines 233-234 had a typo, and we corrected it and rephrased it. “Whereas” was removed and a new clearer sentence was added:
“The underestimation of KDP using 10^5 is evidenced in Fig. 5(b) for Z_H>=35 dBZ, where the results were the most negatively biased. The biases from the remaining parameters were equally consistent and smaller.” - The small “k” for KDP is typo in line 256 and we corrected it.
- The reference to the panels using lowercase alphabetic characters remains. We have added the labels on the upper right corner of each Figure (see question 4). Same as for figures 6, 8 and 10.
- The information of the paragraph is indeed unnecessary. However, it has been shortened and rephrased so that the paragraph emphasises that the analysis use the optimised methods (those allowing it). The paragraph in lines 342-347 after “Performance Assessment of methods Relative to K_{sc}^{DP}” has been rephrased to:
“The performance of the methods is analysed qualitatively in Sec. 3.2.1 and quantitatively in Sec. 3.2.2. For these analyses, we used the parameter-optimised kdp_maesaka, kdp_vulpiani, phase_proc_lp and kdp_from_phidp, and included kdp_schneebeli and kdp_iris.” - Thank you for notifying us of this typo. One of the words “using” has been removed.
- The correct way is “its”. We make the pertinent corrections in line 425
- The correct way is “its”. We make the pertinent corrections in line 426
- We agree on removing “from methods” from the title of section 3.3, line 433.
- We appreciate the reviewer's suggestion regarding the inclusion of a statistical significance test. However, after careful consideration, we have concluded that such a test is not necessary nor appropriate in this context. The primary reason is that the analysis presented in this section does not involve testing a specific hypothesis or comparing distinct groups, which are typical prerequisites for conducting significance tests. Instead, our focus is on describing patterns and relationships between the KDP estimation methods, which are sufficiently addressed through the current method. As a result, we believe that adding this test would not enhance the value of the findings or contribute additional insights.
- The word “plot” has been removed from the caption of Figure 15.
- The sentence has been rephrased for better clarity:
“It should be noted, however, that the reference framework and Giangrande et al. (2013)’ 's method use self-consistency relations to determine KDP, and therefore, the uncertainties are correlated and part of the reported performance is caused by this dependence” - Indeed we are referring to the Figure 8. The word “Figure” was added before “8”.
- The reference for Maesaka et a. (2012) is indeed incomplete. The reference to Maesaka et al (2012) was updated as “conference paper” with the pertinent link to the conference paper.
Citation: https://doi.org/10.5194/amt-2024-155-AC3
Status: closed
-
CC1: 'Comment on amt-2024-155', Kultegin Aydin, 25 Sep 2024
This is a well prepared paper with interesting and useful results. There are many references to relevant publications on the topic. There is one paper that I believe should be included because it was the first paper that provided relationships between C-band polarimetric radar observables in rainfall, including KDP:C-Band Dual-Polarization Radar Observables in RainK. Aydin and V. GiridharPrint Publication: 01 Aug 1992DOI: https://doi.org/10.1175/1520-0426(1992)009<0383:CBDPRO>2.0.CO;2 Page(s): 383–390Citation: https://doi.org/
10.5194/amt-2024-155-CC1 -
AC1: 'Reply on CC1', Miguel Aldana, 21 Nov 2024
We found the proposed publication pertinent to the current manuscript, particularly when introducing and highlighting the use of self-consistency relations among the polarimetric variables for hydro-meteor classification in the Introduction Section. The paper “-Band Dual-Polarization Radar Observables in Rain” by K. Aydin and V. Giridhar, was added and cited accordingly.
Citation: https://doi.org/10.5194/amt-2024-155-AC1
-
AC1: 'Reply on CC1', Miguel Aldana, 21 Nov 2024
-
RC1: 'Comment on amt-2024-155', Anonymous Referee #1, 04 Oct 2024
This article discusses an attempt to objectively assess the performance of KDP retrievals in rain. The authors make use of the self-consistency in rain of Zh, Zdr and KDP to retrieve KDP from Zh and Zdr observations from a heavily quality-controlled dataset. They then proceed to compare the self-consistency KDP with optimized KDP retrieval algorithms available from open-source libraries Py-ART and wradlib and the KDP retrieval available in the IRIS software.
It is undoubtedly an interesting and worthy exercise. The article is well written, and the topic is of interest. I have some general comments that I would like that they are addressed before it being accepted for publication.
General comments:
- Many Met Services (including WSR-88D) use a simpler KDP retrieval consisting of one or two moving median windows to smooth PhiDP and a least square retrieval of the KDP. The MeteoSwiss version of Py-ART has functions kdp_leastsquare_single_window, kdp_leastsquare_double_window, smooth_phidp_single_window and smooth_phidp_double_window available. I suggest the authors add those into the evaluated methods. It might be of interest for many Met Services to see where they retrievals stand.
- I do not understand why the authors did not try to tune KDP Schneebeli and KDP iris. KDP Schneebeli has some parameters that can be tuned (Measurement Error Covariance Matrix, Scaled State Transition Error Covariance Matrix and all the arguments for the pre-filtering of the PsiDP (which is not performed in the article). I am not familiar with the IRIS implementation, but I would assume there are also parameters that can be tuned. Not tuning those algorithms while tuning the others puts them in an unfair position when performing the evaluation.
- The conclusions should emphasize more the limits of this study. With all the data filtering performed the authors are evaluating KDP in effectively idealised conditions. In operational conditions, robustness to outliers, performance in low SNR, performance in the presence of residual clutter and/or non-liquid precipitation are also important factors. It would be interesting also to have some data on computational time of each of the retrievals.
Specific comments:
- According to the github repository the right way to write the name of the software package is Py-ART.
- For the sake of completeness, and since they have such a long list of citations, the authors maybe should cite Figueras i Ventura and Tabary (2013) since it was one of the first papers demonstrating the superior performance of KDP-based algorithms at all 3 regularly used weather radar bands (S, C and X) in an operational context in Europe.
- A recapitulative table with the parameters chosen for each tunned algorithm would be appreciated. It will also be helpful to highlight the effective range resolution achieved after tunning the retrievals.
References
2013: The new French operational polarimetric radar rainfall rate product, J Figueras i Ventura, P Tabary, Journal of Applied Meteorology and Climatology 52 (8), 1817-1835
https://github.com/meteoswiss/pyart
Citation: https://doi.org/10.5194/amt-2024-155-RC1 -
AC2: 'Reply on RC1', Miguel Aldana, 22 Nov 2024
We would like to thank for the thoughtful and constructive feedback. We have carefully addressed each of the points raised and we have updated the manuscript accordingly.
- Thank you for suggesting additional publicly available KDP retrieval implementations. We are currently evaluating methods that directly output KDP estimates and therefore only kdp_leastsquare_single_window and kdp_leastsquare_double_window fit within the scope of the article. However, adding two new methods with a total of three parameters to optimise (wind_len, lwind_len and swind_len), will require new analysis and discussion leading to substantial modification to the current manuscript. Instead, we propose to show the results in the attached document RC1_KDP_results.pdf, answering the reviewer’s question.
Summary of the findings shown in RC1_KDP_results.pdf (repetition from the document's page 4):
- kdp_leastsquare_sinle_window optimal parameter was wind_len = 11. It was selected from the minimum NRMSE in the range between 40 and 50 dBZ. The range 35 to 40 dBZ was excluded for the selection, since the results become strongly influenced by the small NRMSE for wind_len values of 3 and 5, which produced unrealistic results.
- Kdp_leastsqaure_double_window optimal parameters were lwind_len = 41 and swind_len = 11, for the range between 35 and 50 dBZ. This method shows a clear discontinuity at 35 dBZ, in which the long window length is replaced by the short window length. The reflectivity threshold was selected to be 35 dBZ to focus on heavier precipitation.
- Optimised kdp_leastsquare_double_window produce slightly better results than kdp_leastsquare_sinle_window, most likely to the sensitive to fine scale precipitation features in the heavier precipitation region (>=35 dBZ) by switching to a small smoothing window size. Additionally, the larger window when Z < 35 dBZ, helps to reduce the impact of outliers and noise in the retrieval of KDP.
- Optimised kdp_leastsquare_double_window and kdp_leastsquare_sinle_window produced better results than kdp_schneebeli but no better than any of other algorithms.
- We tested parameters related to smoothing window lengths and that do not require any previous knowledge or assumptions of the rainfall fields observed.
Regarding kdp_schneebeli, the parameters rcov and pcov are the error covariance matrices of the measurements and state transitions, respectively, and these require a complex framework to be optimised. Same as the self-consistency relations, they will be unique for a given climatological drop size distribution and radar characteristics. In Schneebeli et al.’s these matrices are computed from a large ensemble of stochastically simulated rainfall fields, providing robust spatial information of KDP and delta_hv (or DSD parameters). Unfortunately, such information is not available to us. Therefore, we used this methods with default settings for C-band radar in the algorithm.
The prefilter_psidp argument in the method is set to True so that kdp_schneebeli filters the PhiDP hoping to improve the KDP estimates. The method then uses PhiDP as PsiDP and performs the filtering.
Regarding kdp_iris, it corresponds to the already implemented method of Wang & Chandrasekar (2009) by Vaisala in the IRIS software. This means that at the FMI end, we receive the KDP output as it comes from IRIS, and we have no influence during its computation.
In section 3.1 (Parameter Optimisation of methods), we have added in the lines 204-211 an indication to why kdp_schneebeli and kdp_iris are parameter optimised. - We agree that strict data quality control yields highly idealised data. However, it is important to note that our evaluation framework is based on self-consistency of polarimetric variables in rain, which requires such strict data quality control. The self-consistency approach would lose its purpose if applied over non-filtered data. Following your suggestion, we emphasise in lines 472-474 of the Conclusions Section that the results of our study are based on highly idealised rainfall data, required for the self-consistency.
- Thank you for the clarification on how Py-ART is properly written. The name Py-ART was corrected across the entire manuscript.
- Thank you for the suggestion of the paper and it has been included when referencing QPE estimated from KDP. The citation has been included in line 23 inside the Introduction section, when introducing the relevance of KDP in QPE.
- A recapitulative table with the parameters tested for each method, including the range of settings tested, the default settings and the optimal settings. The table has been included in line 350, at the end of the Parameter Optimisation of Methods’ Section.
- Thank you for suggesting additional publicly available KDP retrieval implementations. We are currently evaluating methods that directly output KDP estimates and therefore only kdp_leastsquare_single_window and kdp_leastsquare_double_window fit within the scope of the article. However, adding two new methods with a total of three parameters to optimise (wind_len, lwind_len and swind_len), will require new analysis and discussion leading to substantial modification to the current manuscript. Instead, we propose to show the results in the attached document RC1_KDP_results.pdf, answering the reviewer’s question.
-
RC2: 'Comment on amt-2024-155', Anonymous Referee #2, 04 Nov 2024
Review report of
Benchmarking KDP in Rainfall: a Quantitative Assessment of Estimation Algorithms Using C-Band Weather Radar Observations
By Aldana et al.
Summary of paper:
The manuscript examines the performance of several commonly-used methods for KDP retrievals in rainfall observations with a C-band weather radar, which is located near Helsinki, Finland. The authors firstly determined carefully quality-controlling radar data by applying several filters to the measured ZH and Zdr and, then, deployed a polarimetric self-consistency approach to compute a reference KDP from radar quantities in rainfall observations. The self-consistency KDP was compared with the derived KDP applying different methods available in Py-ART and wradlib which were optimized accordingly under different conditions. With the performance assessment of different methods, the authors finally directly compared the optimized KDP and calculated their correlation coefficients, which, however indicates generally a high-level difference between different methods.
As general comments, I think the work is very important and comprehensive for the relevant studies in the radar community. It is well written and certainly worthy for publication.
I would like to recommend to add a short introduction to the self-consistency method that is used to probably improve the accuracy of different variables against each other for given hydrometeor types. For the direct comparison between the estimated KDP with different methods, a significance test should be given.
Here are the lists of typos and suggestions (but not limited to):
- Lines 17-18, to my knowledge, Höller et al., (1994) developed one of the first algorithms for hydrometeor classification by using ZDR, LDR, KDP and phiHV measurements during the evolution of a thunderstorm and the authors should probably cite it.
Reference: Höller, H., Hagen, M., Meischner, P. F., Bringi, V. N., and Hubbert, J.: Life Cycle and Precipitation Formation in a Hybrid-Type Hailstorm Revealed by Polarimetric and Doppler Radar Measurements, J. Atmos. Sci., 51, 2500– 2522, https://doi.org/10.1175/1520-0469(1994)051<_x0032_500:LCAPFI>2.0.CO;2, 1994.
- Lines 102-103, is Thurai et al. (2007) one of the settings? Please check it.
- Lines 109-110, please rephrase the sentence “Observations were … only.”
- Figure 4 (probably also other figures), Please add numbers (or letters) to the labels of figure.
- Lines 233-234, please rephrase the sentence “whereas …”
- Line 256, kDP -> KDP
- Figure 6, which panel is (a)-(p)? Please add.
- Lines 343-348, is this paragraph necessary? Please make a check.
- Line 400, remove one of the “using”.
- Line 426, it’s -> its.
- Line 427, it’s -> its.
- Line 433, remove “from methods”
- Line 456, a significance test should be given when the comparisons between two KDP are conducted.
- Figure 15, remove “plot”.
- Lines 478-479, please rephrase the sentence “both use …… independent.”
- Line 496, in 8 -> in Figure 8 (I think).
- Lines 669-670, it seems the reference is not complete. Please revise it.
Citation: https://doi.org/10.5194/amt-2024-155-RC2 -
AC3: 'Reply on RC2', Miguel Aldana, 22 Nov 2024
We would like to thank for the thoughtful and constructive feedback. We have carefully addressed each of the points raised and we have updated the manuscript accordingly.
We agree that an introduction to the self-consistency approach was missing, and we have added a substantial paragraph in the introduction dedicated to it where the goal of the study is stated.Regarding the significance test, the assessment methodology adopted, and the scope of the analysis do not lend themselves to the formulation of a meaningful hypothesis or the conditions required for statistical significance testing. As a result, we believe that adding this test would not enhance the value of the findings or contribute additional insights.
- Thank you for the suggestion of an earlier publication relevant to hydrometeor classification using KDP. The suggested publication was included in the introduction, lines 17-18.
- Those correspond to the settings used in the T-Matrix calculations and not for the KDP methods. For clarity, we changed “settings applied were” for “parameters used for the T-Matrix calculations were” in lines 109-110.
- We agree that the word “only” at the end redundantly emphasises the subject in the sentence. It is already clear from the beginning of the sentence that the data is being restricted to liquid rain subject in the sentence. We removed the word “only” in line 111.
- For clarity, we have added the labels of the panels of each Figure using lowercase alphabet. Labels using lowercase alphabetic characters were used to indicate the panels in Figures 4, 6, 8 and 10.
- The sentence in lines 233-234 had a typo, and we corrected it and rephrased it. “Whereas” was removed and a new clearer sentence was added:
“The underestimation of KDP using 10^5 is evidenced in Fig. 5(b) for Z_H>=35 dBZ, where the results were the most negatively biased. The biases from the remaining parameters were equally consistent and smaller.” - The small “k” for KDP is typo in line 256 and we corrected it.
- The reference to the panels using lowercase alphabetic characters remains. We have added the labels on the upper right corner of each Figure (see question 4). Same as for figures 6, 8 and 10.
- The information of the paragraph is indeed unnecessary. However, it has been shortened and rephrased so that the paragraph emphasises that the analysis use the optimised methods (those allowing it). The paragraph in lines 342-347 after “Performance Assessment of methods Relative to K_{sc}^{DP}” has been rephrased to:
“The performance of the methods is analysed qualitatively in Sec. 3.2.1 and quantitatively in Sec. 3.2.2. For these analyses, we used the parameter-optimised kdp_maesaka, kdp_vulpiani, phase_proc_lp and kdp_from_phidp, and included kdp_schneebeli and kdp_iris.” - Thank you for notifying us of this typo. One of the words “using” has been removed.
- The correct way is “its”. We make the pertinent corrections in line 425
- The correct way is “its”. We make the pertinent corrections in line 426
- We agree on removing “from methods” from the title of section 3.3, line 433.
- We appreciate the reviewer's suggestion regarding the inclusion of a statistical significance test. However, after careful consideration, we have concluded that such a test is not necessary nor appropriate in this context. The primary reason is that the analysis presented in this section does not involve testing a specific hypothesis or comparing distinct groups, which are typical prerequisites for conducting significance tests. Instead, our focus is on describing patterns and relationships between the KDP estimation methods, which are sufficiently addressed through the current method. As a result, we believe that adding this test would not enhance the value of the findings or contribute additional insights.
- The word “plot” has been removed from the caption of Figure 15.
- The sentence has been rephrased for better clarity:
“It should be noted, however, that the reference framework and Giangrande et al. (2013)’ 's method use self-consistency relations to determine KDP, and therefore, the uncertainties are correlated and part of the reported performance is caused by this dependence” - Indeed we are referring to the Figure 8. The word “Figure” was added before “8”.
- The reference for Maesaka et a. (2012) is indeed incomplete. The reference to Maesaka et al (2012) was updated as “conference paper” with the pertinent link to the conference paper.
Citation: https://doi.org/10.5194/amt-2024-155-AC3
Viewed
HTML | XML | Total | BibTeX | EndNote | |
---|---|---|---|---|---|
238 | 64 | 171 | 473 | 2 | 3 |
- HTML: 238
- PDF: 64
- XML: 171
- Total: 473
- BibTeX: 2
- EndNote: 3
Viewed (geographical distribution)
Country | # | Views | % |
---|
Total: | 0 |
HTML: | 0 |
PDF: | 0 |
XML: | 0 |
- 1