[Wrf-users] Relative Humidity

Hein Zelle hein.zelle at bmtargoss.com
Mon Jan 9 02:51:37 MST 2012


Ehsan Beigi wrote:

> Does anyone know the formula for calculating relative humidify from
> specific humidity, temperature and sea level pressure? RH = f(Q,T,PSL)?

We use the following (wrf postprocessor uses slightly different
constants, I believe):

! define relative humidity matching the algorithm used for hindcasts
let pq0 = 379.90516
let a2 = 17.2693882
let a3 = 273.16
let a4 = 35.86
let /title="relative humidity" /units="fraction" f_rh2 = q2 / ( (pq0 / psfc) * exp(a2 * (t2 - a3) / (t2 - a4)) )


where 
      q2 = Q2 variable from wrf
      t2 = T2 variable from wrf
      psfc = surface pressure from WRF

This calculates 2 m (approximately) relative humidity.  If you want a
3D variable, replace t2, qsurf and psfc by the appropriate 3D variables.
Note that this algorithm occasionally results in relative humidity
values greater than 1 (up to 1.2).  In daily use, we limit these to 1.0.


Kind regards,
     Hein Zelle


-- 

Dr. Hein Zelle Advisor Meteorology & Oceanography

Tel:    +31 (0)527-242299
Fax:    +31 (0)527-242016
Email:  hein.zelle at bmtargoss.com
Web:    www.bmtargoss.com

BMT ARGOSS
P.O. Box 61, 8325 ZH Vollenhove
Voorsterweg 28, 8316 PT Marknesse
The Netherlands

----Confidentiality Notice & Disclaimer---- 

The contents of this e-mail and any attachments are intended for the
use of the mail addressee(s) shown. If you are not that person, you
are not allowed to read it, to take any action based upon it or to
copy it, forward, distribute or disclose the contents of it and you
should please delete it from your system. BMT ARGOSS does not accept
liability for any errors or omissions in the context of this e-mail or
its attachments which arise as a result of internet transmission, nor
accept liability for statements which are those of the author and
clearly not made on behalf of BMT ARGOSS.


More information about the Wrf-users mailing list