| RadiosondeD {aiRthermo} | R Documentation |
Radiosonde D
Description
Contains the information measured by a sounding in Barcelona (station 05190) in 2013, August 7th at 12:00 UTC. According to the university of Wyoming, the CAPE was higher than 3000 J/kg and a great amount of (convective) precipitation was measured.
Usage
data("RadiosondeD")
Format
A data frame with 70 observations on the following 11 variables.
V1a vector with pressure values (hPa).
V2a vector with height (m).
V3a vector with temperature values (Celsius).
V4a vector with dew point temperature values (Celsius).
V5a vector with relative humidity values (%).
V6a vector with mixing ratio values (g/kg).
V7a vector with wind direction values (degrees).
V8a vector with wind speed values (knots).
V9a vector with potential temperature (K).
V10a vector with equivalent potential temperature (K).
V11a vector with virtual potential temperature (K).
See Also
RadiosondeA and RadiosondeDavenport
Examples
data(RadiosondeD)
#Calculate the pressure in Pa
RadiosondeD$V1*100
#Calculate the temperature in K
C2K(RadiosondeD$V3)