To calculate pressure at a given altitude, the following formula is used:
$p = p_0 \cdot \left(1 - \frac{L \cdot h}{T_0} \right)^\frac{g \cdot M}{R \cdot L}$
(the values can be found here)
This formula is great, but only works completely with the US Standard Atmosphere. I really want to use ISA (International Standard Atmosphere) more, because it accounts for the dynamics of the atmosphere much better. The problem is that the Tropopause has a Lapse rate ($L$) of 0. I don't know how to get that to work in this formula because that would involve dividing by zero.
Any ideas?
