RadiosondeA: Radiosonde A

Description Usage Format See Also Examples

Description

Contains the information measured by a sounding in Santander (Station 08023) in 2010, June 16th at 12:00 UTC. It was not a really unstable day but a great amount of (large scale) precipitation was measured.

Usage

1
data("RadiosondeA")

Format

A data frame with 74 observations on the following 11 variables.

V1

a vector with pressure values (hPa).

V2

a vector with height (m).

V3

a vector with temperature values (Celsius).

V4

a vector with dew point temperature values (Celsius).

V5

a vector with relative humidity values (%).

V6

a vector with mixing ratio values (g/kg).

V7

a vector with wind direction values (degrees).

V8

a vector with wind speed values (knots).

V9

a vector with potential temperature (K).

V10

a vector with equivalent potential temperature (K).

V11

a vector with virtual potential temperature (K).

See Also

RadiosondeD and RadiosondeDavenport

Examples

1
2
3
4
5
6
data(RadiosondeA)
#Calculate the pressure in Pa
RadiosondeA$V1*100

#Calculate the temperature in K
C2K(RadiosondeA$V3)

Example output

 [1] 101100 100000  99600  93200  92500  88100  88000  85000  84900  83500
[11]  83000  76600  74800  74500  73300  71100  70400  70000  67000  61500
[21]  56400  50000  45800  40000  36400  35300  30000  25000  24900  24200
[31]  23500  23300  22800  22000  20900  20500  20300  20000  19500  19100
[41]  18700  18200  15000  14800  13900  12400  12100  11700  11100  10400
[51]  10000   9400   8300   7000   6610   6500   5900   5700   5600   5200
[61]   5000   4630   4500   4300   3900   3780   3700   3400   3100   3000
[71]   2900   2700   2500   2400
 [1] 287.95 287.55 287.25 282.35 281.95 279.15 279.15 278.75 278.55 277.55
[11] 277.15 271.65 269.75 269.45 270.25 271.45 271.45 271.45 270.15 267.65
[21] 263.85 258.45 254.45 247.05 241.95 240.25 230.65 219.85 219.65 218.25
[31] 216.85 217.25 218.45 220.35 223.05 224.05 224.25 224.45 224.75 224.95
[41] 225.15 225.45 223.05 222.95 222.35 221.25 221.05 220.75 220.25 219.65
[51] 219.25 219.15 218.85 218.45 217.45 217.65 218.75 219.15 219.35 220.15
[61] 220.65 221.85 221.35 220.65 219.15 218.65 218.95 220.25 221.75 222.25
[71] 222.85 224.05 225.35 226.15

aiRthermo documentation built on May 1, 2019, 9:24 p.m.