Heights to pressures (using the ICAO atmosphere)

Converts heights to pressures (in hPa) using the ICAO atmosphere.

The pressure (P) is retrieved as follow:

  • For Z<11000 gpm

    P=100.0pb×PICAOsurface

    with

    pb=(1.0pa)ZP11

    and

    pa=LICAO11×Z×1.0TICAOsurface
  • For 11000Z<20000.0 gpm

    P=100.0×10pa

    with

    pa=log(PICAO11)pb

and

pb=gRd×(Z11000)×1.0TICAOiso;
  • For Z20000.0 gpm

    P=100.0×PICAO22×(1.0Pa)ZP22;

    with

    Pa=LICAO22×1.0TICAOiso×(Z20000)
With:
  • Temperature of isothermal layer: TICAOiso=216.65 K

  • The assume surface temperature: TICAOsurface=288.15 K

  • The assume surface pressure: PICAOsurface=1013.25 hPa

  • The assumed pressure at 11,000 gpm: PICAO11=226.32 hPa

  • The assumed pressure at 22,000 gpm: PICAO22=54.7487 hPa

  • The lapse rate for levels up to 11,000 gpm: LICAO11=6.5×1003 K/m

  • The lapse rate from 11,000 gpm to 22,000 gpm: LICAO22=1.0×1003 K/m

  • ZP11=gRd×LICAO11

  • ZP22=gRd×LICAO22

  • Specific gas constant for dry air: Rd

  • Standard acceleration due to gravity: g

Saturated Vapor Pressure from T

The various formulations available to derive esat (Saturated Vapor Pressure) from T (temperature or dew point temperature) are:

  • Rogers | default: Classical formula from Rogers and Yau (1989; Eq2.17)

    esat=1000×0.6112×exp(17.67×T2.7315×102T29.65)
  • Sonntag: Eqn 7, Sonntag, D., Advancements in the field of hygrometry, Meteorol. Zeitschrift, N. F., 3, 51-66, 1994. Most radiosonde manufacturers use Wexler, or Hyland and Wexler or Sonntag formulations, which are all very similar (Holger Vomel, pers. comm., 2011)

    esat=exp(6096.9385T+21.24096422.711193×102×T+1.673952×105×T2+2.433502×log(T))
  • Walko: Polynomial fit of Goff-Gratch (1946) formulation (Walko, 1991). The Walko formulation is computationally fastest of all methods, but becomes less accurate at extremely low temperatures, below roughly -70C.

    esat=c0+x×(c1+x×(c2+x×(c3+x×(c4+x×(c5+x×(c6+x×(c7+x×c8)))))))

    with:

    c=[610.5851,44.40316,1.430341,0.2641412×101,0.2995057×103,0.2031998×105,0.6936113×108,0.2564861×1011,0.3704404×1013]
  • Murphy: Murphy and Koop, Review of the vapour pressure of ice and supercooled water for atmospheric applications, Q. J. R. Meteorol. Soc (2005), 131, pp. 1539-1565.

    esat=exp(54.8427636763.22T4.210×log(T)+0.000367×T+tanh(0.0415×(T218.8))×(53.8781331.22T9.44523×log(T)+0.014025×T))