Description Usage Arguments Value Source Examples
View source: R/meteo_sounding.R
Downloading the mea (i.e., measurements of the vertical profile of atmosphere) sounding data
1 | meteo_sounding(wmo_id, yy, mm, dd, hh)
|
wmo_id |
international WMO station code (World Meteorological Organization ID); For Polish stations: Łeba - 12120, Legionowo - 12374, Wrocław- 12425 |
yy |
year - single number |
mm |
month - single number denoting month |
dd |
day - single number denoting day |
hh |
hour - single number denoting initial hour of sounding; for most stations this measurement is done twice a day (i.e. at 12 and 00 UTC), sporadically 4 times a day |
Returns two lists with values described at: weather.uwyo.edu ; The first list contains:
PRES - Pressure (hPa)
HGHT - Height (metres)
TEMP - Temperature (C)
DWPT - Dew point (C)
RELH - Relative humidity (%)
MIXR - Mixing ratio (g/kg)
DRCT - Wind direction (deg)
SKNT - Wind speed (knots)
THTA = (K)
THTE = (K)
THTV = (K)
The second list contains metadata and calculated thermodynamic / atmospheric instability indices
http://weather.uwyo.edu/upperair/sounding.html
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.