View source: R/calculate_mixing_ratio.R
calculate_mixing_ratio | R Documentation |
The mixing ratio is the mass of water vapour in grams mixed into a kilogram of dry air.
calculate_mixing_ratio(temp, pressure = 1013.25)
temp |
Temperature degrees Celsius. |
pressure |
Pressure in hectopascals (hPa). |
Numeric vector, mixing ratio in g.kg-1 in dry air
.
Stuart K. Grange
absolute_humidity
, calculate_dew_point
,
calculate_vapour_pressure
, specific_humidity
# Calculate the mixing ratio
calculate_mixing_ratio(temp = 20, pressure = 1013.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.