Description Usage Arguments Note
View source: R/meteorological_variables.r
Solver function used in wetbulb.temp()
1 2 | wetbulb.solver(ea, Tair, gamma, accuracy, Esat.formula,
constants = bigleaf.constants())
|
ea |
Air vapor pressure (kPa) |
Tair |
Air temperature (degC) |
gamma |
Psychrometric constant (kPa K-1) |
accuracy |
Accuracy of the result (degC) |
Esat.formula |
Optional: formula to be used for the calculation of esat and the slope of esat.
One of |
constants |
Pa2kPa - conversion pascal (Pa) to kilopascal (kPa) |
Arguments accuracy
and Esat.formula
are passed to this function by wetbulb.temp().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.