powered by
This function calculates the vertically integrated water vapour column integrating in pressure vertical coordinates.
PW(w, PRES, Psurf, consts = export_constants())
A vector with mixing ratio values of a sounding (kg/kg).
A vector with pressure values of a sounding (Pa).
Is the mean sea level pressure at the place of a sounding (Pa).
The constants defined in aiRthermoConstants data are necessary.
This function returns the vertically integrated water vapour column.
# NOT RUN { data(RadiosondeD) dPs<-RadiosondeD[,1]*100 dws<-RadiosondeD[,6]/1000 PW(dws,dPs,dPs[1]) # }
Run the code above in your browser using DataLab