Description Usage Arguments Value Examples
Calcuation of absolute air humidty based on measurements of water vapor pressure and ambient temperature using formula derived from Ideal gas law. Absolute humidity ahum = vapor_pres / (Rw * tmean) where vapor_pres is the vapor pressure, tmean the ambient temperature and Rw is the specific gas constant and for water equals 461.5 J/(kg*K).
1 | pres2ahum(vapor_pres, temp, Rw = 461.5)
|
vapor_pres |
Vapor pressure [hPa] |
temp |
Ambient temperature [°C] |
Rw |
Specific gas constant [J/(kg*K)] |
Absolute humidity of air [g/m³].
1 | pres2ahum(vapor_pres = 5.5, temp = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.