W3FA03V

The W3FA03V routine computes the standard height, temperature, and potential
            temperature given the pressure in millibars ( > 8.68 MB ).

USAGE:    CALL W3FA03V(PRESS,HEIGHT,TEMP,THETA,N)

   Input argument list:
      PRESS      PRESSURE ARRAY IN MILLIBARS

   Output argument list:
      HEIGHT     HEIGHT ARRAY IN METERS
      TEMP       TEMPERATURE ARRAY IN DEGREES KELVIN
      THETA      POTENTIAL TEMPERATURE ARRAY IN DEGREES KELVIN
      N          NUMBER OF POINTS IN ARRAY PRESS

REMARKS:
        Not valid for pressures less than 8.68 millibars, declare
        all parameters as type real.

WARNING:
        Height, temp, theta are now all arrays, you must
        have arrays of size n or you will wipe out memory.

 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007