powered by
This function calculates the specific humidity from a given Water mixing ratio.
w2q(w)
A vector with mixing ratio values in kg/kg.
The function returns a vector with the specific humidity.
# NOT RUN { data(RadiosondeD) dws<-RadiosondeD[,6]/1000 w2q(dws) # }
Run the code above in your browser using DataLab