NCEPLIBS-w3emc 2.12.0
|
Compute lifting condendsation level. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fa01 (p, t, rh, td, plcl, tlcl) |
Given the pressure, temperature and relative humidity of an air parcel at some point in the atmosphere, calculate the dewpoint temperature and the pressure and temperature of the lifting condensation level. | |
subroutine w3fa01 | ( | p, | |
t, | |||
rh, | |||
td, | |||
plcl, | |||
tlcl | |||
) |
Given the pressure, temperature and relative humidity of an air parcel at some point in the atmosphere, calculate the dewpoint temperature and the pressure and temperature of the lifting condensation level.
Program history log:
[in] | P | Parcel pressure in millibars. |
[in] | T | Parcel temperature in degrees celsius. |
[in] | RH | Parcel relative humidity in percent. |
[out] | TD | Dewpoint temperature in degrees celsius. |
[out] | PLCL | Pressure of LCL in millibars. |
[out] | TLCL | Temperature at LCL in degrees celsius. |