powered by
Calculates precipitable water (in mm) up to minp (minimum pressure) using dew-point temperature (td) and temperature (temp) (both in degrees C).
minp
td
temp
PWV(sonde = NULL, press, td, temp, minp = 400)
Sonde data read in using getsonde function.
getsonde
Pressure (only used if sonde is NULL)
sonde
Dew-point temperature (in deg C) (only used if sonde is NULL)
Temperature (in deg C) (only used if sonde is NULL)
Minimum Pressure
single numeric value is returned.
getsonde, td.to.q
td.to.q
# NOT RUN { # Example 1 data(ExampleSonde) ###### # OK, now find precipitable water vapor. PWV(ExampleSonde) # }
Run the code above in your browser using DataLab