NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3fa01.f File Reference

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.
 

Detailed Description

Compute lifting condendsation level.

Author
James Howcroft
Date
1979-07-01

Definition in file w3fa01.f.

Function/Subroutine Documentation

◆ w3fa01()

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:

  • James Howcroft 1979-07-01
  • Ralph Jones 1989-01-24 Change to microsoft fortran 4.10.
  • Ralph Jones 1990-06-11 Change to sun fortran 1.3.
  • Ralph Jones 1991-03-29 Convert to silicongraphics fortran.
  • Ralph Jones 1993-03-29 Add save statement.
  • Ralph Jones 1995-09-25 Put in cray w3 library.
Parameters
[in]PParcel pressure in millibars.
[in]TParcel temperature in degrees celsius.
[in]RHParcel relative humidity in percent.
[out]TDDewpoint temperature in degrees celsius.
[out]PLCLPressure of LCL in millibars.
[out]TLCLTemperature at LCL in degrees celsius.
Author
James Howcroft
Date
1979-07-01

Definition at line 26 of file w3fa01.f.