Conversion of Z values #1281
Answered
by
zssherman
MohitDahliya
asked this question in
Q&A
-
How to convert Z in dBZ to mm6m-3 ? |
Beta Was this translation helpful? Give feedback.
Answered by
zssherman
Oct 2, 2022
Replies: 4 comments 3 replies
-
Hi @MohitDahliya, To go to linear Z use: Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgrover1
-
Yes but if you take like this, that means you are taking Zo = 1. So is that
correct..?
…On Sun, 2 Oct 2022, 20:32 Zach Sherman, ***@***.***> wrote:
To go to linear Z use:
z_lin = 10.0**(radar.fields['reflectivity']['data']/10.0)
—
Reply to this email directly, view it on GitHub
<#1281 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQACDYSXGWL4KN2CRGYOXPDWBGPZJANCNFSM6AAAAAAQ25YWS4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
But Is Z really around 1 mm^6mm^-3 ? Because I am getting some under values
using this formula as it is...
…On Mon, 3 Oct 2022, 19:54 Bobby Jackson, ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/22085748/193601734-85431f76-0c33-4e41-b58d-45f7059e8d92.png>
—
Reply to this email directly, view it on GitHub
<#1281 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQACDYUN5EQFYUCNYOUXXELWBLUC3ANCNFSM6AAAAAAQ25YWS4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay. Thanks a lot !
…On Tue, 4 Oct 2022, 19:48 Max Grover, ***@***.***> wrote:
But Is Z really around 1 mm^6mm^-3 ? Because I am getting some under
values using this formula as it is...
… <#m_-181266501627147625_>
On Mon, 3 Oct 2022, 19:54 Bobby Jackson, *@*.*> wrote: [image: image]
https://user-images.githubusercontent.com/22085748/193601734-85431f76-0c33-4e41-b58d-45f7059e8d92.png
<https://user-images.githubusercontent.com/22085748/193601734-85431f76-0c33-4e41-b58d-45f7059e8d92.png>
— Reply to this email directly, view it on GitHub <#1281 (reply in thread)
<#1281 (reply in thread)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AQACDYUN5EQFYUCNYOUXXELWBLUC3ANCNFSM6AAAAAAQ25YWS4
<https://github.com/notifications/unsubscribe-auth/AQACDYUN5EQFYUCNYOUXXELWBLUC3ANCNFSM6AAAAAAQ25YWS4>
. You are receiving this because you were mentioned.Message ID: @.*>
This is the official American Meteorological Society (AMS) glossary
definition and method as well. We typically use the community
standards/peer reviewed standards, which in this case, is the AMS.
- AMS Reference <https://glossary.ametsoc.org/wiki/Dbz>
—
Reply to this email directly, view it on GitHub
<#1281 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQACDYTWTLLHLVD3TZGVNEDWBQ4CRANCNFSM6AAAAAAQ25YWS4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @MohitDahliya,
To go to linear Z use:
z_lin = 10.0**(radar.fields['reflectivity']['data']/10.0)
Cheers