RadiosondeDavenport: Radiosonde Davenport

Description Usage Format See Also Examples

Description

Contains the information measured by a sounding in Davenport (station 74455) in 1997, June 21st at 00:00 UTC. That day was a very unstable situation.

Usage

1
data("RadiosondeDavenport")

Format

A data frame with 67 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

RadiosondeA and RadiosondeD

Examples

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

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

Example output

 [1] 98100 97260 93970 92500 90790 87680 85000 84680 81800 81740 79000 78890
[13] 76110 73420 70820 70000 65750 61020 57800 56590 55200 50000 48410 42500
[25] 41100 40000 39570 39300 37700 37000 33100 32090 30000 28130 25720 25000
[37] 20000 19410 18200 16400 15150 15000 14300 13100 13010 12370 11600 10130
[49] 10000  9710  9640  9400  8730  7000  5000  4630  3830  3320  3010  3000
[61]  2180  2180  2000  1810  1480  1150  1100
 [1] 303.15 302.55 300.25 299.15 297.85 295.35 293.15 292.95 291.15 291.15
[11] 292.15 292.05 289.65 287.35 284.95 284.15 279.85 274.75 271.05 270.35
[21] 269.45 264.45 262.85 256.45 255.45 254.05 253.45 253.05 250.25 249.25
[31] 243.65 241.85 237.85 234.35 229.35 227.85 215.65 214.35 211.45 207.25
[41] 206.35 206.25 205.05 204.65 204.95 206.95 209.65 209.15 209.05 210.05
[51] 210.05 209.85 210.85 213.85 215.05 215.85 217.85 219.35 220.35 220.45
[61] 225.85 225.85 225.65 225.65 225.65 232.55 233.85

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