MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

calculate PBL height from soundings

Open bsu-wrudisill opened this issue 5 years ago • 10 comments

Hello metpy community,

Would a function to calculate PBL height from sounding information be within the scope of metpy? Hennemuth and Lammert (2006) describe some of the common approaches, which include 1) a bulk richardson number, 2) parcel theory, and a 3) humidity/potential temperature gradient based approach. Maybe there are some other methods that I don't know about. This is something that I can try and contribute if it is within scope. Thanks!

Hennemuth, B., Lammert, A. Determination of the Atmospheric Boundary Layer Height from Radiosonde and Lidar Backscatter. Boundary-Layer Meteorol 120, 181–200 (2006). https://doi.org/10.1007/s10546-005-9035-3 https://link.springer.com/article/10.1007/s10546-005-9035-3

bsu-wrudisill avatar Sep 29 '20 17:09 bsu-wrudisill

Sure, that's something that's in scope--especially since you have a publication to point to, so we know we're not adding some ad-hoc method. If you decide to work on it, it might make sense to create a new file/module: src/metpy/calc/boundarylayer.py.

cc @lesserwhirls

dopplershift avatar Sep 29 '20 18:09 dopplershift

Right on -- I have put this on my to-do list!

bsu-wrudisill avatar Oct 06 '20 01:10 bsu-wrudisill

Hello, I am wondering if MetPy has included this feature to calculate the PBL height? Thanks,

XiaSun-Atmos avatar Dec 20 '21 15:12 XiaSun-Atmos

@XiaSun-Atmos This issue remains to be done. Happy to accept a contribution adding it!

dopplershift avatar Dec 20 '21 19:12 dopplershift

Hi! It happens we have a code that is ready and that would tackle this issue! We will try to push it in the next few days.

ThomasRieutord avatar Mar 09 '22 14:03 ThomasRieutord

@ThomasRieutord , Eagerly waiting for the code. It would be very nice!

Peshal1067 avatar Mar 31 '22 07:03 Peshal1067

@ThomasRieutord - any updates on the PBL height function? Thanks!

jeremiahop95 avatar Jul 01 '22 13:07 jeremiahop95

Sorry, the code is ready but the unitary tests are missing. I thought I would have the time to do it "in the next few days" but I didn't! Probably next week, I will have more time.

ThomasRieutord avatar Jul 01 '22 14:07 ThomasRieutord