You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculate the Richardson stability number in a layer, the equivalent of RICH in GEMPAK.
From GEMPAK Docs:
RICH Richardson stability number in a layer
RICH ( V ) = GRAVTY * DZ * LDF (THTA) /
( LAV (THTA) * MAG ( VLDF (V) ) ** 2 )
Note: DZ = change in height across the layer.
RICH can be evaluated in PRES, THTA or HGHT
vertical coordinate.
The text was updated successfully, but these errors were encountered:
Apply suggestions from code review
Fixed flake8 errors of pipeline and accomodated further suggestions.
Rebased to fix merge conflicts
Co-Authored-By: Jon Thielen <github@jont.cc>
See Unidata#647 and Unidata#628
Calculate the Richardson stability number in a layer, the equivalent of RICH in GEMPAK.
From GEMPAK Docs:
The text was updated successfully, but these errors were encountered: