In the reference paper, the PID [rain (RN) rimed ice particles (RP) vertically aligned ice (VI) wet snow (WS) ice hail and high density graupel (IH/HDG) metaling hail (MH) crystals (CR) aggregates (AG) light rain (LR) ] was confirmed.
However, the PID specified in the _mass_centers_table() function in the actual code is [DS, CR, LR, GR, RN, VI, WS, MH, IH/HDG].
Here I am curious about two things.
First, I want to know the full name of the PID.
And there is only WetSnow in the reference paper, but _mass_centers_table() seems to have WS(WetSnow) and DS(DrySnow). How could you apply the centroids value to that lookup table with a different PID than the paper? Is there a function in pyart that can change the value of that table constant?
Please clear my doubts. thank you