powered by
This function calculates the mixing ratio (kg/kg) from the partial vapour pressure of water vapour (Pa).
e2w(eh2o, P, consts = export_constants())
A vector with partial pressure of water vapour (Pa).
A vector with pressure (Pa) values.
The constants defined in aiRthermoConstants data are necessary.
A vector with mixing ratio values.
# NOT RUN { #Partial pressure of water vapour data(RadiosondeA) dPs<-RadiosondeA[,1]*100 dws<-RadiosondeA[,6]/1000 eh2o<-q2e(dPs,w2q(dws)) #Pressure e2w(eh2o,dPs) # }
Run the code above in your browser using DataLab