| boltonTLCL | R Documentation | 
This function is used to calculate the Temperature at the Lifting Condensation Level (LCL) using Bolton's approximation instead of integrating the Ordinary Differential Equation (ODE) upwards.
boltonTLCL(TempCelsius, rh, consts = export_constants())
TempCelsius | 
 Temperature in degrees Celsius.  | 
rh | 
 Relative humidity (%).  | 
consts | 
 Includes the frecuently used constants in thermodynamics defined in aiRthermoConstants.  | 
This function calculates an approximation of the temperature in degrees Celsius corresponding to the LCL.
Bolton, D. (1980). The computation of equivalent potential temperature, Monthly Weather Review 108, 1046-1053. doi:10.1175/1520-0493(1980)108<1046:TCOEPT>2.0.CO;2.
T0=273.15
rh=66.25489
boltonTLCL(T0,rh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.