wvap.f90 File Reference

Functions/Subroutines

Real function wvap (QVAPOR, Pres)
 Compute Water Vapor Pressure
$ WVaP = \frac{ QVAPOR \times Pres } { 0.622 + QVAPOR } $ More...
 

Function/Subroutine Documentation

Real function wvap ( real, intent(in)  QVAPOR,
real, intent(in)  Pres 
)

Compute Water Vapor Pressure
$ WVaP = \frac{ QVAPOR \times Pres } { 0.622 + QVAPOR } $

Parameters
QVapor[in] Water vapor mixing ratio [kg/kg]
Pres[in] Pressure [Pa]
Returns
Water vapor pressure [Pa]
Author
Bernat P Treserras (berna.nosp@m.t.pt.nosp@m.reser.nosp@m.ras@.nosp@m.mcgil.nosp@m.l.ca) McGill University
Date
September 22nd, 2016