NCEPLIBS-w3emc 2.12.0
|
Compute standard height, temp, and pot temp. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fa03v (press, height, temp, theta, n) |
Computes the standard height, temperature, and potential temperature given the pressure in millibars (>8.68 mb). | |
subroutine w3fa03v | ( | real, dimension(*) | press, |
real, dimension(*) | height, | ||
real, dimension(*) | temp, | ||
real, dimension(*) | theta, | ||
n | |||
) |
Computes the standard height, temperature, and potential temperature given the pressure in millibars (>8.68 mb).
For height and temperature the results duplicate the values in the U.S. standard atmosphere (l962), which is the icao standard atmosphere to 54.7487 mb (20 km) and the proposed extension to 8.68 mb (32 km). For potential temperature a value of 2/7 is used for rd/cp.
Program history log:
[in] | PRESS | Pressure array in millibars. |
[out] | HEIGHT | Height array in meters. |
[out] | TEMP | Temperature array in degrees kelvin. |
[out] | THETA | Potential temperature array in degrees kelvin. |
[out] | N | Number of points in array press. |