gamma_saturated | R Documentation |
Saturated adiabat at the points of the sounding as computed internally, considering hydrostatic balance and as \frac{dT}{dP}
(in pressure levels) (K/Pa).
gamma_saturated(Ps, Temps)
Ps |
A vector with pressure values (Pa). |
Temps |
A vector with temperature values (K). |
This function returns the vertical derivate \Gamma _s= \frac{dT}{dP} \Big|_s
for a saturated adiabatic evolution.
data(RadiosondeA)
aPs<-RadiosondeA[,1]*100
aTs<-C2K(RadiosondeA[,3])
gamma_saturated(aPs,aTs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.