28 SUBROUTINE w3fa04(HEIGHT,PRESS,TEMP,THETA)
47 IF (height.GT.ziso)
GO TO 100
48 IF (height.GT.11000.)
GO TO 200
52 temp = t0 - height * alp
53 press = pzero * ((1.0 - ((alp/t0) * height)) ** (g/(alp * r)))
60 press = piso * ((1.-(( salp /tstr) * d )) ** (g/( salp * r)))
61 temp = tstr - d * salp
67 d = exp((height - 11000.0) / ((r / g) * tstr))
72 theta = temp * ((1000.0 / press) ** rovcp)
subroutine w3fa04(height, press, temp, theta)
Computes the standard pressure, temperature, and poten- tial temperature given the height in meters (...