W3FA04

The W3FA04 routine computes the standard pressure, temperature, and 
           potential temperature given the height in meters ( < 32 km ).

USAGE:  CALL W3FA04 (HEIGHT, PRESS, TEMP, THETA)

   Input variables:
      HEIGHT        HEIGHT IN METERS
 
   Output variables:
      PRESS         STANDARD PRESSURE IN MILLIBARS
      TEMP          TEMPERATURE IN DEGREES KELVIN
      THETA         POTENTIAL TEMPERATURE IN DEGREES KELVIN
 
REMARKS:
        Not valid for heights greater than 32 km.
        declare all parameters as type real*4
 
 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007