getDewPointTemperature: Get Dew Point Temperature.

View source: R/get_humidity_data.R

getDewPointTemperatureR Documentation

Get Dew Point Temperature.

Description

Get the dew point temperature, group 2s_nT_dT_dT_d from section 1.

Usage

getDewPointTemperature(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The dew point temperature in degree Celsius.

Examples


## Not run: 
aaxx <- "AAXX 07181 33837 11583 83102 10039 21007 30049 40101 52035 60012 70282 8255/="
synop <- getSynopSections(aaxx)
td <- getDewPointTemperature(synop)

## End(Not run)


rijaf-iri/decodeSYNOP documentation built on May 1, 2024, 4:32 p.m.