how to generate an echo top height plot #1221
Answered
by
mgrover1
MohitDahliya
asked this question in
Q&A
-
how can I calculate echo top height and plot it using pyart..? |
Beta Was this translation helpful? Give feedback.
Answered by
mgrover1
Jul 26, 2022
Replies: 2 comments
-
You would need to do the following:
We do not have functions to do this directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgrover1
-
Okay. Thanks. I'll try it and let you know if I face any issues.
…On Tue, 26 Jul 2022, 20:22 Max Grover, ***@***.***> wrote:
You would need to do the following:
- Grid your radar (gridding example
<https://arm-doe.github.io/pyart/examples/mapping/plot_map_one_radar_to_grid.html#sphx-glr-examples-mapping-plot-map-one-radar-to-grid-py>
)
- Find the maximum height for a given reflectivity threshold
—
Reply to this email directly, view it on GitHub
<#1221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQACDYQJZQMTG7OMNQ4SBVTVV73TNANCNFSM54UYPMAA>
.
You are receiving this because you authored the thread.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
You would need to do the following:
We do not have functions to do this directly.