My Project
programmer's documentation
|
Computes the saturation mixing ratio (kg/kg) of water in the atmosphere. More...
Functions/Subroutines | |
double precision function | qsatliq (t, p) |
Computes the saturation mixing ratio (kg/kg) of water in the atmosphere. More... | |
double precision function | esatliq (t) |
computes the saturation water vapour pressure function of the temperature (K) More... | |
Computes the saturation mixing ratio (kg/kg) of water in the atmosphere.
double precision function esatliq | ( | double precision | t | ) |
computes the saturation water vapour pressure function of the temperature (K)
[in] | t | thermodynamic temperature of the air parcel in Kelvin |
double precision function qsatliq | ( | double precision | t, |
double precision | p | ||
) |
Computes the saturation mixing ratio (kg/kg) of water in the atmosphere.
[in] | t | thermodynamic temperature of the air parcel in Kelvin |
[in] | p | pressure of the air parcel in Pascal |