I have calculated the Moist Brunt-Vaisala frequency.
Let's say that the variable is moistb
and has a dimension of [height, lat, lon]
.
I would like to plot the horizontal distribution of the total depth of the moistb
.
How do I calculate the total depth? The idea is to sum all the depth of moistb
in each grid point. Is there a way to do this with metpy?
For reference, here's an example as shown by Schumacher and Johnson (2008) where they plot the horizontal distribution of total depth (m).