UPP  11.0.0
 All Data Structures Files Functions Variables Pages
CALHEL2.f File Reference

Subroutine that computes storm relative helicity. More...

Go to the source code of this file.

Functions/Subroutines

subroutine calhel2 (LLOW, LUPP, DEPTH, UST, VST, HELI, CANGLE)
 Subroutine that computes storm relative helicity. More...
 

Detailed Description

Subroutine that computes storm relative helicity.

Definition in file CALHEL2.f.

Function/Subroutine Documentation

subroutine calhel2 ( integer, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in)  LLOW,
integer, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in)  LUPP,
real, dimension(2), intent(in)  DEPTH,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out)  UST,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out)  VST,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u,2), intent(out)  HELI,
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out)  CANGLE 
)

Subroutine that computes storm relative helicity.

Parameters
[in]LLOWLower bound CAPE>=100 and CINS>=-250.
[in]LUPPUpper bound CAPE< 100 or CINS< -250; allows one to distinguish 0-3 km and 0-1 km values.
[in]DEPTHDepth in meters over whcih helicity should be computed; allows one to distinguish 0-3 km and 0-1 km values.
[out]USTEstimated U Component (m/s) Of Storm motion.
[out]VSTEstimated V Component (m/s) Of Storm motion.
[out]HELIStorm-relative heliciry (m**2/s**2).
[out]CANGLECritical angle.

Definition at line 57 of file CALHEL2.f.

Referenced by miscln().