pyart icon indicating copy to clipboard operation
pyart copied to clipboard

About the ZHPI calculation of Ah in 'attenuation.py'

Open sysumeteo opened this issue 6 years ago • 1 comments

Originally,the ZPHI method use the attenuated (measured)reflectivity to estimate Ah(r), but at line 244 in ‘attenuation.py’, a linear-PHIDP-based corrected reflectivity is used as initial reflectivity. At S band, the different is quite small to notice , but under X band , the corrected initial reflectivity result in a large bias on PIA.

sysumeteo avatar Nov 22 '19 02:11 sysumeteo

When the orignal mesured reflecitivty is used ,i found,the attenuation corrected reflectivity looks much more normal than using the pre-initial one .so i think line #244 (as below) in the code of 'attenuation.py' maybe partly doubtable.

init_refl_correct = refl + corr_phidp * a_coef

sysumeteo avatar Nov 29 '19 04:11 sysumeteo